Skip to content

Commit 0f67a5c

Browse files
sandy-lcqkraj
authored andcommitted
redis: fix do_patch fuzz warning
Fix: WARNING: lib32-redis-7.0.4-r0 do_patch: Fuzz detected: Applying patch GNU_SOURCE.patch patching file src/zmalloc.c Hunk openembedded#1 succeeded at 32 with fuzz 2 (offset 4 lines). There are two version of redis, and need different GNU_SOURCE.patch Signed-off-by: Changqing Li <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 4785cc2 commit 0f67a5c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

meta-oe/recipes-extended/redis/redis_7.0.4.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
1616
file://lua-update-Makefile-to-use-environment-build-setting.patch \
1717
file://oe-use-libc-malloc.patch \
1818
file://0001-src-Do-not-reset-FINAL_LIBS.patch \
19-
file://GNU_SOURCE.patch \
19+
file://GNU_SOURCE-7.patch \
2020
file://0006-Define-correct-gregs-for-RISCV32.patch \
2121
"
2222
SRC_URI[sha256sum] = "f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f"

0 commit comments

Comments
 (0)