The source code :
...
lowerstr(n);
...
res = (char*)strstr(h, n);
free(h);
free(n);
return res;
You can see that res point to a freed memory ,and could
not
use to get anyinfomation ,OFFCOURSE, the usage of the
program is okay for only check the existence of the
given key string in the given buff
Nobody/Anonymous ( nobody ) - 2005-08-30 08:28
5
Open
None
Nobody/Anonymous
None
None
Public
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use