shared: replace a few invocations of strcasecmp() for DNS labels with ascii_strcasecm...
authorLennart Poettering <lennart@poettering.net>
Wed, 13 Jan 2016 02:03:26 +0000 (03:03 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Jan 2016 19:22:32 +0000 (20:22 +0100)
commit3095011d15e03a5d724fa0141463434c8bf8380c
tree7fab1a80f4e5c03ac0562a657d4cab5de4687e8c
parente926785a1feff01901e6298261a9f635791d3b17
shared: replace a few invocations of strcasecmp() for DNS labels with ascii_strcasecmp_n()

This makes our code compatible with embedded NUL bytes, as we don't care about NUL bytes anymore.
src/shared/dns-domain.c