This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/67136] sanitizer reports "member access within null pointer" for correct C++ code


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67136

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-08-11
                 CC|                            |mpolacek at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |5.3
     Ever confirmed|0                           |1
           Severity|major                       |normal

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I fixed this on trunk with r226110.  This should be safe to backport.
(That commit had a follow-up, but I don't think it is needed to fix this bug.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]