Message-ID: <
4438B55C.9010604@gmail.com>
p4raw-id: //depot/perl@27751
if (!b->buf)
PerlIO_get_base(f); /* allocate via vtable */
- assert(b->buf);
+ assert(b->buf); /* The b->buf does get allocated via the vtable system. */
b->ptr = b->end = b->buf;