mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
In order to avoid infinite loops on invalid UTF-8 strings, change the skip
2001-11-28 Daniel Elstner <daniel.elstner@gmx.net> * glib/gutf8.c (utf8_skip_data): In order to avoid infinite loops on invalid UTF-8 strings, change the skip count for 0xfe and 0xff from 0 to 1.
This commit is contained in:
committed by
Daniel Elstner
parent
0d189bad07
commit
f344cb2cc2
@@ -1,3 +1,9 @@
|
||||
2001-11-28 Daniel Elstner <daniel.elstner@gmx.net>
|
||||
|
||||
* glib/gutf8.c (utf8_skip_data): In order to avoid infinite loops
|
||||
on invalid UTF-8 strings, change the skip count for 0xfe and 0xff
|
||||
from 0 to 1.
|
||||
|
||||
2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Always call GLIB_SIZEOF(..., system_thread). Fixes
|
||||
|
Reference in New Issue
Block a user