buffer of the SV.
p4raw-id: //depot/perl@34136
}
assert(ptr > SvPVX_const(sv));
SV_CHECK_THINKFIRST(sv);
+ if (SvLEN(sv))
+ assert(delta <= SvLEN(sv));
+ else
+ assert(delta <= SvCUR(sv));
if (!SvOOK(sv)) {
if (!SvLEN(sv)) { /* make copy of shared string */