]> sourceware.org Git - systemtap.git/commit
interned_string: construct from null char*
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 8 Aug 2015 11:39:20 +0000 (07:39 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 18 Aug 2015 17:24:16 +0000 (13:24 -0400)
commit1e8e6c951316a120c0c1901780857e71a9727999
tree904c0dc4dcd88a8362d6f7eeae7889025e54f917
parent0df99b4543144d979dc2270838db5c87705980a9
interned_string: construct from null char*

Some of the tapset*cxx functions were used to representing empty
function / file names with NULL char*s.  As these are transitioned to
interned_strings, the latter's ctors must be willing to accept those
NULLs and convert them to empty strings.  (Adjusting all the callers
to pass "" instead of NULL in those slots is also possible.)
stringtable.cxx
This page took 0.023803 seconds and 5 git commands to generate.