coder7695
Results
2
issues of
coder7695
The generateEntry method of idl_gen_ts creates new NameSpace() when handling schema with empty namespace but does not delete the NameSpace object on reuse and causes memory leak. Log attached: ```...
Currently, compiling flatbuffers with -Wunsafe-buffer-usage yields over 10K+ warnings for unsafe pointer arithmetic, unsafe buffer access across headers and cpp files. The idea is to adopt safe programming model and...