]> git.ipfire.org Git - thirdparty/json-c.git/commit
random_seed.c: add a Coverity Scan suppression 849/head
authorEven Rouault <even.rouault@spatialys.com>
Sun, 7 Jan 2024 19:55:35 +0000 (20:55 +0100)
committerEven Rouault <even.rouault@spatialys.com>
Sun, 7 Jan 2024 19:55:38 +0000 (20:55 +0100)
commitf6c8eba84ee01a5074c9a319ad9cc9ecc4bf4f45
tree18bc99764389f0b19a4489921bbdb7ed11dd5f1f
parent76f819e51d9db1b9c32f03e710e919775a58aa11
random_seed.c: add a Coverity Scan suppression

Coverity Scan warns about the use of open() after stat() being a
potential TOCTOU (Time of check time of use) issue. But here there is no
such issue.
random_seed.c