Skip to content

Commit b40b894

Browse files
committed
SvPV_helper: length pointer parameter can be NULL
So change embed.fnc correspondingly. (The function tests it for NULLness.)
1 parent 4bb7459 commit b40b894

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
@@ -3377,7 +3377,7 @@ Adp |char * |sv_2pv_flags |NN SV * const sv \
33773377
|NULLOK STRLEN * const lp \
33783378
|const U32 flags
33793379
CIp |char * |SvPV_helper |NN SV * const sv \
3380-
|NN STRLEN * const lp \
3380+
|NULLOK STRLEN * const lp \
33813381
|const U32 flags \
33823382
|const PL_SvPVtype type \
33833383
|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)