Skip to content

Commit 9ce42c5

Browse files
committed
Escape brackets in Zhao22 url
Signed-off-by: Thomas Nyman <[email protected]>
1 parent 51ee6ed commit 9ce42c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Once in place, bounds-checking can occur in arrays with fixed declared sizes at
564564

565565
[^gcc-fsanitize-bounds]: GCC team, [Program Instrumentation Options: `-Wsanitize=bounds`](https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html#index-fsanitize_003dbounds), GCC Manual, 2023-07-27.
566566

567-
[^Zhao22]: Zhao, Qing, "[[GCC13][Patch][V2][1/2]Add a new option -fstrict-flex-array[=n] and attribute strict_flex_array(n) and use it in PR101836"](https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599151.html), GCC Mailing List, 2022-08-01.
567+
[^Zhao22]: Zhao, Qing, "[\[GCC13\]\[Patch\]\[V2\]\[1/2\]Add a new option -fstrict-flex-array[=n] and attribute strict_flex_array(n) and use it in PR101836"](https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599151.html), GCC Mailing List, 2022-08-01.
568568

569569
[^Cook23]: Cook, Kees, and Gustavo A.R. Silva, ["Progress on Bounds Checking in C and the Linux Kernel"](https://www.youtube.com/watch?v=V2kzptQG5_A), Linux Security Summit North America 2023, 2023-05-12.
570570

0 commit comments

Comments
 (0)