bug-sourceinstall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-sourceinstall] libsrcinst 2.3.1 - bug and fix


From: Kaz Sasayama
Subject: [bug-sourceinstall] libsrcinst 2.3.1 - bug and fix
Date: Fri, 27 Apr 2007 17:45:54 +0900
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

I found a bug that causes a segmentation fault with '--pack' and made a
fix against it.

-- 
XMPP (Jabber):  address@hidden
.NET Messenger: address@hidden

--- srcexport.c.orig    Sun Apr  9 14:00:04 2006
+++ srcexport.c Fri Apr 27 00:56:20 2007
@@ -438,7 +438,7 @@
 
     /* now move binary package to target */
 
-    rv = srcinst_spawn_wait(PRG_mv, tmp, filename); free(tmp);
+    rv = srcinst_spawn_wait(PRG_mv, tmp, filename, 0); free(tmp);
     if (!rv)
       return 0;
   }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]