about summary refs log tree commit diff
path: root/malloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add single-threaded path to _int_mallocWilco Dijkstra2017-10-241-25/+38
* Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra2017-10-241-9/+41
* Fix build issue with SINGLE_THREAD_PWilco Dijkstra2017-10-201-0/+3
* Add single-threaded path to _int_freeWilco Dijkstra2017-10-201-14/+29
* Fix deadlock in _int_free consistency checkWilco Dijkstra2017-10-191-9/+12
* Fix build failure on tilepro due to unsupported atomicsWilco Dijkstra2017-10-181-1/+2
* Improve malloc initialization sequenceWilco Dijkstra2017-10-172-118/+92
* Use relaxed atomics for malloc have_fastchunksWilco Dijkstra2017-10-171-32/+20
* Inline tcache functionsWilco Dijkstra2017-10-171-2/+2
* malloc: Use compat_symbol_reference in libmcheck [BZ #22050]Florian Weimer2017-10-161-0/+3
* malloc: Do not compile mcheck-init.o as libc moduleFlorian Weimer2017-10-161-0/+1
* Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu2017-10-151-0/+7
* malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell2017-10-063-3/+120
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-261-2/+2
* scratch_buffer: use union for internal bufferAdhemerval Zanella2017-09-252-3/+3
* Sync scratch_buffer with gnulibAdhemerval Zanella2017-09-083-3/+15
* __libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer2017-09-061-1/+1
* Fix tests that are testing obsoleted functionalitySteve Ellcey2017-09-051-33/+29
* malloc: Remove the internal_function attributeFlorian Weimer2017-08-315-26/+8
* malloc: Resolve compilation failure in NDEBUG modeFlorian Weimer2017-08-311-18/+7
* malloc: Change top_check return type to voidFlorian Weimer2017-08-312-15/+13
* dynarray: Set errno on overflow-induced allocation failureFlorian Weimer2017-08-303-3/+41
* malloc: Remove corrupt arena flagFlorian Weimer2017-08-302-31/+2
* malloc: Remove check_action variable [BZ #21754]Florian Weimer2017-08-303-180/+38
* malloc: Abort on heap corruption, without a backtrace [BZ #21754]Florian Weimer2017-08-301-19/+4
* malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer2017-08-101-4/+16