Skip to content

Commit

Permalink
readme: change Protobuf by Flatbuffers
Browse files Browse the repository at this point in the history
  • Loading branch information
inkeliz committed Oct 3, 2022
1 parent 6d77cdb commit a76db19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Karmem is fast and is also aimed to be secure and stable for general usage.
**Out Of Bounds**

Karmem includes bounds-checking to prevent out-of-bounds reading and avoid crashes and panics. That is something that
Google Protobuf doesn't have, and malformed content will cause panic. However, it doesn't fix all possible
Google Flatbuffers doesn't have, and malformed content will cause panic. However, it doesn't fix all possible
vulnerabilities.

**Resource Exhaustion**
Expand Down

0 comments on commit a76db19

Please sign in to comment.