diff -Nru kiso-0.8.3/debian/changelog kiso-0.8.3/debian/changelog --- kiso-0.8.3/debian/changelog 2006-12-15 17:25:36.000000000 +0200 +++ kiso-0.8.3/debian/changelog 2006-12-15 17:25:37.000000000 +0200 @@ -1,3 +1,12 @@ +kiso (0.8.3-0ubuntu3.1~proposed1) edgy-proposed; urgency=low + + * Added kubuntu_02_fix_stack_smashing.patch for fixing crash + on opening ISO file. + - Closes malone #67816 and #75908 kiso crashes with *** stack + smashing detected *** + + -- ville palo Fri, 15 Dec 2006 17:17:47 +0200 + kiso (0.8.3-0ubuntu3) edgy; urgency=low * Rebuild so it doesnt depend on libgamin0 diff -Nru kiso-0.8.3/debian/patches/kubuntu_02_fix_stack_mashing.patch kiso-0.8.3/debian/patches/kubuntu_02_fix_stack_mashing.patch --- kiso-0.8.3/debian/patches/kubuntu_02_fix_stack_mashing.patch 1970-01-01 02:00:00.000000000 +0200 +++ kiso-0.8.3/debian/patches/kubuntu_02_fix_stack_mashing.patch 2006-12-15 17:25:37.000000000 +0200 @@ -0,0 +1,11 @@ +--- src/dirops.cpp.orig 2006-11-13 20:44:56.000000000 +0200 ++++ src/dirops.cpp 2006-11-13 20:50:27.000000000 +0200 +@@ -439,7 +439,7 @@ + sourcefile.open( IO_ReadOnly ); + char buffer[17]; + sourcefile.readBlock (buffer, 16); +- buffer[17]='\n'; ++ buffer[16]='\n'; + QString Identify=&buffer[2]; + sourcefile.close(); + if (Identify.contains("rijndael-128",FALSE))