github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/executor/_include/flatbuffers/README.md (about)

     1  This was manually vendored on the version v23.5.26
     2  (which matches the compiler version in the env container)
     3  using the following commands:
     4  
     5  ```
     6  git clone --branch=v23.5.26 --depth=1 --single-branch https://github.com/google/flatbuffers.git
     7  cp flatbuffers/LICENSE syzkaller/executor/_include/flatbuffers
     8  cp flatbuffers/include/flatbuffers/*.h syzkaller/executor/_include/flatbuffers
     9  ```