Skip to content

Commit 2855801

Browse files
authored
Merge pull request rust-lang#79 from allanlw/addr-leak-not-unsafe
Clarify that address leaks aren't considered unsafe
2 parents 296d1d9 + 75fd237 commit 2855801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/behavior-not-considered-unsafe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ or erroneous.
77
##### Deadlocks
88
##### Leaks of memory and other resources
99
##### Exiting without calling destructors
10+
##### Exposing randomized base addresses through pointer leaks
1011
##### Integer overflow
1112

1213
If a program contains arithmetic overflow, the programmer has made an

0 commit comments

Comments
 (0)