]> arthur.barton.de Git - netatalk.git/commit - libatalk/adouble/ad_conv.c
Several fixes in ad_conv_dehex()
authorRalph Boehme <sloowfranklin@gmail.com>
Tue, 19 Feb 2013 16:35:04 +0000 (17:35 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 19 Feb 2013 16:35:04 +0000 (17:35 +0100)
commit01e4f40259950a534d8608e0b3e68e50fb1ca233
tree1e5404c75aa49242095e0b4b43d221d22c2cbc8a
parent0890360dc726ea439b8af81ce21eb9508841bb12
Several fixes in ad_conv_dehex()

Testing whether we need to perform dehexing was done by a simple
strchr(':'), thus names only containing a single ':' would trigger
dehexing even though they might not contain the relevant strings
":2e" or :2f".

Also fix a ressource leak in bfindreplace() and simplify the
check whether a rename took place in enumerate.c.
etc/afpd/enumerate.c
libatalk/adouble/ad_conv.c