quickjs-ng / quickjs

QuickJS, the Next Generation: a mighty JavaScript engine
https://quickjs-ng.github.io/quickjs/
MIT License
972 stars 79 forks source link

Fix potential atom leak in `JS_ReadFunctionTag` #380

Closed chqrlie closed 5 months ago

chqrlie commented 5 months ago

Free function name atom upon failure, difficult to create a simple test case for this one.