[OffTopic] A vulnerability postmortem on Network Security Services

bauss jj_1337 at live.dk
Fri Dec 3 07:44:56 UTC 2021


On Thursday, 2 December 2021 at 17:21:58 UTC, Tejas wrote:
> Forcing not `@safe` stuff to be annotated seems better to me.

Definitely is better. It's how it is done in literally every 
other langauge.

D is the only one I know that does it opposite, where being 
unsafe is default.

Ex. Rust and C# are safe by default.

The correct solution in my head for the extern functions is 
simply being able to mark them trusted.


More information about the Digitalmars-d mailing list