Skip to content

Commit 13ed901

Browse files
committed
Merge branch 'ep/test-malloc-check-with-glibc-2.34' into next
The method to trigger malloc check used in our tests no longer work with newer versions of glibc. * ep/test-malloc-check-with-glibc-2.34: test-lib: declare local variables as local
2 parents 9e6f538 + baedc59 commit 13ed901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/test-lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@ then
548548
}
549549
else
550550
setup_malloc_check () {
551+
local g
552+
local t
551553
MALLOC_CHECK_=3 MALLOC_PERTURB_=165
552554
export MALLOC_CHECK_ MALLOC_PERTURB_
553555
if _GLIBC_VERSION=$(getconf GNU_LIBC_VERSION 2>/dev/null) &&

0 commit comments

Comments
 (0)