From: Frank M. <no...@gi...> - 2019-03-06 18:51:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0d7967549751b7032f22b437106b41444aff0ba9 https://github.com/OpenSC/OpenSC/commit/0d7967549751b7032f22b437106b41444aff0ba9 Author: Scott Gayou <sg...@re...> Date: 2019-03-06 (Wed, 06 Mar 2019) Changed paths: M src/tools/eidenv.c Log Message: ----------- Small memory leak fix (CVE-2019-6502 in #1586) CVE-2019-6502 was assigned to what appears to be a very minor memory leak that only occurs on an error-case in a CLI tool. If util_connect_card fails, we still need to release the sc context previously allocated by sc_context_create else memory will leak. |