The programmer is on his own using the unsafe C functions.
D is not going to catch memory safety problems that result from using C
library functions, like malloc. D can only guarantee memory safety when
using D code and D library functions.
- Some memory safety bearophile
- Re: Some memory safety Walter Bright
- Re: Some memory safety bearophile
