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
2019-07-02
malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
Florian Weimer
1
-0
/
+2
2019-06-10
Fix malloc tests build with GCC 10.
Joseph Myers
2
-1
/
+12
2019-05-17
Small tcache improvements
Wilco Dijkstra
1
-8
/
+6
2019-05-10
Fix tcache count maximum (BZ #24531)
Wilco Dijkstra
1
-2
/
+7
2019-05-08
malloc/tst-mallocfork2: Use process-shared barriers
Florian Weimer
2
-52
/
+86
2019-04-24
memusagestat: use local glibc when linking [BZ #18465]
Mike Frysinger
1
-2
/
+2
2019-04-23
Remove do_set_mallopt_check prototype
H.J. Lu
1
-1
/
+0
2019-04-18
malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)
Adhemerval Zanella
9
-83
/
+179
2019-04-09
malloc: Set and reset all hooks for tracing (Bug 16573)
Carlos O'Donell
1
-26
/
+46
2019-03-14
malloc: Check for large bin list corruption when inserting unsorted chunk
Adam Maris
1
-0
/
+4
2019-02-25
Break more lines before not after operators.
Joseph Myers
1
-2
/
+2
2019-02-06
Avoid "inline" after return type in function definitions.
Joseph Myers
1
-22
/
+11
2019-02-04
Fix assertion in malloc.c:tcache_get.
Joseph Myers
1
-1
/
+1
2019-01-18
malloc: Revert fastbins to old-style atomics
Florian Weimer
1
-96
/
+70
2019-01-01
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
3
-3
/
+3
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
76
-76
/
+76
2018-12-31
malloc: Always call memcpy in _int_realloc [BZ #24027]
Florian Weimer
1
-42
/
+1
2018-12-28
Replace check_mul_overflow_size_t with __builtin_mul_overflow
Adhemerval Zanella
5
-30
/
+5
2018-12-21
malloc: Check the alignment of mmapped chunks before unmapping.
Istvan Kurucsai
1
-1
/
+4
2018-12-20
malloc: Add more integrity checks to mremap_chunk.
Istvan Kurucsai
1
-3
/
+9
2018-12-07
malloc: Add another test for tcache double free check.
DJ Delorie
2
-1
/
+57
2018-11-26
malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907]
Florian Weimer
1
-25
/
+25
2018-11-20
malloc: tcache double free check
DJ Delorie
4
-0
/
+119
2018-11-13
malloc: Use current (C11-style) atomics for fastbin access
Florian Weimer
1
-70
/
+96
2018-11-12
malloc: Convert the unlink macro to the unlink_chunk function
Florian Weimer
2
-47
/
+49
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
[prev]
[next]