public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Realloc fixes version 2
@ 2020-08-14  0:19 Keith Packard
  2020-08-14  0:19 ` [PATCH 1/2] libm/stdlib: don't read past source in nano_realloc Keith Packard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Keith Packard @ 2020-08-14  0:19 UTC (permalink / raw)
  To: newlib

Here's an updated pair which fixes a bug where realloc was reading off
the source, and then addresses a TODO item to shrink the buffer when
the new size is much smaller.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-17  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14  0:19 [PATCH 0/2] Realloc fixes version 2 Keith Packard
2020-08-14  0:19 ` [PATCH 1/2] libm/stdlib: don't read past source in nano_realloc Keith Packard
2020-08-14  0:19 ` [PATCH 2/2] libm/stdlib: Realloc when shrinking by 2* or more Keith Packard
2020-08-17  9:45 ` [PATCH 0/2] Realloc fixes version 2 Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).