Revision: 1730
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1730&view=rev
Author:   teuf
Date:     2007-10-21 05:16:30 -0700 (Sun, 21 Oct 2007)

Log Message:
-----------
Patch from Filippo Giunchedi <[EMAIL PROTECTED]>
* src/db-artwork-debug.c: (dump_mhod_type_3): add missing byte-swap
which resulted in over huge allocation

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/db-artwork-debug.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-10-21 10:52:46 UTC (rev 1729)
+++ libgpod/trunk/ChangeLog     2007-10-21 12:16:30 UTC (rev 1730)
@@ -2,6 +2,13 @@
 
        Patch from Filippo Giunchedi <[EMAIL PROTECTED]>
 
+       * src/db-artwork-debug.c: (dump_mhod_type_3): add missing byte-swap
+       which resulted in over huge allocation
+
+2007-10-21  Christophe Fergeau  <[EMAIL PROTECTED]>
+
+       Patch from Filippo Giunchedi <[EMAIL PROTECTED]>
+
        * src/db-artwork-debug.c: (dump_mhba): fix dumping function in debug
        mode
        * src/db-itunes-parser.h: indentation fixes

Modified: libgpod/trunk/src/db-artwork-debug.c
===================================================================
--- libgpod/trunk/src/db-artwork-debug.c        2007-10-21 10:52:46 UTC (rev 
1729)
+++ libgpod/trunk/src/db-artwork-debug.c        2007-10-21 12:16:30 UTC (rev 
1730)
@@ -102,7 +102,7 @@
        g_print ("\tString length: %u\n", GINT_FROM_LE (mhod3->string_len));
        g_print ("\tMHOD version: %u\n", GINT_FROM_LE (mhod3->mhod_version));
        g_print ("\tUnknown4: %08x\n", GINT_FROM_LE (mhod3->unknown4));
-       str = get_utf16_string (mhod3->string, mhod3->string_len);
+       str = get_utf16_string (mhod3->string, GINT_FROM_LE 
(mhod3->string_len));
        g_print ("\tString: %s\n", str);
        g_free (str);
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to