index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
malloc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-26
malloc: Fix a potential realloc issue with memory tagging
Szabolcs Nagy
1
-7
/
+7
2021-03-26
malloc: Fix a realloc crash with heap tagging [BZ 27468]
Szabolcs Nagy
1
-1
/
+3
2021-03-25
Support for multiple versions in versioned_symbol, compat_symbol
Florian Weimer
1
-1
/
+1
2021-03-09
malloc: Turn tst-mallocstate into a non-internal test
Florian Weimer
2
-13
/
+8
2021-03-01
Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder
Florian Weimer
1
-0
/
+5
2021-02-23
added rt to malloc/Depend [BZ #27132]
Paul Zimmermann
1
-0
/
+1
2021-02-09
malloc: Sync dynarray with gnulib
Adhemerval Zanella
9
-84
/
+95
2021-02-01
tst-mallinfo2.c: Remove useless trailing semicolon for macro
Yang Xu
1
-1
/
+1
2021-01-05
malloc: Add scratch_buffer_dupfree
Adhemerval Zanella
4
-2
/
+67
2021-01-02
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
3
-3
/
+3
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
81
-81
/
+81
2020-12-30
malloc: preserve errno on mcheck hooks [BZ #17924]
Adhemerval Zanella
1
-5
/
+11
2020-12-29
free: preserve errno [BZ#17924]
Paul Eggert
3
-4
/
+141
2020-12-24
MTE: Do not pad size in realloc_check
Siddhesh Poyarekar
1
-4
/
+5
2020-12-24
tests-mcheck: New variable to run tests with MALLOC_CHECK_=3
Siddhesh Poyarekar
1
-0
/
+20
2020-12-21
malloc: Basic support for memory tagging in the malloc() family
Richard Earnshaw
3
-97
/
+377
2020-12-16
malloc: Use __libc_initial to detect an inner libc
Florian Weimer
2
-8
/
+7
2020-12-11
malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]
W. Hashimoto
1
-1
/
+4
2020-12-04
nsswitch: use new internal API (core)
DJ Delorie
1
-1
/
+3
2020-12-04
nss: Introduce <nss_module.h>
Florian Weimer
1
-0
/
+3
2020-11-13
Remove tls.h inclusion from internal errno.h
Adhemerval Zanella
1
-0
/
+1
2020-10-30
malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1
liqingqing
1
-2
/
+2
2020-10-30
tst-tcfree2: adjust coding style.
liqingqing
1
-4
/
+4
2020-10-08
Revert "Fix missing redirects in testsuite targets"
Andreas Schwab
1
-1
/
+1
2020-10-06
Replace Minumum/minumum with Minimum/minimum
H.J. Lu
1
-1
/
+1
2020-09-17
Update mallinfo2 ABI, and test
DJ Delorie
4
-1
/
+89
2020-08-31
malloc: Fix mallinfo deprecation declaration
Adhemerval Zanella
3
-2
/
+15
2020-08-31
Add mallinfo2 function that support sizes >= 4GB.
Martin Liska
2
-5
/
+51
2020-07-13
Remove --enable-obsolete-rpc configure flag
Petr Vorel
1
-1
/
+4
2020-07-13
malloc: Deprecate more hook-related functionality
Florian Weimer
1
-3
/
+4
2020-07-07
string: Use tls-internal on strerror_l
Adhemerval Zanella
1
-1
/
+0
2020-07-07
string: Remove old TLS usage on strsignal
Adhemerval Zanella
1
-0
/
+2
2020-04-06
malloc: ensure set_max_fast never stores zero [BZ #25733]
DJ Delorie
1
-1
/
+1
2020-04-03
Add tests for Safe-Linking
Eyal Itkin
2
-0
/
+180
2020-03-31
Fix alignment bug in Safe-Linking
Eyal Itkin
1
-11
/
+11
2020-03-31
Typo fixes and CR cleanup in Safe-Linking
Eyal Itkin
1
-15
/
+15
2020-03-29
Add Safe-Linking to fastbins and tcache
Eyal Itkin
1
-13
/
+58
2020-02-27
malloc/tst-mallocfork2: Kill lingering process for unexpected failures
Adhemerval Zanella
1
-11
/
+28
2020-01-17
Remove incorrect alloc_size attribute from pvalloc [BZ #25401]
Florian Weimer
3
-3
/
+50
2020-01-03
elf: Move vDSO setup to rtld (BZ#24967)
Adhemerval Zanella
1
-0
/
+5
2020-01-01
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
3
-3
/
+3
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
77
-77
/
+77
2019-12-05
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
DJ Delorie
1
-12
/
+20
2019-10-30
Base max_fast on alignment, not width, of bins (Bug 24903)
DJ Delorie
1
-1
/
+1
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
77
-77
/
+77
2019-08-15
malloc: Various cleanups for malloc/tst-mxfast
Florian Weimer
2
-9
/
+8
2019-08-09
Add glibc.malloc.mxfast tunable
DJ Delorie
4
-7
/
+69
2019-08-08
malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]
Niklas Hambüchen
1
-0
/
+6
2019-08-01
malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]
Florian Weimer
1
-1
/
+1
2019-07-10
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
Andreas Schwab
2
-3
/
+3
[prev]
[next]