]> git.kaiwu.me - quickjs.git/commit
Fix runtime bugs
authorCharlie Gordon <github@chqrlie.org>
Sun, 11 Feb 2024 11:49:40 +0000 (12:49 +0100)
committerCharlie Gordon <github@chqrlie.org>
Sun, 11 Feb 2024 11:49:40 +0000 (12:49 +0100)
commit48deab1aeb891450b9cd85007179a613e597e68b
tree9b6d95c574ef4bd8f745c566adf2bf42fd4e63d7
parentc9e6c56c70cc2f20138de8e38f3b1907b8cf4d7b
Fix runtime bugs

- fix string leak in `js_printf_internal` on errors
- read `errno` before potential side effects in `js_os_stat`
quickjs-libc.c
quickjs.c