Y
Hacker News
new
|
ask
|
show
|
jobs
by
marcosdumay
167 days ago
Almost all of C code does unsafe things. Deferencing a pointer is unsafe, using the address of a variable is unsafe, adding signed integers is unsafe.