{{ message }}
Commit 9f403e9
fs: add missing call to uv_fs_req_cleanup
Always call uv_fs_req_cleanup after calling uv_fs_open instead of just
when uv_fs_open returns a negative result. I referenced ReadFileSync
from node:js2c when making this change.
https://github.com/bnoordhuis made the same suggestion based on the
PR #49691.
Fixes: #57800
PR-URL: #57811
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
CVE-ID: CVE-2025-231651 parent 3f5899f commit 9f403e9
1 file changed
Lines changed: 1 addition & 1 deletion

0 commit comments