In pp_eof, ensure stack space for the second argument to the tied EOF method.
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Jun 2010 07:50:00 +0000 (08:50 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Jun 2010 07:50:00 +0000 (08:50 +0100)
commit2116934e2bf4f3c1445ea039e29ff377c3de2648
treeaff104836d89394bf79dca7494a751e1c5fcfcd1
parentb0c1862166fbc7bf02b768bf81c9e1e77b5220a8
In pp_eof, ensure stack space for the second argument to the tied EOF method.

Commit 32e653230c7ccc7f added this second argument, but didn't verify that the
stack always had sufficient space for it.
pp_sys.c