GNOME Bugzilla – Bug 466290
memset with swapped arguments.
Last modified: 2007-08-14 03:47:56 UTC
Please describe the problem: There's a memset with a size of '0', which should probably be a memset that's trying to clear a buffer. Steps to reproduce: found by code inspection. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 93579 [details] [review] patch fixing the problem. patch fixing the problem.
Hi Dave, i commited your patch to svn trunk and 0.6 stable branch. Thanks