Feeding illegal QP (like \x80) to this
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 28 Mar 2003 06:03:16 +0000 (06:03 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 28 Mar 2003 06:03:16 +0000 (06:03 +0000)
commit5c501b37d7fe83b36852f8ad910f17d67e792406
treeb6e48ccf745571855cd54fdc28acd6df05e8200c
parent6d80e9d0fed5aaa368313563b0a51ac19967da35
Feeding illegal QP (like \x80) to this
./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
caused a coredump in av_length() <- nextargv() because
the av was NULL.  I don't know that returning Nullfp is
the best thing to do, but it dodges the segfault and
introduces no test failures.

p4raw-id: //depot/perl@19077
doio.c