Skip to content

Commit 56be442

Browse files
committed
embed.fnc: SvPV_helper &len parameter can be NULL
It was marked as NN, but the code actually handles the case of it being NULL
1 parent 4312203 commit 56be442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embed.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3371,7 +3371,7 @@ Adp |char * |sv_2pv_flags |NN SV * const sv \
33713371
|NULLOK STRLEN * const lp \
33723372
|const U32 flags
33733373
CIp |char * |SvPV_helper |NN SV * const sv \
3374-
|NN STRLEN * const lp \
3374+
|NULLOK STRLEN * const lp \
33753375
|const U32 flags \
33763376
|const PL_SvPVtype type \
33773377
|NN Perl_SvPV_helper_non_trivial_t non_trivial \

proto.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)