From: Jakub J. <no...@gi...> - 2025-06-23 12:46:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c190f9e606e703c2071be18c6faa2c14d755e63c https://github.com/OpenSC/OpenSC/commit/c190f9e606e703c2071be18c6faa2c14d755e63c Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Check return values to prevent crashing on invalid input Thanks oss-fuzz https://issues.oss-fuzz.com/u/1/issues/421943164 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 9f2a5df7e41417ddacaf75c2129936a1e8c0cc04 https://github.com/OpenSC/OpenSC/commit/9f2a5df7e41417ddacaf75c2129936a1e8c0cc04 Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Upgrade the container image befor installing debug sysmbols Commit: d28d07524a023b31d42e3599be84eedf089ac410 https://github.com/OpenSC/OpenSC/commit/d28d07524a023b31d42e3599be84eedf089ac410 Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- ci: Do not fail fast to allow working jobs to finish Commit: 53d7e117bae6a20822b8f2522ce03192b2528a5b https://github.com/OpenSC/OpenSC/commit/53d7e117bae6a20822b8f2522ce03192b2528a5b Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Install missing debug symobls Without this, valgrind fails with every program like this in some configurations on ubuntu 22. valgrind: Fatal error at startup: a function redirection valgrind: which is mandatory for this platform-tool combination valgrind: cannot be set up. Details of the redirection are: valgrind: valgrind: A must-be-redirected function valgrind: whose name matches the pattern: strlen valgrind: in an object with soname matching: ld-linux-x86-64.so.2 valgrind: was not found whilst processing valgrind: symbols from the object with soname: ld-linux-x86-64.so.2 valgrind: valgrind: Possible fixes: (1, short term): install glibc's debuginfo valgrind: package on this machine. (2, longer term): ask the packagers valgrind: for your Linux distribution to please in future ship a non- valgrind: stripped ld.so (or whatever the dynamic linker .so is called) valgrind: that exports the above-named function using the standard valgrind: calling conventions for this platform. The package you need valgrind: to install for fix (1) is called valgrind: valgrind: On Debian, Ubuntu: libc6-dbg valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo valgrind: valgrind: Note that if you are debugging a 32 bit process on a valgrind: 64 bit system, you will need a corresponding 32 bit debuginfo valgrind: package (e.g. libc6-dbg:i386). valgrind: valgrind: Cannot continue -- exiting now. Sorry. Signed-off-by: Jakub Jelen <jj...@re...> Commit: a3def3e395b3ed9957740b0c45fea37f1c3afdf9 https://github.com/OpenSC/OpenSC/commit/a3def3e395b3ed9957740b0c45fea37f1c3afdf9 Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- ci: Exclude valgrind on arm64 on ubuntu 22 as it is broken now Compare: https://github.com/OpenSC/OpenSC/compare/a7e33798aa81...a3def3e395b3 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |