This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 tapsets/19043] New: __bio_ino(), __rqstp_gid() and __rqstp_uid() can crash the kernel


https://sourceware.org/bugzilla/show_bug.cgi?id=19043

            Bug ID: 19043
           Summary: __bio_ino(), __rqstp_gid() and __rqstp_uid() can crash
                    the kernel
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com
  Target Milestone: ---

The __bio_ino(), __rqstp_gid() and __rqstp_uid() can crash the kernel with
invalid inputs. For instance: `stap -ge 'probe oneshot{ println(__bio_ino(-1))
}'` and similarly: __rqstp_gid(0) and __rqstp_uid(0).

-- 
You are receiving this mail because:
You are the assignee for the bug.


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