|
From: Philippe W. <phi...@sk...> - 2011-09-30 20:07:12
|
>> Fix a couple of buffer overruns. n-i-bz. > How did you spot this? Eagle eye or a fancy new tool? Neither eagle eye nor a fancy new tool. The initial one was found (in mc_main.c) due to the stack being thrashed when adding -v clo when developping patch for 282230. Then the two others were found using 'grep percentify' and examining the calls and their args. (based on the equivalence principle: "bugs are like mushrooms. If you find one, there are very probably others in the same area" ) |