[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (2d2040e92d5ebb069af42567855055b096532e71)



The branch, master has been updated
       via  2d2040e92d5ebb069af42567855055b096532e71 (commit)
      from  deb80ab342b56788e0c9d75d6119cc734e9eba60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/png/png.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 2d2040e92d5ebb069af42567855055b096532e71
Author: Ineiev <ineiev@xxxxxxxxxxxxxxxx>
Commit: Ineiev <ineiev@xxxxxxxxxxxxxxxx>

    Fix potential segfault
    
    Closes-bug: lp-699290 (sf-2669324)

:100644 100644 022da9c... 9ef24da... M	src/hid/png/png.c

=========
 Changes
=========

commit 2d2040e92d5ebb069af42567855055b096532e71
Author: Ineiev <ineiev@xxxxxxxxxxxxxxxx>
Commit: Ineiev <ineiev@xxxxxxxxxxxxxxxx>

    Fix potential segfault
    
    Closes-bug: lp-699290 (sf-2669324)

diff --git a/src/hid/png/png.c b/src/hid/png/png.c
index 022da9c..9ef24da 100644
--- a/src/hid/png/png.c
+++ b/src/hid/png/png.c
@@ -146,7 +146,7 @@ static const char *filetypes[] = {
   FMT_jpg,
 #endif
 
-  NULL
+  ""
 };
 
 HID_Attribute png_attribute_list[] = {




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs