Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
burjui
9 months ago
|
parent
|
context
|
favorite
| on:
Curl removes experimental HTTP back end in Rust
It's literally THE unsafe part of the code. It's the only part of code that can invoke UB.
fn do_something() { unsafe { ... } } // Somewhere in the program do_something();
Doesn't matter where "do_something" is used and how much. The only possibly problematic part of this code is the unsafe block. You only audit it.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: