aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
akhuettel/wipelf: Check SFrame on tst-dl_find_object.cAdhemerval Zanella2 weeks
mastermalloc: Fix checking for small negative values of tcache_keySamuel Thibault7 hours
release/2.32/masterposix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer3 weeks
release/2.33/masterposix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer3 weeks
release/2.34/masterposix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer3 weeks
release/2.35/masterposix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer3 weeks
release/2.36/masterposix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer3 weeks
release/2.37/masterposix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer3 weeks
release/2.41/masternptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)Adhemerval Zanella9 days
release/2.42/masterhurd: support: Fix running SGID testsSamuel Thibault5 days
[...]
 
TagDownloadAuthorAge
glibc-2.42.9000glibc-2.42.9000.zip  glibc-2.42.9000.tar.gz  glibc-2.42.9000.tar.bz2  Andreas K. Hüttel13 days
glibc-2.42glibc-2.42.zip  glibc-2.42.tar.gz  glibc-2.42.tar.bz2  Andreas K. Hüttel13 days
glibc-2.41.9000glibc-2.41.9000.zip  glibc-2.41.9000.tar.gz  glibc-2.41.9000.tar.bz2  Andreas K. Hüttel6 months
glibc-2.41glibc-2.41.zip  glibc-2.41.tar.gz  glibc-2.41.tar.bz2  Andreas K. Hüttel6 months
glibc-2.40.9000glibc-2.40.9000.zip  glibc-2.40.9000.tar.gz  glibc-2.40.9000.tar.bz2  Andreas K. Hüttel13 months
glibc-2.40glibc-2.40.zip  glibc-2.40.tar.gz  glibc-2.40.tar.bz2  Andreas K. Hüttel13 months
glibc-2.14.9000glibc-2.14.9000.zip  glibc-2.14.9000.tar.gz  glibc-2.14.9000.tar.bz2  Carlos O'Donell15 months
glibc-2.39.9000glibc-2.39.9000.zip  glibc-2.39.9000.tar.gz  glibc-2.39.9000.tar.bz2  Andreas K. Hüttel18 months
glibc-2.39glibc-2.39.zip  glibc-2.39.tar.gz  glibc-2.39.tar.bz2  Andreas K. Hüttel18 months
glibc-2.38.9000glibc-2.38.9000.zip  glibc-2.38.9000.tar.gz  glibc-2.38.9000.tar.bz2  Andreas K. Hüttel2 years
[...]
 
AgeCommit messageAuthorFilesLines
2019-04-30As with gettimeofday, avoid vdso for clang-compiled time()google/grte/v6-2.29/masterStan Shebs1-1/+4
2019-04-30Bypass gettimeofday ifunc if using clangStan Shebs1-1/+2
2019-04-30Make pointer in tst-realloc volatile alsoStan Shebs1-1/+1
2019-04-30Defeat a malloc optimization by declaring things volatile.Stan Shebs5-6/+6
2019-04-30Make zero volatile to defeat constant-folding of 0.0/0.0Stan Shebs1-1/+1
2019-04-30Comment out debugging hack that pollutes namespaceStan Shebs1-0/+4
2019-04-30Avoid the nonstandard .tls_commonStan Shebs1-1/+1
2019-04-30Use clang integrated assembler except when asm is output and not required to ...Stan Shebs2-9/+7
2019-04-30For clang, add hidden proto of __libc_allocate_once_slow ahead of useStan Shebs3-3/+12
2019-04-30Do not pass unhandled flag to clangStan Shebs1-1/+4
[...]