This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Coverity notes that we might be dereferencing fgv before a check that
authorNicholas Clark <nick@ccl4.org>
Sun, 16 Apr 2006 09:36:18 +0000 (09:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 16 Apr 2006 09:36:18 +0000 (09:36 +0000)
commitf4a7049d1e66956838433895a259b4fb84d25493
treeb34f67bc06756e02d3aab3dcbf073529435bec7d
parent01f6e8062d776f5a635aed599b0634d217fae39b
Coverity notes that we might be dereferencing fgv before a check that
it's not NULL. In fact, the code ordering meant that one "if (fgv)"
would always be true. So fix this.

p4raw-id: //depot/perl@27837
pp_sys.c