git: libc/_collate_lookup: Fix segfault seen on ISO-8859-5 locales
John Marino
marino at crater.dragonflybsd.org
Sun Jun 19 02:09:32 PDT 2016
commit 3a40390f6101dd0c97b3cf92a44b2428a19c2a35
Author: John Marino <draco at marino.st>
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
Bapt at FreeBSD.org. 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
More information about the Commits
mailing list