Mingjie Shen

Results 8 comments of Mingjie Shen

I replaced snprintf with mbedtls_snprintf and checked the return values of mbedtls_snprintf. If that looks good and passes CI, I will update the backport PR.

I have read the CLA Document and I hereby sign the CLA

> SDL can run on a multitude of platform. How does codeQL handle multiple build config? With clang-tidy you need to do 1 run per build config. CodeQL also requires...

I don't believe the existing code can detect whether the entire file is read. When `sb.st_size` is smaller than the actual file size, `read()` still succeeds. https://github.com/msteveb/jimtcl/blob/9784dcf88e8f0204550b4218f1c77bfa510a497b/jim.c#L11650-L11652

Need to specify env variable DIRENV_GITHUB_API_TOKEN by ```bash curl -sfL https://direnv.net/install.sh | DIRENV_GITHUB_API_TOKEN=$GITHUB_TOKEN bash ```