Package: libipoddevice
Version: 0.5.3-3.1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

Hello,

Ubuntu intrepid uses a gcc with some hardening patches applied and it
found a problem in libipoddevice during build:
"error: format not a string literal and no format arguments" in
src/libipod-device.c around line 1758.

Here is the patch I applied to fix it.

Regards,
Michael

--- libipoddevice-0.5.3.orig/src/ipod-device.c
+++ libipoddevice-0.5.3/src/ipod-device.c
@@ -1755,7 +1755,7 @@
         return EJECT_OK;
     } else {
         error = g_error_new(g_quark_from_static_string("IPOD_DEVICE"),
-            ERROR_EJECT, hal_eject_error);
+            ERROR_EJECT, "HAL eject error: %s", hal_eject_error);
         g_propagate_error(error_out, error);
     }
     



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to