]> git.kaiwu.me - quickjs.git/commit
Remove unsafe sprintf() and strcat() calls
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 1 Nov 2023 21:16:59 +0000 (22:16 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 11 Feb 2024 20:58:14 +0000 (21:58 +0100)
commit6dbf01bb1fb4bc00ef75f23628a135af95eb915c
tree9ef7fe4aa2ce21db7096563815317aa9e8bcf913
parent65350645770bdf9fdcb42d449cb0e7753f842f5a
Remove unsafe sprintf() and strcat() calls

Prep work for enabling the sanitizers on macos CI since they are marked
as deprecated and cause the build to fail when -Werror is enabled.
quickjs.c