Hello community,

here is the log from the commit of package dhcpcd for openSUSE:11.3
checked in at Tue Apr 19 10:27:01 CEST 2011.



--------
--- old-versions/11.3/UPDATES/all/dhcpcd/dhcpcd.changes 2011-04-11 
11:47:37.000000000 +0200
+++ 11.3/dhcpcd/dhcpcd.changes  2011-04-19 09:55:51.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 19 07:43:22 UTC 2011 - [email protected]
+
+- Fixed a bug causing a crash in the sip option check, when the
+  option data can't be decoded (bnc#687850).
+
+-------------------------------------------------------------------

calling whatdependson for 11.3-i586


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

Other differences:
------------------
++++++ dhcpcd.spec ++++++
--- /var/tmp/diff_new_pack.X8Skat/_old  2011-04-19 10:26:43.000000000 +0200
+++ /var/tmp/diff_new_pack.X8Skat/_new  2011-04-19 10:26:43.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           dhcpcd
 Version:        3.2.3
-Release:        61.<RELEASE5>
+Release:        61.<RELEASE66>
 Summary:        A DHCP Client Daemon
 Url:            http://developer.berlios.de/projects/dhcpcd/
 #Source:       http://prdownload.berlios.de/dhcpcd/dhcpcd-3.2.3.tar.bz2

++++++ dhcpcd-3.2.3-option-checks.diff ++++++
--- /var/tmp/diff_new_pack.X8Skat/_old  2011-04-19 10:26:43.000000000 +0200
+++ /var/tmp/diff_new_pack.X8Skat/_new  2011-04-19 10:26:43.000000000 +0200
@@ -273,7 +273,7 @@
 +                              dhcp->sipservers = NULL;
 +                              {
 +                                      char *str = decode_sipservers 
(p,length);
-+                                      if(check_dhcp_option(DHCP_SIPSERVER,
++                                      if(str && 
check_dhcp_option(DHCP_SIPSERVER,
 +                                              str, strlen(str)) != 0) {
 +                                              logger (LOG_ERR,
 +                                                      "suspect value in "


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



Remember to have fun...

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

Reply via email to