This is a request to some of the other developers to look over a patch I'm planning to include in 1.0.22. It touches a lot of files, but the main goal was to replace references to MAX_BUFF (and other #defines) with sizeof() to avoid discrepancies between the assumed size and actual size of a character array.

It's on the SourceForge site under the patch tracker:

http://sourceforge.net/tracker/ index.php?func=detail&aid=755708&group_id=6691&atid=306691

Please contact me with any errors I may have introduced. There were other cleanup changes that I did along the way (like replacing some strncpy or strncmp calls with strcpy and strcmp where appropriate), but I tried to stay focused.

--
Tom Collins
[EMAIL PROTECTED]




Reply via email to