[Bug java/13319] New: [ABI] null pointer checks for CNI code

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 5 20:07:00 GMT 2003


Currently there's no way to enable null-pointer checking
for CNI code.  As part of the new ABI we should fix this.
The current plan is to wrap all pointer arguments in
a smart pointer class that, on platforms that require it,
will perform explicit null pointer checks.

-- 
           Summary: [ABI] null pointer checks for CNI code
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13319



More information about the Gcc-bugs mailing list