Improving assert-printing in DMD

Andrej Mitrovic via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 29 14:32:14 PDT 2015


On 9/29/15, John Colvin via Digitalmars-d <digitalmars-d at puremagic.com> wrote:
> Someone will write something like this:
>
> assert(plainPassword == plainPassword.toLower());
>
> and plaintext passwords will end up in stderr.

If you have plaintext passwords stored anywhere you are already screwed. ;)


More information about the Digitalmars-d mailing list