diff options
author | Karl Williamson <khw@cpan.org> | 2019-04-29 15:24:18 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-05-24 17:09:29 -0600 |
commit | cc16d262eb72677cdda2aa9395e943818b85ba38 (patch) | |
tree | 4c0e6340783ead08185264ae10f3ec52f588eebc /malloc.c | |
parent | d38c72a57261a93e56e738d286c7739608801d41 (diff) | |
download | perl-cc16d262eb72677cdda2aa9395e943818b85ba38.tar.gz |
PATCH: [perl #134059] panic outputting a warning
This was due to a logic error on my part. We need to save and restore a
value. Instead, it was getting restored to the wrong value.
This particular instance of the bug was outputting a fatal error
message, so that the only harm is not giving the user the correct info,
and creating unnecessary work for them and us when it gets reported.
But this bug could manifest itself when trying to output just a warning
that the program otherwise would carry on from.
Diffstat (limited to 'malloc.c')
0 files changed, 0 insertions, 0 deletions