[v2,0/4] patches from the morello port

Message ID cover.1666974807.git.szabolcs.nagy@arm.com
Headers
Series patches from the morello port |

Message

Szabolcs Nagy Oct. 28, 2022, 4:39 p.m. UTC
  v2 of patches that got feedback.

Szabolcs Nagy (4):
  Fix OOB read in stdlib thousand grouping parsing [BZ #29727]
  Fix off-by-one OOB write in iconv/tst-iconv-mt
  Fix elf/tst-dlmopen-twice not to exhaust static TLS
  Remove unused scratch_buffer_dupfree

 elf/tst-dlmopen-twice.c         |  4 ++--
 iconv/tst-iconv-mt.c            | 15 ++++--------
 include/scratch_buffer.h        | 16 -------------
 malloc/Makefile                 |  1 -
 malloc/scratch_buffer_dupfree.c | 41 ---------------------------------
 malloc/tst-scratch_buffer.c     | 20 ----------------
 stdlib/grouping.c               | 16 ++++++-------
 7 files changed, 14 insertions(+), 99 deletions(-)
 delete mode 100644 malloc/scratch_buffer_dupfree.c