Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2021-01-15 19:43:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Fri Jan 15 19:43:28 2021 rev:146 rq:861779 version:8.3p1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2021-01-06 
19:55:33.348955736 +0100
+++ /work/SRC/openSUSE:Factory/.openssh.new.28504/openssh.changes       
2021-01-15 19:43:33.397773139 +0100
@@ -1,0 +2,7 @@
+Fri Jan  8 01:37:02 UTC 2021 - Hans Petter Jansson <h...@suse.com>
+
+- Update openssh-8.1p1-audit.patch (bsc#1180501). This fixes
+  occasional crashes on connection termination caused by accessing
+  freed memory.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
openssh.spec: same change
++++++ openssh-8.1p1-audit.patch ++++++
--- /var/tmp/diff_new_pack.rGOfCm/_old  2021-01-15 19:43:34.577775072 +0100
+++ /var/tmp/diff_new_pack.rGOfCm/_new  2021-01-15 19:43:34.577775072 +0100
@@ -1,5 +1,5 @@
 diff --git a/Makefile.in b/Makefile.in
-index 9d3f569..5a0e0b6 100644
+index 88aba09..b815eac 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -115,7 +115,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
@@ -1673,7 +1673,7 @@
  
  struct Session;
 diff --git a/packet.c b/packet.c
-index e7abb34..3e9c95e 100644
+index e7abb34..997c338 100644
 --- a/packet.c
 +++ b/packet.c
 @@ -81,6 +81,7 @@
@@ -1753,7 +1753,7 @@
                state->newkeys[mode] = NULL;
        }
        /* note that both bytes and the seqnr are not reset */
-@@ -2205,6 +2221,71 @@ ssh_packet_get_output(struct ssh *ssh)
+@@ -2205,6 +2221,73 @@ ssh_packet_get_output(struct ssh *ssh)
        return (void *)ssh->state->output;
  }
  
@@ -1783,7 +1783,9 @@
 +              return;
 +
 +      cipher_free(state->receive_context);
++      state->receive_context = NULL;
 +      cipher_free(state->send_context);
++      state->send_context = NULL;
 +
 +      sshbuf_free(state->input);
 +      state->input = NULL;

Reply via email to