kumquat-buildroot/package/hiredis
Fabrice Fontaine 9e092ba253 package/hiredis: security bump to version 1.0.2
Fix CVE-2021-32765: Hiredis is a minimalistic C client library for the
Redis database. In affected versions Hiredis is vulnurable to integer
overflow if provided maliciously crafted or corrupted `RESP` `mult-bulk`
protocol data. When parsing `multi-bulk` (array-like) replies, hiredis
fails to check if `count * sizeof(redisReply*)` can be represented in
`SIZE_MAX`. If it can not, and the `calloc()` call doesn't itself make
this check, it would result in a short allocation and subsequent buffer
overflow.

https://github.com/redis/hiredis/blob/v1.0.2/CHANGELOG.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-10-18 21:18:49 +02:00
..
0001-CMakeLists.txt-do-not-force-SHARED.patch
0002-CMakeLists.txt-allow-building-without-a-C-compiler.patch
0003-Explicitly-set-c99-in-CMake.patch
Config.in
hiredis.hash
hiredis.mk