Thread overview
[Issue 10359] New: Pointer slicing allowed in @safe mode
Jun 19, 2013
Henning Pohl
Jun 19, 2013
Henning Pohl
Oct 04, 2013
Kenji Hara
June 14, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10359

           Summary: Pointer slicing allowed in @safe mode
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: bugzilla@kyllingen.net


--- Comment #0 from Lars T. Kyllingstad <bugzilla@kyllingen.net> 2013-06-14 14:39:40 PDT ---
The following code should be invalid in @safe mode, but is currently accepted by the compiler:

  void foo(int* p) @safe
  {
      auto a = p[0 .. 10];
  }

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10359


Henning Pohl <henning@still-hidden.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |henning@still-hidden.de


--- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-06-19 07:46:23 PDT ---
https://github.com/D-Programming-Language/dmd/pull/2226

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10359



--- Comment #2 from github-bugzilla@puremagic.com 2013-06-19 09:58:59 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f3b502ba585d332f4ea7dd98c918f7b8b79d9c59 fix issue 10359 - Pointer slicing allowed in @safe mode

https://github.com/D-Programming-Language/dmd/commit/a80a4cc99e949a84398a91cba3e751a4c571c04c Merge pull request #2226 from hpohl/10359

fix issue 10359 - Pointer slicing allowed in @safe mode

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10359


Henning Pohl <henning@still-hidden.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 21, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10359



--- Comment #3 from github-bugzilla@puremagic.com 2013-06-20 19:24:56 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f1381cf7a00b3d2bcdfa8989798cef4a032f08a9 fix issue 10359 - ICE on printing ClassReferenceExp

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 28, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10359



--- Comment #4 from github-bugzilla@puremagic.com 2013-06-27 18:53:33 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/a4d71338f98a133038f42276a9ed50398c977f05 [appender] Mark pointer slicing @trusted (fix for issue 10359)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 04, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10359


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@klickverbot.at


--- Comment #5 from Kenji Hara <k.hara.pg@gmail.com> 2013-10-03 20:58:40 PDT ---
*** Issue 11167 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------