dbus/dbus
johnp
freedesktop-cvs-commits at pdx.freedesktop.org
Sat Apr 24 01:25:16 EST 2004
CVS commit by johnp:
* Fixed buffer overflow cause by not incrementing
the times_we_did_each_thing counter array to reflect
the number of random mutation functions we have.
M +7 -0 dbus/dbus/ChangeLog 1.478
--- dbus/dbus/ChangeLog #1.477:1.478
@@ -1,2 +1,9 @@
+2004-04-22 John (J5) Palmieri <johnp at redhat.com>
+ (randomly_do_n_things): tracked down buffer overflow
+ to times_we_did_each_thing array which would chop off
+ the first character of the failure_dir string. Increased
+ the size of the array to 7 to reflect the number of
+ random mutation functions we have.
+
2004-04-21 Kristian Høgsberg <krh at redhat.com>
More information about the dbus-commit
mailing list