public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Multiple fixes to realpath
@ 2020-12-29 19:34 Adhemerval Zanella
  2020-12-29 19:34 ` [PATCH v3 1/6] Import idx.h from gnulib Adhemerval Zanella
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Adhemerval Zanella @ 2020-12-29 19:34 UTC (permalink / raw)
  To: libc-alpha, Paul Eggert; +Cc: bug-gnulib

This is an updated version from previous version synced with more
recent gnulib version b29d62dfa.  It also contains a testscase for
the BZ #26421 and a fix to avoid a regression for BZ #22786.

Adhemerval Zanella (6):
  Import idx.h from gnulib
  Import filename.h from gnulib
  malloc: Add scratch_buffer_dupfree
  stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ
    #26341] [BZ #24970]
  support: Add support_small_thread_stack_size
  stdlib: Add testcase fro BZ #26241

 include/filename.h                            | 110 ++++
 include/idx.h                                 | 114 ++++
 include/scratch_buffer.h                      |  16 +
 malloc/Makefile                               |   1 +
 malloc/Versions                               |   1 +
 malloc/scratch_buffer_dupfree.c               |  41 ++
 malloc/tst-scratch_buffer.c                   |  26 +-
 stdlib/Makefile                               |   3 +-
 stdlib/canonicalize.c                         | 547 ++++++++++++------
 stdlib/tst-canon-bz26341.c                    |  99 ++++
 support/support_set_small_thread_stack_size.c |  12 +-
 support/xthread.h                             |   2 +
 sysdeps/unix/sysv/linux/faccessat.c           |   3 +-
 13 files changed, 805 insertions(+), 170 deletions(-)
 create mode 100644 include/filename.h
 create mode 100644 include/idx.h
 create mode 100644 malloc/scratch_buffer_dupfree.c
 create mode 100644 stdlib/tst-canon-bz26341.c

-- 
2.25.1


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

end of thread, other threads:[~2021-01-20 14:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 19:34 [PATCH v3 0/6] Multiple fixes to realpath Adhemerval Zanella
2020-12-29 19:34 ` [PATCH v3 1/6] Import idx.h from gnulib Adhemerval Zanella
2020-12-29 19:34 ` [PATCH v3 2/6] Import filename.h " Adhemerval Zanella
2020-12-29 19:34 ` [PATCH v3 3/6] malloc: Add scratch_buffer_dupfree Adhemerval Zanella
2020-12-29 19:34 ` [PATCH v3 4/6] stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970] Adhemerval Zanella
2020-12-30  1:21   ` Paul Eggert
2020-12-30  3:39     ` Paul Eggert
2020-12-30  6:19       ` Paul Eggert
2020-12-30 12:34     ` Adhemerval Zanella
2020-12-30 13:10       ` Adhemerval Zanella
2021-01-02  0:04         ` Paul Eggert
2021-01-04 12:52           ` Adhemerval Zanella
2021-01-09  1:24             ` Paul Eggert
2020-12-29 19:34 ` [PATCH v3 5/6] support: Add support_small_thread_stack_size Adhemerval Zanella
2020-12-30  8:54   ` Florian Weimer
2020-12-29 19:34 ` [PATCH v3 6/6] stdlib: Add testcase fro BZ #26241 Adhemerval Zanella
2021-01-20  4:33   ` DJ Delorie
2021-01-20 14:13     ` Adhemerval Zanella

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).