brasero r2169 - in branches/gnome-2-26: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r2169 - in branches/gnome-2-26: . src
- Date: Thu, 26 Mar 2009 13:54:45 +0000 (UTC)
Author: philippr
Date: Thu Mar 26 13:54:45 2009
New Revision: 2169
URL: http://svn.gnome.org/viewvc/brasero?rev=2169&view=rev
Log:
2009-03-26 Philippe Rouquier <ykw localhost localdomain>
Fix #576564 â brasero crashed with SIGSEGV in brasero_image_format_get_cdrdao_size()
Fix crash when retrieving cue size for cdrdao files (wrong pointer used)
* src/burn-image-format.c (brasero_image_format_get_FILE_info):
Modified:
branches/gnome-2-26/ChangeLog
branches/gnome-2-26/src/burn-image-format.c
Modified: branches/gnome-2-26/src/burn-image-format.c
==============================================================================
--- branches/gnome-2-26/src/burn-image-format.c (original)
+++ branches/gnome-2-26/src/burn-image-format.c Thu Mar 26 13:54:45 2009
@@ -324,14 +324,13 @@
}
static gboolean
-brasero_image_format_get_FILE_info (gchar *uri,
+brasero_image_format_get_FILE_info (const gchar *ptr,
GFile *parent,
gint64 *size_img,
GError **error)
{
gchar *path = NULL;
gint64 start = 0;
- const gchar *ptr;
GFileInfo *info;
GFile *file;
gchar *tmp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]