Skip to content

upekts: Fix use-after-free in an error condition

Benjamin Berg requested to merge benzea/fix-ukepts-use-after-free into master

The callback function would continue processing even after having failed the SSM already. This causes further invalid operations on the SSM.

This error was found using a coverity scan.

Merge request reports