[cdrkit] Added a patch file forgot in previous commit.

Jan Horak hhorak at fedoraproject.org
Thu Jun 2 15:01:55 UTC 2011


commit 6e6969fac31b8cc09a070d3ab2c1148cd2c61eec
Author: Honza Horák <hhorak at redhat.com>
Date:   Thu Jun 2 17:01:23 2011 +0200

    Added a patch file forgot in previous commit.

 cdrkit-1.1.11-handler.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/cdrkit-1.1.11-handler.patch b/cdrkit-1.1.11-handler.patch
new file mode 100644
index 0000000..5b3fa6a
--- /dev/null
+++ b/cdrkit-1.1.11-handler.patch
@@ -0,0 +1,12 @@
+diff -up cdrkit-1.1.11/icedax/icedax.c.handler cdrkit-1.1.11/icedax/icedax.c
+--- cdrkit-1.1.11/icedax/icedax.c.handler	2011-06-02 16:37:02.446206285 +0200
++++ cdrkit-1.1.11/icedax/icedax.c	2011-06-02 16:37:25.444206279 +0200
+@@ -1054,7 +1054,7 @@ static void exit_wrapper(int status)
+ 
+ 	if (child_pid != 0) {
+ 		SCSI *usalp = get_scsi_p();
+-		if (usalp->running) {
++		if (usalp && usalp->running) {
+ 			usalp->cb_fun = on_exitscsi;
+ 			usalp->cb_arg = (void *) (uintptr_t) status;
+ 		} else {


More information about the scm-commits mailing list