mpv/misc
James Ross-Gowan 476fc65b0f bstr: check strings before memcmp/strncasecmp
bstr.start can be NULL when bstr.len is 0, so don't call memcmp or
strncasecmp if that's the case. Passing NULL to string functions is
invalid C, even when the length is 0, and it causes Windows to raise an
invalid parameter error.

Should fix #1155
2014-10-07 08:45:27 +02:00
..
bstr.c bstr: check strings before memcmp/strncasecmp 2014-10-07 08:45:27 +02:00
bstr.h
charset_conv.c
charset_conv.h
ctype.h
dispatch.c
dispatch.h
rendezvous.c
rendezvous.h
ring.c
ring.h