[Issue 14430] [REG2.060] Null parameter is detected as non-null.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 9 16:01:59 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14430

w0rp <devw0rp at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |devw0rp at gmail.com

--- Comment #4 from w0rp <devw0rp at gmail.com> ---
I just ran the example in 2.067 myself, and I can see it happening. It doesn't
seem to happen if some of the arguments are taken away, and it might be
specific to slices. It looks like the pointer for the slice is being set to
some high value somehow, and the length is being set to 0.

--


More information about the Digitalmars-d-bugs mailing list