Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
78283ba3
Commit
78283ba3
authored
Sep 08, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:kentonv/capnproto
parents
fe1ae364
d60e61e7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
c++/configure.ac
+1
-1
encoding.md
doc/encoding.md
+1
-1
faq.md
doc/faq.md
+1
-1
No files found.
c++/configure.ac
View file @
78283ba3
...
@@ -28,7 +28,7 @@ AC_PROG_CXX
...
@@ -28,7 +28,7 @@ AC_PROG_CXX
AC_LANG([C++])
AC_LANG([C++])
AX_CXX_COMPILE_STDCXX_11
AX_CXX_COMPILE_STDCXX_11
ACX_PTHREAD
ACX_PTHREAD
AC_PROG_LIBTOOL
LT_INIT
AS_IF([test "$external_capnp" != "no"], [
AS_IF([test "$external_capnp" != "no"], [
AS_IF([test "x$CAPNP" = "x"], [CAPNP="capnp"], [with_capnp=yes])
AS_IF([test "x$CAPNP" = "x"], [CAPNP="capnp"], [with_capnp=yes])
...
...
doc/encoding.md
View file @
78283ba3
...
@@ -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 implement
ed
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
...
...
doc/faq.md
View file @
78283ba3
...
@@ -59,7 +59,7 @@ Proto message is negligible.
...
@@ -59,7 +59,7 @@ Proto message is negligible.
This was a popular myth in security circles way back in the 80's and 90's, based on an incomplete
This was a popular myth in security circles way back in the 80's and 90's, based on an incomplete
understanding of what capabilities are and how to use them effectively. Read
understanding of what capabilities are and how to use them effectively. Read
[
Capability Myths Demolished
](
http://
srl.cs.jhu.edu/pubs/SRL2003-02
.pdf
)
. (No really, read it;
[
Capability Myths Demolished
](
http://
zesty.ca/capmyths/usenix
.pdf
)
. (No really, read it;
it's awesome.)
it's awesome.)
## Usage
## Usage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment