On Thu, Jan 9, 2020 at 12:49 Mark Johnston <[email protected]> wrote:
> Author: markj > Date: Thu Jan 9 20:49:26 2020 > New Revision: 356569 > URL: https://svnweb.freebsd.org/changeset/base/356569 > > Log: > libc: Fix a few bugs in the xlocale collation code. > > - Fix checks for mmap() failures. [1] > - Set the "map" and "maplen" fields of struct xlocale_collate so that > the table destructor actually does something. > - Free an already-mapped collation file before loading a new one into > the global table. > - Harmonize the prototype and definition of __collate_load_tables_l() by > adding the "static" qualifier to the latter. > > PR: 243195 > Reported by: cem [1] I appreciate the mention for my small role in this but the majority of the credit (PR report and solid initial diagnosis) should go to Koichi Murase <myoga.murase AT gmail.com>. Best, Conrad _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
