We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97941c commit bd98ea7Copy full SHA for bd98ea7
docs/labs/README.md
@@ -81,7 +81,7 @@ The items marked "PLANNED-1" are those we intend to do first;
81
* Avoid Incorrect Conversion or Cast - PLANNED-2
82
* Processing Data Securely: Undefined Behavior / Memory Safety
83
* Countering Out-of-Bounds Reads and Writes (Buffer Overflow) - [oob1](oob1.html)
84
- * Double-free, Use-after-free, and Missing Release - PLANNED-1
+ * Double-free, Use-after-free, and Missing Release - PLANNED-1 (Bennett Pursell)
85
* Avoid Undefined Behavior - PLANNED-2
86
* Processing Data Securely: Calculate Correctly
87
* Avoid Integer Overflow, Wraparound, and Underflow - PLANNED-2
0 commit comments