]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix CI errors on Ubuntu 24.04 1404/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 20 Dec 2024 06:51:24 +0000 (01:51 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 23 Dec 2024 01:50:40 +0000 (20:50 -0500)
commitc9e6a1ace4c3ca6220900fdecac4a51312d03385
tree2570ccebbf880427378dc79fc3de324d559c5e58
parent27d1775cddb88615046bb67081a0e7ec53f80ec4
Fix CI errors on Ubuntu 24.04

Supress a warning in the parser generated by Bison from x-deltat.y.
Convert krb5_ldap_get_age() to use a prototype.  Fix memory leaks in
the ASN.1 tests.  Check errflg after argument parsing in kdc5_hammer.

Pin the linux-clang job to Ubuntu 22.04 until we can work around an
llvm-symbolizer issue which causes test suite failures.
.github/workflows/build.yml
src/lib/krb5/krb/x-deltat.y
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
src/tests/asn.1/krb5_decode_test.c
src/tests/asn.1/krb5_encode_test.c
src/tests/asn.1/ktest.c
src/tests/asn.1/ktest.h
src/tests/hammer/kdc5_hammer.c