about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab2019-07-102-3/+3
* malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]Florian Weimer2019-07-021-0/+2
* Fix malloc tests build with GCC 10.Joseph Myers2019-06-102-1/+12
* Small tcache improvementsWilco Dijkstra2019-05-171-8/+6
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-101-2/+7
* malloc/tst-mallocfork2: Use process-shared barriersFlorian Weimer2019-05-082-52/+86
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-241-2/+2
* Remove do_set_mallopt_check prototypeH.J. Lu2019-04-231-1/+0
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-189-83/+179
* malloc: Set and reset all hooks for tracing (Bug 16573)Carlos O'Donell2019-04-091-26/+46
* malloc: Check for large bin list corruption when inserting unsorted chunkAdam Maris2019-03-141-0/+4
* Break more lines before not after operators.Joseph Myers2019-02-251-2/+2
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-22/+11
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-02-041-1/+1
* malloc: Revert fastbins to old-style atomicsFlorian Weimer2019-01-181-96/+70
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0176-76/+76
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2018-12-311-42/+1
* Replace check_mul_overflow_size_t with __builtin_mul_overflowAdhemerval Zanella2018-12-285-30/+5
* malloc: Check the alignment of mmapped chunks before unmapping.Istvan Kurucsai2018-12-211-1/+4
* malloc: Add more integrity checks to mremap_chunk.Istvan Kurucsai2018-12-201-3/+9
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-072-1/+57
* malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907]Florian Weimer2018-11-261-25/+25
* malloc: tcache double free checkDJ Delorie2018-11-204-0/+119
* malloc: Use current (C11-style) atomics for fastbin accessFlorian Weimer2018-11-131-70/+96
* malloc: Convert the unlink macro to the unlink_chunk functionFlorian Weimer2018-11-122-47/+49
* malloc: Add ChangeLog for accidentally committed changeFlorian Weimer2018-08-201-1/+1
* malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai2018-08-171-4/+15
* malloc: Mitigate null-byte overflow attacksMoritz Eckert2018-08-161-0/+4
* malloc: Verify size of top chunk.Pochang Chen2018-08-161-0/+3
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-292-2/+17
* malloc: Update heap dumping/undumping comments [BZ #23351]Florian Weimer2018-06-292-52/+6
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-263-11/+21
* malloc: harden removal from unsorted listFrancois Goichon2018-03-141-0/+2
* malloc: Revert sense of prev_inuse in commentsFlorian Weimer2018-03-091-3/+3
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-3/+3
* [BZ #22830] malloc_stats: restore cancellation for stderr correctly.Zack Weinberg2018-02-103-1/+219
* malloc: Use assert.h's assert macroSamuel Thibault2018-01-291-7/+4
* Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar2018-01-183-8/+276
* malloc: Ensure that the consolidated fast chunk has a sane size.Istvan Kurucsai2018-01-121-0/+6
* Increase some test timeouts.Joseph Myers2018-01-041-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-013-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0172-72/+72
* tst-realloc: do not check for errno on success [BZ #22611]Aurelien Jarno2017-12-291-4/+0
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-2/+2
* Fix integer overflow in malloc when tcache is enabled [BZ #22375]Arjun Shankar2017-11-301-1/+2
* malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer2017-11-232-7/+21
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-161-1/+1
* malloc: Account for all heaps in an arena in malloc_info [BZ #22439]Florian Weimer2017-11-151-4/+13
* malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer2017-11-153-4/+115