4f383a8074
memcmp() is unfortunately not guaranteed to read forward byte-by-byte, which means that the clever use as a strncmp() without the pointless strlen()s is not permitted, and can actually misbehave with SSE-optimized string functions. so implement proper equals() and starts_with() functions. as a bonus, the calls are less cryptic. |
||
---|---|---|
.. | ||
.gitignore | ||
config.c | ||
convert.c | ||
isync.1 | ||
isync.h | ||
isyncrc.sample | ||
main.c | ||
Makefile.am | ||
util.c |