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 bpf/24947] New: valid hex and octal sequences not checked for


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

            Bug ID: 24947
           Summary: valid hex and octal sequences not checked for
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: bpf
          Assignee: systemtap at sourceware dot org
          Reporter: sapatel at redhat dot com
  Target Milestone: ---

With stapbpf there is no check to see if hex and octal sequences are in a valid
range. For example, if we ran the following script in the LKM backend:

stap -e 'probe oneshot { printf("\x100") }', we would get the following output:

"error: hex escape sequence out of range". 

However, in stapbpf, this error is not outputted.

-- 
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]