aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/WStringCompare.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/StringCompare: use strncmp() instead of memcmp() in StringStartsWith()Max Kellermann2015-11-061-1/+2
| | | | | Some optimized implementations of memcmp() may not start from the beginning of the string, and may thus segfault.
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-0/+70