[Issue 1347] invalid UTF-8 strings cause access violations and inconsistent behavior in std.regexp

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 3 13:07:40 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1347


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #1 from bugzilla at digitalmars.com  2007-09-03 15:07 -------
std.regexp is designed to work only with valid UTF strings. To validate UTF
strings, which should be done for input coming from an untrusted source, use
the function std.utf.validate().


-- 



More information about the Digitalmars-d-bugs mailing list