Migrate C-style buffers to C++ containers
Open
c++
- Dominant language
- C++
- Stars
- 26.5k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
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 to migrate C-style buffers to C++ containers.
Contributor guide
Assessment
This issue has not been assessed yet.