commit 3a40390f6101dd0c97b3cf92a44b2428a19c2a35
Author: John Marino <[email protected]>
Date: Sun Jun 19 09:53:12 2016 +0200
libc/_collate_lookup: Fix segfault seen on ISO-8859-5 locales
The fix for the Russian collation issue seemed to have bug in it.
Segfault was discovered by Lauri Tirkkonen of Illumos and confirmed by
[email protected]. Lauri suggested this as a fix, but as of this writing
Bapt hasn't confirmed that this is final solution for FreeBSD. Due to
personal reasons, I cannot wait for this confirmation longer. I believe
this fix is better than what is currently in place, even if it is not
the final solution.
Summary of changes:
lib/libc/locale/collate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a40390f6101dd0c97b3cf92a44b2428a19c2a35
--
DragonFly BSD source repository