jingoro2112 / wrench

practical embedded script interpreter
MIT License
106 stars 9 forks source link

Make WRValue.asString() safer #5

Closed Diegovsky closed 1 year ago

Diegovsky commented 1 year ago

The method now requires a buffer length parameter to prevent memory errors

Diegovsky commented 1 year ago

Np! Wrench has a lot of potential :)

jingoro2112 commented 1 year ago

yeah I've gotten quite a response. I just pushed up a massive update which includes hash tables, enums, more string stuff and a bunch. All at almost no expense to the interpreter, it's all on the compiler side so the actual execution speed remains blazing fast and the bytecode teensy-tiny.

On Fri, Oct 14, 2022 at 8:30 PM Diego Augusto @.***> wrote:

Np! Wrench has a lot of potential :)

— Reply to this email directly, view it on GitHub https://github.com/jingoro2112/wrench/pull/5#issuecomment-1279611918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALIKA6RVKVWH4OE46L7EMLWDH3JVANCNFSM6AAAAAARDUBQYI . You are receiving this because you modified the open/close state.Message ID: @.***>

Diegovsky commented 1 year ago

Noice! Glad to have worked with you :)