A serious security bug... caused by no bounds checking.

Tommi tommitissari at hotmail.com
Thu Apr 10 10:52:54 PDT 2014


On Thursday, 10 April 2014 at 17:43:42 UTC, Steven Schveighoffer 
wrote:
> [..]
> Note that I could find useful disabling of const checks, or 
> override checks, or dynamic casts. It doesn't mean I should get 
> a compiler switch.

There's no point in turning off any safety / correctness checks 
that can be performed at compile-time. But I could see an 
argument made for being able to disable any given category of 
runtime safety checks.


More information about the Digitalmars-d mailing list