Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Tim KlemmTim KlemmReporter
Tim KlemmTim KlemmPriority
MinorFix versions
Details
Details
Components
Assignee
Tim Klemm
Tim KlemmReporter
Tim Klemm
Tim KlemmPriority
Fix versions
Created June 8, 2020 at 8:11 PM
Updated June 25, 2020 at 2:51 PM
Resolved June 25, 2020 at 2:51 PM
CHtpasswdSecurityManager::loadPwds contains a try/catch block. Multiple string exceptions can be thrown from within the try, directly in the method and presumably indirectly from methods called. These exceptions are immediately caught and a new, generic string exception is thrown in their place.
The original exception is leaked. The exception is not captured by the catch and is not released.