Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory
checked in at Wed Mar 9 10:23:05 CET 2011.



--------
--- hwinfo/hwinfo.changes       2011-02-16 14:39:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/hwinfo/hwinfo.changes  2011-03-08 
11:26:50.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 11:26:40 CET 2011 - [email protected]
+
+- avoid potential NULL pointer reference (bnc #677686)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  hwinfo-18.3.tar.bz2

New:
----
  hwinfo-18.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.5Jw9q5/_old  2011-03-09 10:22:21.000000000 +0100
+++ /var/tmp/diff_new_pack.5Jw9q5/_new  2011-03-09 10:22:21.000000000 +0100
@@ -33,9 +33,9 @@
 PreReq:         /sbin/ldconfig
 AutoReqProv:    on
 Summary:        Hardware Library
-Version:        18.3
+Version:        18.4
 Release:        1
-Source:         hwinfo-18.3.tar.bz2
+Source:         hwinfo-18.4.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ hwinfo-18.3.tar.bz2 -> hwinfo-18.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-18.3/VERSION new/hwinfo-18.4/VERSION
--- old/hwinfo-18.3/VERSION     2011-02-16 14:38:46.000000000 +0100
+++ new/hwinfo-18.4/VERSION     2011-03-08 11:26:37.000000000 +0100
@@ -1 +1 @@
-18.3
+18.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-18.3/changelog new/hwinfo-18.4/changelog
--- old/hwinfo-18.3/changelog   2011-02-16 14:38:47.000000000 +0100
+++ new/hwinfo-18.4/changelog   2011-03-08 11:26:38.000000000 +0100
@@ -1,4 +1,7 @@
-2011-02-16:    HEAD
+2011-03-08:    HEAD
+       - avoid potential NULL pointer reference (bnc #677686)
+
+2011-02-16:    18.3
        - support Draytech miniVigor 128 ISDN (bnc #663288)
 
 2011-02-16:    18.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-18.3/src/hd/usb.c new/hwinfo-18.4/src/hd/usb.c
--- old/hwinfo-18.3/src/hd/usb.c        2011-02-16 14:19:01.000000000 +0100
+++ new/hwinfo-18.4/src/hd/usb.c        2011-03-08 11:11:44.000000000 +0100
@@ -516,7 +516,7 @@
     hd_sysfs_id(name)
   );
 
-  if(!strncmp(sf_cdev_name, "ts", sizeof "ts" - 1)) return;
+  if(!sf_cdev_name || !strncmp(sf_cdev_name, "ts", sizeof "ts" - 1)) return;
 
   if((s = get_sysfs_attr_by_path(name, "dev"))) {
     if(sscanf(s, "%u:%u", &u1, &u2) == 2) {


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to