Re: close() behavior when there are multiple fds for a socket

2021-10-21 Thread Ben Pfaff
On Thu, Oct 21, 2021 at 3:02 PM Bernhard Voelker wrote: > Would you mind adding the opengroup bug here for reference? Here you go: https://www.austingroupbugs.net/view.php?id=1525

Re: close() behavior when there are multiple fds for a socket

2021-10-21 Thread Bernhard Voelker
On 10/15/21 20:41, Ben Pfaff wrote: > On Fri, Oct 15, 2021 at 11:40 AM Eric Blake wrote: >> On Fri, Oct 15, 2021 at 09:10:04AM -0700, Ben Pfaff wrote: >>> What a bureaucratic organization! The bug report form, once I got a login, >>> requires one to specify a page number and line number, but it se

gl_array_list.c:452:29: runtime error: applying zero offset to null pointer

2021-10-21 Thread Paweł Krawczyk
Hello, I'm running an application using gl_array_list under clang ASAN and getting the following complaints: gl_array_list.c:452:29: runtime error: applying zero offset to null pointer SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior gl_array_list.c:452:29 in gl_array_list.c:453:29: runti

[PATCH] bootstrap: When a commit hash is specified, do a shallow fetch if possible

2021-10-21 Thread Glenn Washburn
The gnulib sources are large but more importantly have lots of changes. So initial checkout of the repository can take a long time when network or cpu resources are limited. The later is especially acute in a non-KVM QEMU virtual machine (which can take 40+ minutes compared to <30 seconds with this

Re: [PATCH 2/2] posix: Remove alloca usage for internal fnmatch implementation

2021-10-21 Thread Florian Weimer
* Adhemerval Zanella: > On 08/03/2021 09:59, Florian Weimer wrote: >> * Adhemerval Zanella via Libc-alpha: >> >>> -else if (*p == L_('|')) >>> +else if (*p == L_(')') || *p == L_('|')) >>>{ >>> if (level == 0) >>>{ >>> -NEW_PATTERN; >>> -