In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.
authorNicholas Clark <nick@ccl4.org>
Mon, 11 Feb 2008 19:22:18 +0000 (19:22 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 11 Feb 2008 19:22:18 +0000 (19:22 +0000)
commitcf684db655607eaaa00d57bcd72585cbdd05a7b4
treefc717337206edb9dedc643086693b2808d535786
parent8b4fe3688e6d5b49d9f42d88f11edd1138166278
In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.
In Perl_sv_inc() and Perl_sv_dec(), the sv can be not NULL.
In Perl_parser_dup() the proto parser can be NULL.
In Perl_ptr_table_find(), the sought-for pointer can be NULL.
In Perl_save_set_svflags(), the saved SV can't be NULL.

p4raw-id: //depot/perl@33283
embed.fnc
proto.h