https://issues.dlang.org/show_bug.cgi?id=16739

--- Comment #2 from Steven Schveighoffer <schvei...@yahoo.com> ---
Interesting find by ketmar in
https://forum.dlang.org/post/cvfdiwxvdkcyrfhew...@forum.dlang.org

The binary search through the list of possible strings is flawed -- it uses
memcmp to do the binary search, and so allows the endianness of the machine to
mess with the results.

--

Reply via email to