aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.53k stars 708 forks source link

Fix Cppcheck errors in Travis Build #787

Closed alexw91 closed 3 years ago

alexw91 commented 6 years ago

Problem: Builds are currently failing due to Cppcheck issues

Proposed Solution: Pin to a specific commit of Cppcheck until we update our run_cppcheck.sh script to work with new version of Cppcheck.

dougch commented 3 years ago

2638 uses cppcheck 2.3 in GitHub actions