Re: svn commit: r265095 - head/lib/libc/locale

2014-04-30 Thread Pedro Giffuni
On 04/30/14 16:10, Jilles Tjoelker wrote: On Tue, Apr 29, 2014 at 03:25:57PM +, Pedro F. Giffuni wrote: Author: pfg Date: Tue Apr 29 15:25:57 2014 New Revision: 265095 URL: http://svnweb.freebsd.org/changeset/base/265095 Log: citrus: Avoid invalid code points. From the OpenBSD log

Re: svn commit: r265095 - head/lib/libc/locale

2014-04-30 Thread Jilles Tjoelker
On Tue, Apr 29, 2014 at 03:25:57PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Apr 29 15:25:57 2014 > New Revision: 265095 > URL: http://svnweb.freebsd.org/changeset/base/265095 > Log: > citrus: Avoid invalid code points. > > From the OpenBSD log: > The UTF-8 decoder should n

svn commit: r265095 - head/lib/libc/locale

2014-04-29 Thread Pedro F. Giffuni
Author: pfg Date: Tue Apr 29 15:25:57 2014 New Revision: 265095 URL: http://svnweb.freebsd.org/changeset/base/265095 Log: citrus: Avoid invalid code points. From the OpenBSD log: The UTF-8 decoder should not accept byte sequences which decode to unicode code positions U+D800 to U+DFFF (