google / google/flatbuffers

Migrate C-style buffers to C++ containers

Open
#8,716 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.