]> sourceware.org Git - systemtap.git/commit
PR15044: keep cute return val and conditional check for last_error only
authorJonathan Lebon <jlebon@redhat.com>
Mon, 10 Jun 2013 15:49:29 +0000 (11:49 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Mon, 10 Jun 2013 17:15:58 +0000 (13:15 -0400)
commitb8efe48651b88dd4db89d924ad6d3bc8e08f84af
treecb8cea502b392d5cf5e3c5f13e4c8daccef0c519
parent4fa08cc50f38e23cd8608abe9da1476ea3d8d6a3
PR15044: keep cute return val and conditional check for last_error only

In order to avoid the kernel panic which occurred due to a null pointer
(see previous commit), all patches in PR15044 were rechecked so that
the return value is always valid (by keeping its cute message) and the
conditional version check is done solely for assigning to last_error.
runtime/stp_string.c
tapset/string.stp
tapset/uconversions.stp
This page took 0.024852 seconds and 5 git commands to generate.