[ovs-git] [openvswitch/ovs] 856a79: odp-util: Fix abort while formatting nsh actions.

David Marchand noreply at github.com
Thu Jan 21 16:23:16 UTC 2021


  Branch: refs/heads/branch-2.9
  Home:   https://github.com/openvswitch/ovs
  Commit: 856a794788d3c99d537910d6ef5dd29d0fc8c1ac
      https://github.com/openvswitch/ovs/commit/856a794788d3c99d537910d6ef5dd29d0fc8c1ac
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M lib/odp-util.c

  Log Message:
  -----------
  odp-util: Fix abort while formatting nsh actions.

OVS should not exit if it cannot format NSH actions for the user.
It should just report the error like the other formatting functions do.

Credit to OSS-Fuzz.

Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21509
Fixes: 1fc11c5948cf ("Generic encap and decap support for NSH")
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Acked-by: Mark Gray <mark.d.gray at redhat.com>


  Commit: 9480f6d6ef861a5c630b4bed30c0b69c641bfaf0
      https://github.com/openvswitch/ovs/commit/9480f6d6ef861a5c630b4bed30c0b69c641bfaf0
  Author: David Marchand <david.marchand at redhat.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M .github/workflows/build-and-test.yml

  Log Message:
  -----------
  github: Fix Ubuntu package installation.

Before trying to install a package, APT cache must be updated to avoid
asking for an unavailable version of a package.

Fixes: 6cb2f5a630e3 ("github: Add GitHub Actions workflow.")
Signed-off-by: David Marchand <david.marchand at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/46651acc4b90...9480f6d6ef86


More information about the git mailing list