After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 466290 - memset with swapped arguments.
memset with swapped arguments.
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: 0.6
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-08-13 16:37 UTC by Dave Jones
Modified: 2007-08-14 03:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing the problem. (547 bytes, patch)
2007-08-13 16:37 UTC, Dave Jones
none Details | Review

Description Dave Jones 2007-08-13 16:37:23 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:
Comment 1 Dave Jones 2007-08-13 16:37:57 UTC
Created attachment 93579 [details] [review]
patch fixing the problem.

patch fixing the problem.
Comment 2 Luis Medinas 2007-08-14 03:47:56 UTC
Hi Dave, i commited your patch to svn trunk and 0.6 stable branch.
Thanks