This bug is fixed in version 2.2.6 (still under tests and not yet released).
Don't pass strlen(m) to getword as suggested by the reporter as the length passed to getword would depend on whatever string is in the m buffer (very likely not the right size). If the string is uninitialized, then the length will be too big and a buffer overflow condition will exist. Frederic -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

