From d839b3d0b42f40f874392f88197e596e9b7d3387 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 23 Apr 2004 15:25:16 +0000 Subject: * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04e397e7..33877cea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-04-22 John (J5) Palmieri + (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 * dbus/dbus-server-unix.c (unix_finalize): Don't unref -- cgit