opensc/src/libsm
Frank Morgner e98315a196 libsm: fixed out of bounds write
`sm_incr_ssc` performed an out of bounds write when `ssc` is bigger than
255. The local variable `ii` needs to be decremented instead of
incremented in the `for`-loop.

This was introduced in d30cd83a, wheras The previous implementation did
actually decrement `ii`, see d30cd83ad4

Fixes https://github.com/OpenSC/OpenSC/issues/785
2016-06-30 21:57:47 +02:00
..
Makefile.am Decouples SM from OpenSSL 2015-09-24 14:46:30 +02:00
Makefile.mak fixed and cleaned up nmake Makefiles 2016-06-23 07:35:53 +02:00
sm-common.c libsm: fixed out of bounds write 2016-06-30 21:57:47 +02:00
sm-common.h SM: common SM 'increase-sequence-counter' procedure 2013-01-06 17:34:35 +01:00