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 runtime/18503] New: procfs .maxsize() overflow should generate error


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

            Bug ID: 18503
           Summary: procfs .maxsize() overflow should generate error
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

probe procfs("foo").read.maxsize(10) {
  $return .= "hello hello hello hello hello hello"
}

... should signal an error or warning, so that a stap script user can tell that
her buffer was too small.  (We already detect the overflow, just don't signal
it.)

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