Skip to content

Commit e2654ae

Browse files
committed
blog: update docs link, and add link for 'munging'
1 parent 9dc826e commit e2654ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

blog/_posts/2022-11-30-out_of_bounds_memory_access_bug.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Address Sanitizer error.
5656
## Technical Explanation
5757

5858
The bug arises from an interaction between a core feature of Cap'n Proto
59-
(type-agnostic copying) and an optimization (list pointer munging)
59+
(type-agnostic copying) and an optimization
60+
(list pointer [munging](https://github.com/capnproto/capnproto/blob/fd508f325ed65f9d6cdf10a0f4511aa53b5659fc/c%2B%2B/src/capnp/layout.c%2B%2B#L2363-L2366))
6061
which failed to correctly take that feature into account.
6162

6263
### Cap'n Proto core feature: type-agnostic copying

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>
1010
</h1>
1111

1212
<div>
13-
<a href="http://docs.capnproto-rust.org/capnp/index.html">
13+
<a href="https://docs.rs/capnp">
1414
Documentation
1515
</a>
1616
</div>

0 commit comments

Comments
 (0)