[Issue 3024] array slicing bypass the stack var escape check
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon May 25 06:45:13 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3024
Koroskin Denis <2korden at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |2korden at gmail.com
Severity|normal |enhancement
--- Comment #1 from Koroskin Denis <2korden at gmail.com> 2009-05-25 06:45:13 PDT ---
It is exactly the same as
byte[] tmp = v[0..16];
return tmp;
Compiler can't detect operations like this ATM, and is not supposed to
(according to specs).
Marking it as an enhancement request, I wouldn't hold my breath for this being
fixed.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list