[Bug 3637] New: QVMs are allowed to dereference NULL

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Thu May 8 15:54:16 EDT 2008


http://bugzilla.icculus.org/show_bug.cgi?id=3637

           Summary: QVMs are allowed to dereference NULL
           Product: Quake 3
           Version: unspecified
          Platform: Macintosh
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Misc
        AssignedTo: zakk at icculus.org
        ReportedBy: thebenmachine at googlemail.com
         QAContact: quake3-bugzilla at icculus.org


The null pointer is guaranteed by C standards to never contain any valid object
or function, but Quake's virtual machines seem to allow both writing to and
reading from NULL without any obvious side-effects.

I suggest that if the QVM tries to dereference a null pointer the server binary
should immediately terminate it with an appropriate error message.


-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the quake3-bugzilla mailing list