On Sat, 2019-11-23 at 12:22 +0100, Jouke Witteveen wrote: > Is there anything I can do to further review and/or acceptance of this > patch I sent last month?
I applied your changes although updates were needed. For the future, please note that (a) changes should contain updates to the regression tests to show the error and ensure the fix works, (b) commit messages need to be formatted properly so that they can be generated into ChangeLog entries, (c) we cannot use GNU libc-only functions like memrchr() since GNU make is highly portable and runs on Windows, VMS, etc., not to mention BSD, MacOS, and other POSIX systems where glibc is not available. I added a regression test based on the Savannah bug report, reformatted the commit messages, and added an implementation of memrchr() for systems where it doesn't exist. Thanks for the fix!