From 671beb4de74de732ef707c15748c7d24d4651ad7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 27 Feb 2021 14:14:11 -0800 Subject: puzzles: Fix stringop-overflow warning gcc11 is pedantic about it and finds a case where this maybe used uninitialized (From OE-Core rev: 06f298e6d1777093b61baef3873813a809b010bd) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-sato/puzzles/puzzles_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb') diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 5b65cf8655..ecc2b9844d 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -15,6 +15,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ file://0001-pattern.c-Change-string-lenght-parameter-to-be-size_.patch \ file://fix-ki-uninitialized.patch \ file://0001-malloc-Check-for-excessive-values-to-malloc.patch \ + file://0001-map-Fix-stringop-overflow-warning.patch \ " UPSTREAM_CHECK_COMMITS = "1" -- cgit v1.2.3-54-g00ecf