Actions
Bug #10144
closedBZ2_bzDecompressReset() gets NULL check wrong
Start date:
2018-12-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
We shouldn't dereference 'strm' before we check it.
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 7957da45b8e66b8cd6e917ac6bd8965817d7ef06
commit 7957da45b8e66b8cd6e917ac6bd8965817d7ef06 Author: John Levon <john.levon@joyent.com> Date: 2019-02-21T11:04:04.000Z 10144 BZ2_bzDecompressReset() gets NULL check wrong Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions