libcheck / check

A unit testing framework for C
GNU Lesser General Public License v2.1
1.07k stars 209 forks source link

Ignore scan-build results for snprintf replacement #328

Closed brarcher closed 3 years ago

brarcher commented 3 years ago

scan-build updated and is identifying issues with the sprintf replacement: https://github.com/libcheck/check/pull/327/checks?check_run_id=2135844732

This needs to be investigated and resolved. However, it need not hold up other changes being submitted.