decoda

Results 2 issues of decoda

### Environment ### ``` Rebar3 report version 3.20.0 generated at 2022-12-29T03:49:57+00:00 ================= Please submit this along with your issue at https://github.com/erlang/rebar3/issues (and feel free to edit out private information, if...

https://github.com/fztcjjl/metoo/blob/master/game/msgagent.lua#L165 ``` local data = netpack.tostring(msg, sz, 0) -- 必须为0, 否则会产生double free ``` 第三个参数0有用到吗?另外,调用了这句就会产生double free,我觉得应该去掉。