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 middle-end/81005] New: -fsanitize=null and -fsanitize=alignment doesn't check aggregate arguments of calls


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

            Bug ID: 81005
           Summary: -fsanitize=null and -fsanitize=alignment doesn't check
                    aggregate arguments of calls
           Product: gcc
           Version: 7.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

We don't instrument NULL pointer dereferences or misaligned aggregate loads for
aggregate arguments passed by value.

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