Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2014-03-31 20:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2014-03-18 
16:21:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes     2014-03-31 
20:43:02.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Mar 25 10:07:18 UTC 2014 - [email protected]
+
+- Update openssh-6.5p1-audit4-kex_results.patch to ensure that
+  we don't pass a NULL string to buffer_put_cstring. This happens
+  when you have "Ciphers [email protected]" directive.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
openssh.spec: same change
++++++ openssh-6.5p1-audit4-kex_results.patch ++++++
--- /var/tmp/diff_new_pack.kKuZZG/_old  2014-03-31 20:43:03.000000000 +0200
+++ /var/tmp/diff_new_pack.kKuZZG/_new  2014-03-31 20:43:03.000000000 +0200
@@ -699,9 +699,9 @@
 +
 +      buffer_init(&m);
 +      buffer_put_int(&m, ctos);
-+      buffer_put_cstring(&m, cipher);
-+      buffer_put_cstring(&m, mac);
-+      buffer_put_cstring(&m, compress);
++      buffer_put_cstring(&m, cipher ? cipher : "");
++      buffer_put_cstring(&m, mac ? mac : "");
++      buffer_put_cstring(&m, compress ? compress : "");
 +      buffer_put_int64(&m, pid);
 +      buffer_put_int64(&m, uid);
 +

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

Reply via email to