On 06/03/14 02:29 AM, comex wrote:
>
> Since things like use-after-free, buffer overruns, missing locks, etc.
> constantly affect real programs, I wouldn't focus on it too much.

It's possible to write non-nullable smart pointer types in C++ so that
the only safety issues come from explicit moves or converting to a
reference. It's worth pointing out that the default smart pointers
provided by the standard library don't do this.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to