From: Frank M. <no...@gi...> - 2025-05-26 07:47:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 953986f65db61871bbbff72788d861d67d5140c6 https://github.com/OpenSC/OpenSC/commit/953986f65db61871bbbff72788d861d67d5140c6 Author: Frank Morgner <fra...@gm...> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M src/libopensc/card-nqApplet.c M src/libopensc/iso7816.c Log Message: ----------- fixed Stack-buffer-overflow WRITE in GET RESPONSE The do-while loop in apdu.c requires the output data to be set in any case, otherwise non existent data may be copied to the output data. fixes https://issues.oss-fuzz.com/issues/416351800 fixes https://issues.oss-fuzz.com/issues/416295951 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |