Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix procfs_write.exp so that it will pass under RHELl5. | David Smith | 2010-02-02 | 1 | -2/+2 |
| | | | | | | | * testsuite/systemtap.base/procfs_write.exp: Small changes for RHEL5 support. * testsuite/lib/stap_run.exp (stap_run): Increase maximum number of characters to match against. | ||||
* | Fixed PR 11223 by null terminating strings in procfs write probes. | David Smith | 2010-01-26 | 1 | -0/+135 |
* tapset-procfs.cxx (procfs_var_expanding_visitor::visit_target_symbol): Correctly null terminate strings in procfs write probes. * testsuite/systemtap.base/procfs_write.exp: New test. |