Fixed uninitialized 'md5' options-module field in sandbox clients.
authorshort <>
Thu, 6 Nov 2003 20:11:25 +0000 (20:11 +0000)
committershort <>
Thu, 6 Nov 2003 20:11:25 +0000 (20:11 +0000)
 - SIGSEGV on Mandrake TBA.

src/libcaptive/sandbox/server-Vfs.c

index f904089..28affd3 100644 (file)
@@ -114,6 +114,8 @@ static void options_module_corba_to_options_module_captive
                        src_options_module_corba->data._length);
        dest_options_module_captive->u.pe32.length=src_options_module_corba->data._length;
        dest_options_module_captive->u.pe32.mapped=FALSE;
+       /* 'md5' is never used in sandbox client; XML is dumped by the master. */
+       dest_options_module_captive->u.pe32.md5=g_strdup("<sandbox-client:undef>");
 }