From 623ad7dc10b8cb232b29ca6dd31fbd9ace4cc0c3 Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 20 2020 11:00:49 +0000 Subject: Apply patch 0004-tests-Increase-TOOBIG-value-used-on-i686.patch patch_name: 0004-tests-Increase-TOOBIG-value-used-on-i686.patch location_in_specfile: 4 present_in_specfile: true --- diff --git a/tests/buf/oom.c b/tests/buf/oom.c index 16a03cc..c01e878 100644 --- a/tests/buf/oom.c +++ b/tests/buf/oom.c @@ -12,7 +12,7 @@ #if defined(GIT_ARCH_64) && defined(__linux__) # define TOOBIG 0x0fffffffffffffff #elif defined(__linux__) -# define TOOBIG 0x0fffffff +# define TOOBIG 0xffffff00 #elif defined(GIT_ARCH_64) # define TOOBIG 0xffffffffffffff00 #else