]> sourceware.org Git - systemtap.git/commit
Fix PR18263 by avoiding kernel string copy fault errors in tty.stp.
authorDavid Smith <dsmith@redhat.com>
Tue, 21 Apr 2015 14:31:25 +0000 (09:31 -0500)
committerDavid Smith <dsmith@redhat.com>
Tue, 21 Apr 2015 14:31:25 +0000 (09:31 -0500)
commitd42a5764ccc8861d2db538c6639f93554c3c418e
tree4fbf0edeb740a6d12082006280765eb829828b94
parentc054ce21a77336302f9051423943a297751902c0
Fix PR18263 by avoiding kernel string copy fault errors in tty.stp.

* tapset/linux/tty.stp: Replace all kernel_string() calls with
  kernel_string_quoted(). Fall back on old behavior if '--compatible=2.7'
  is specified.
tapset/linux/tty.stp
This page took 0.028889 seconds and 5 git commands to generate.