Hi Collin, > I pushed a fix for this for glibc 2.43 [2]. > [2] > https://forge.sourceware.org/glibc/glibc-mirror/commit/33eff78c8b28adc4963987880e10d96761f2a167
Looks good: At that particular point, *lineptr != NULL && *n > 0. > Will push the attatched patches tomorrow, unless they need changes. :) 0001: > ]) > ;; > esac > - ]) > + rm -f conftest.data conftest.empty]) > case "$gl_cv_func_working_getdelim" in > *yes) ;; > *) REPLACE_GETDELIM=1 ;; Please can you add a line break between the 'rm -f' command and the closing bracket from the AC_something invocation? One should be able to understand the nesting of blocks by looking up and down vertically, without looking at the far right of each line. Especially for a block that is more than 10 lines long. Thanks. 0003: Likewise. Thanks for the fixes, both in glibc and in Gnulib! Bruno
