[Bug runtime/18503] New: procfs .maxsize() overflow should generate error
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Jun 8 20:39:00 GMT 2015
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.
More information about the Systemtap
mailing list