Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | malloc: Add ChangeLog for accidentally committed change | Florian Weimer | 1 | -1/+1 |
2018-08-17 | malloc: Additional checks for unsorted bin integrity I. | Istvan Kurucsai | 1 | -4/+15 |
2018-08-16 | malloc: Mitigate null-byte overflow attacks | Moritz Eckert | 1 | -0/+4 |
2018-08-16 | malloc: Verify size of top chunk. | Pochang Chen | 1 | -0/+3 |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell | 2 | -2/+17 |
2018-06-29 | malloc: Update heap dumping/undumping comments [BZ #23351] | Florian Weimer | 2 | -52/+6 |
2018-06-26 | Run thread shutdown functions in an explicit order | Florian Weimer | 3 | -11/+21 |
2018-03-14 | malloc: harden removal from unsorted list | Francois Goichon | 1 | -0/+2 |
2018-03-09 | malloc: Revert sense of prev_inuse in comments | Florian Weimer | 1 | -3/+3 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 1 | -3/+3 |
2018-02-10 | [BZ #22830] malloc_stats: restore cancellation for stderr correctly. | Zack Weinberg | 3 | -1/+219 |
2018-01-29 | malloc: Use assert.h's assert macro | Samuel Thibault | 1 | -7/+4 |
2018-01-18 | Fix integer overflows in internal memalign and malloc functions [BZ #22343] | Arjun Shankar | 3 | -8/+276 |
2018-01-12 | malloc: Ensure that the consolidated fast chunk has a sane size. | Istvan Kurucsai | 1 | -0/+6 |
2018-01-04 | Increase some test timeouts. | Joseph Myers | 1 | -0/+1 |
2018-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 72 | -72/+72 |
2017-12-29 | tst-realloc: do not check for errno on success [BZ #22611] | Aurelien Jarno | 1 | -4/+0 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -2/+2 |
2017-11-30 | Fix integer overflow in malloc when tcache is enabled [BZ #22375] | Arjun Shankar | 1 | -1/+2 |
2017-11-23 | malloc: Call tcache destructor in arena_thread_freeres | Florian Weimer | 2 | -7/+21 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -1/+1 |
2017-11-15 | malloc: Account for all heaps in an arena in malloc_info [BZ #22439] | Florian Weimer | 1 | -4/+13 |
2017-11-15 | malloc: Add missing arena lock in malloc_info [BZ #22408] | Florian Weimer | 3 | -4/+115 |
2017-10-24 | Add single-threaded path to _int_malloc | Wilco Dijkstra | 1 | -25/+38 |
2017-10-24 | Add single-threaded path to malloc/realloc/calloc/memalloc | Wilco Dijkstra | 1 | -9/+41 |
2017-10-20 | Fix build issue with SINGLE_THREAD_P | Wilco Dijkstra | 1 | -0/+3 |
2017-10-20 | Add single-threaded path to _int_free | Wilco Dijkstra | 1 | -14/+29 |
2017-10-19 | Fix deadlock in _int_free consistency check | Wilco Dijkstra | 1 | -9/+12 |
2017-10-18 | Fix build failure on tilepro due to unsupported atomics | Wilco Dijkstra | 1 | -1/+2 |
2017-10-17 | Improve malloc initialization sequence | Wilco Dijkstra | 2 | -118/+92 |
2017-10-17 | Use relaxed atomics for malloc have_fastchunks | Wilco Dijkstra | 1 | -32/+20 |
2017-10-17 | Inline tcache functions | Wilco Dijkstra | 1 | -2/+2 |
2017-10-16 | malloc: Use compat_symbol_reference in libmcheck [BZ #22050] | Florian Weimer | 1 | -0/+3 |
2017-10-16 | malloc: Do not compile mcheck-init.o as libc module | Florian Weimer | 1 | -0/+1 |
2017-10-15 | Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052] | H.J. Lu | 1 | -0/+7 |
2017-10-06 | malloc: Fix tcache leak after thread destruction [BZ #22111] | Carlos O'Donell | 3 | -3/+120 |
2017-09-26 | Mark __dso_handle as hidden [BZ #18822] | H.J. Lu | 1 | -2/+2 |
2017-09-25 | scratch_buffer: use union for internal buffer | Adhemerval Zanella | 2 | -3/+3 |
2017-09-08 | Sync scratch_buffer with gnulib | Adhemerval Zanella | 3 | -3/+15 |
2017-09-06 | __libc_dynarray_emplace_enlarge: Add missing else | Florian Weimer | 1 | -1/+1 |
2017-09-05 | Fix tests that are testing obsoleted functionality | Steve Ellcey | 1 | -33/+29 |
2017-08-31 | malloc: Remove the internal_function attribute | Florian Weimer | 5 | -26/+8 |
2017-08-31 | malloc: Resolve compilation failure in NDEBUG mode | Florian Weimer | 1 | -18/+7 |
2017-08-31 | malloc: Change top_check return type to void | Florian Weimer | 2 | -15/+13 |
2017-08-30 | dynarray: Set errno on overflow-induced allocation failure | Florian Weimer | 3 | -3/+41 |
2017-08-30 | malloc: Remove corrupt arena flag | Florian Weimer | 2 | -31/+2 |
2017-08-30 | malloc: Remove check_action variable [BZ #21754] | Florian Weimer | 3 | -180/+38 |
2017-08-30 | malloc: Abort on heap corruption, without a backtrace [BZ #21754] | Florian Weimer | 1 | -19/+4 |
2017-08-10 | malloc: Avoid optimizer warning with GCC 7 and -O3 | Florian Weimer | 1 | -4/+16 |