mbox series

[userspace,0/2] Bump testsuite CI image to F34

Message ID 20210512102529.122753-1-omosnace@redhat.com (mailing list archive)
Headers show
Series Bump testsuite CI image to F34 | expand

Message

Ondrej Mosnacek May 12, 2021, 10:25 a.m. UTC
Run the testsuite on Fedora 34 to both keep with the flow and make the
vsock_socket test pass. Also fix an invalid free bug found by GCC 11
(needed for the build to succeed on F34).

The GitHub Actions CI now passes as verified on my GH fork.

Ondrej Mosnacek (2):
  libselinux: fix invalid free in store_stem()/load_mmap()
  scripts/ci: use F34 image instead of F33

 libselinux/src/label_file.c |  3 +--
 libselinux/src/label_file.h | 12 +++++++-----
 scripts/ci/Vagrantfile      |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)