Skip to content

Commit e3eb4d4

Browse files
Merge pull request #168 from ossf/lab_free
Add lab free
2 parents 879d69e + e270b46 commit e3eb4d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

secure_software_development_fundamentals.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,6 +2457,12 @@ No, it is not safe to use a memory region after freeing it, no matter what. It *
24572457

24582458
[Explanation]
24592459

2460+
#### Lab: Double-free, Use-after-free, and Missing Release
2461+
2462+
🧪 **Lab: Please try lab [free](https://best.openssf.org/labs/free.html), which lets you experiment in how to fix a simple use-after-free bug.**
2463+
2464+
*Labs are optional, but you're strongly encouraged to try them!*
2465+
24602466
### Avoid Undefined Behavior
24612467

24622468
[Memory-unsafe code]

0 commit comments

Comments
 (0)