Package: opensc / 0.16.0-3+deb9u1
Metadata
| Package | Version | Patches format |
|---|---|---|
| opensc | 0.16.0-3+deb9u1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Fix interaction with DNIe UI.patch | (download) |
src/libopensc/card-dnie.c |
42 31 + 11 - 0 ! |
fix interaction with dnie ui The interaction with the DNIe UI does not work on Firefox because an alarm interrupts the read operations, aborting the confirmation. This is fixed by using nointr_fgets(). There are side issues: * Forked process should abort on failure instead of continuing with OpenSC. * Useless initializations with memset(). * Size adjustments in read and write operations. |
| 0002 iasecc fixed unbound recursion.patch | (download) |
src/libopensc/card-iasecc.c |
10 5 + 5 - 0 ! |
iasecc: fixed unbound recursion |
| 0003 fixed out of bounds reads.patch | (download) |
src/libopensc/asn1.c |
1 1 + 0 - 0 ! |
fixed out of bounds reads Thanks to Eric Sesterhenn from X41 D-SEC GmbH for reporting and suggesting security fixes. |
| 0004 fixed out of bounds writes.patch | (download) |
src/libopensc/card-epass2003.c |
3 2 + 1 - 0 ! |
fixed out of bounds writes Thanks to Eric Sesterhenn from X41 D-SEC GmbH for reporting the problems. |
