From: Jakub J. <no...@gi...> - 2020-05-26 08:03:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 741091b3c6579c5c82b5f62470340530c324ec0d https://github.com/OpenSC/OpenSC/commit/741091b3c6579c5c82b5f62470340530c324ec0d Author: Jakub Jelen <jj...@re...> Date: 2020-05-26 (Tue, 26 May 2020) Changed paths: M .travis.yml Log Message: ----------- travis-ci: Add clang linux target Commit: b02da8348be97d4b24081783f6af46757373bc3e https://github.com/OpenSC/OpenSC/commit/b02da8348be97d4b24081783f6af46757373bc3e Author: Jakub Jelen <jj...@re...> Date: 2020-05-26 (Tue, 26 May 2020) Changed paths: M configure.ac Log Message: ----------- configure: Do not check for strlcpy and strlcat in Linux. The check is broken with clang and standard glibc does not have these anyway And unbreak fuzzer build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22192 Compare: https://github.com/OpenSC/OpenSC/compare/0a1718871008...b02da8348be9 |