Debian Patches

Status for redict/7.3.5+ds-1

Patch Description Author Forwarded Bugs Origin Last update
debian-packaging/0001-Set-Debian-configuration-defaults.patch Set Debian configuration defaults Chris Lamb <lamby@debian.org> not-needed 2017-10-10
0001-Add-CPPFLAGS-to-upstream-makefiles.patch Add CPPFLAGS to upstream makefiles Chris Lamb <lamby@debian.org> not-needed 2015-10-30
0002-Use-get_current_dir_name-over-PATHMAX.patch Use get_current_dir_name over PATHMAX, etc. Chris Lamb <lamby@debian.org> not-needed 2018-01-24
0003-Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch Add support for USE_SYSTEM_JEMALLOC flag. Maytham Alsudany <maytha8thedev@gmail.com> yes
0004-Add-support-for-USE_SYSTEM_HIREDICT-flag.patch Add support for USE_SYSTEM_HIREDICT flag. Maytham Alsudany <maytha8thedev@gmail.com> yes
0005-Fix-hiredict-imports.patch Fix hiredict imports Maytham Alsudany <maytha8thedev@gmail.com> yes
0006-CVE-2025-27151.patch [PATCH] Check length of AOF file name in redict-check-aof (CVE-2025-27151)
Adapted from https://github.com/redis/redis/commit/643b5db235cb82508e72f11c7b4bbfc7dc39be56

Ensure that the length of the input file name does not exceed PATH_MAX
fossdd <fossdd@pwned.life> no debian
0007-CVE-2025-49112.patch [PATCH] Fix unsigned difference expression compared to zero (#2101)
Adapted from https://github.com/valkey-io/valkey/commit/374718b2a365ca69f715d542709b7d71540b1387

Fix the issue need to ensure that the subtraction `prev->size -
prev->used` does not underflow. This can be achieved by explicitly
checking that `prev->used` is less than `prev->size` before performing
the subtraction. This approach avoids relying on unsigned arithmetic and
ensures the logic is clear and robust.

The specific changes are:
1. Replace the condition `prev->size - prev->used > 0` with `prev->used
< prev->size`.
2. This change ensures that the logic checks whether there is remaining
space in the buffer without risking underflow.
Maytham Alsudany <maytham@debian.org> no debian

All known versions for source package 'redict'

Links