Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cynicalkane
on Nov 17, 2016
|
parent
|
context
|
favorite
| on:
Rust and the Future of Systems Programming [video]
Concurrently modifying aliased memory (`&` references and pointers) is undefined behavior. Not just in Rust, but in just about any language.
As an aside, alias unsafety in Rust is always UB, even without concurrency.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
As an aside, alias unsafety in Rust is always UB, even without concurrency.