Commit c6cff32f authored by Jim Puls's avatar Jim Puls

Fix typo

parent 9e56e694
...@@ -343,7 +343,7 @@ of malicious input: ...@@ -343,7 +343,7 @@ of malicious input:
* A message with deeply-nested objects can cause a stack overflow in typical code which processes * A message with deeply-nested objects can cause a stack overflow in typical code which processes
messages recursively. messages recursively.
To defend against these attacks, every Cap'n Proto implementation should implemented the following To defend against these attacks, every Cap'n Proto implementation should implement the following
restrictions by default: restrictions by default:
* As the application traverses the message, each time a pointer is dereferenced, a counter should * As the application traverses the message, each time a pointer is dereferenced, a counter should
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment