Skip to content

Commit 132feb8

Browse files
authored
adjust wording
1 parent 356848c commit 132feb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Definite bugs found:
273273
* [`EbrCell` using uninitialized memory incorrectly](https://github.com/Firstyear/concread/commit/b15be53b6ec076acb295a5c0483cdb4bf9be838f#diff-6282b2fc8e98bd089a1f0c86f648157cR229)
274274
* [TiKV performing an unaligned pointer access](https://github.com/tikv/tikv/issues/7613)
275275
* [`servo_arc` creating a dangling shared reference](https://github.com/servo/servo/issues/26357)
276-
* [TiKV constructing out-of-bounds pointers and overlapping mutable references](https://github.com/tikv/tikv/pull/7751)
276+
* [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751)
277277

278278
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
279279

0 commit comments

Comments
 (0)