OSDN Git Service

Bugfix: suffixless string was feeding terminating NUL to strchr() and matching.
authorRob Landley <rob@landley.net>
Wed, 13 Jul 2016 18:46:50 +0000 (13:46 -0500)
committerRob Landley <rob@landley.net>
Wed, 13 Jul 2016 18:46:50 +0000 (13:46 -0500)
commit93e044c4a68d55266db108a24fb70d9de46eab14
tree2873a059e5cfa7fd564b51bffd06960131ffa43a
parent76cc2e2bcddef47176dfeef59c5d4ba28880f219
Bugfix: suffixless string was feeding terminating NUL to strchr() and matching.
lib/lib.c