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

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


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: fe6be6693e9f00f1db7099cc95544e32c9cfb93d
      https://github.com/openvswitch/ovs/commit/fe6be6693e9f00f1db7099cc95544e32c9cfb93d
  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: 9b411bf3072ed9d96f25f16857f345552f699e30
      https://github.com/openvswitch/ovs/commit/9b411bf3072ed9d96f25f16857f345552f699e30
  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/659f835eef19...9b411bf3072e


More information about the git mailing list