Skip to content

Commit

Permalink
Merge pull request #419 from RalfJung/overflow
Browse files Browse the repository at this point in the history
specify which integer overflows we mean
  • Loading branch information
ehuss committed Sep 11, 2023
2 parents 7c574c7 + 20685e0 commit e3f3af6
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 @@ -71,7 +71,7 @@ Rust considers it "safe" to:
* Deadlock
* Have a [race condition][race]
* Leak memory
* 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 e3f3af6

Please sign in to comment.