bugDotGNU Portable.NET - Bugs: bug #7448, unsafe pointer arithmetic not...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #7448: unsafe pointer arithmetic not implemented

Submitter:  Adam Ballai <minddog>
Submitted:  Mon 26 Jan 2004 11:04:38 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Mon 15 Mar 2004 06:07:34 AM UTC, comment #1: 

Fix committed to CVS - 12 March 2004, part of 0.6.4.

Rhys Weatherley <rweather>
Group administrator
Mon 26 Jan 2004 11:04:38 AM UTC, original submission:  

ie:

unsafe public class test
{
   public static void Main(String[] args)
   {
        char* a = "test";
        char* ptr = a + 2;
   }
}

Adam Ballai <minddog>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-03-15 rweather StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code