Skip to content

Commit

Permalink
specify which integer overflows we mean
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 6, 2023
1 parent 388750b commit 40b55e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/what-unsafe-does.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Rust considers it "safe" to:
* Have a [race condition][race]
* Leak memory
* Fail to call destructors
* Overflow integers
* Overflow integers (with the built-in operators such as `+` etc.)
* Abort the program
* Delete the production database

Expand Down

0 comments on commit 40b55e7

Please sign in to comment.