mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 04:06:30 +00:00
Fix typos (#7483)
This commit is contained in:
@@ -158,7 +158,7 @@ class Verifier FLATBUFFERS_FINAL_CLASS {
|
||||
return true;
|
||||
}
|
||||
|
||||
__supress_ubsan__("unsigned-integer-overflow") bool VerifyTableStart(
|
||||
__suppress_ubsan__("unsigned-integer-overflow") bool VerifyTableStart(
|
||||
const uint8_t *const table) {
|
||||
// Check the vtable offset.
|
||||
const auto tableo = static_cast<size_t>(table - buf_);
|
||||
|
||||
Reference in New Issue
Block a user