-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix debug logging of lang in ccid.c #96
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minor fix to ensure that logging of the system LANG variable is done after it is checked for NULL.
dangowrt
added a commit
to dangowrt/packages
that referenced
this pull request
Dec 19, 2022
1.5.1 - 14 November 2022, Ludovic Rousseau Add support of Access IS ATR220 with idProduct: 0x0184 Alcor Link AK9567 Alcor Link AK9572 BLUTRONICS TAURUS NFC CHERRY SmartTerminal ST-1144 CREATOR CRT-603(CZ1) CCR Dexon Tecnologias Digitais LTDA DXToken ESMART Reader ER433x ICC ESMART Reader ER773x Dual & 1S Flight system consulting Incredist Ledger Nano S Ledger Nano S Plus Ledger Nano SP Ledger Nano X SafeNet eToken Fusion Sensyl SSC-NFC Reader Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR configure.ac: add --enable-strict option Fix a problem with AUTO PPS readers and ATR convention inverse cards examples/scardcontrol: - add support of 6A xx error codes - check WinSCard error early - parse wLcdLayout & bEntryValidationCondition macOS: log non sensitive strings as "%{public}s" Some other minor improvements What's Changed Fix debug logging of lang in ccid.c in LudovicRousseau/CCID#96 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dangowrt
added a commit
to openwrt/packages
that referenced
this pull request
Dec 20, 2022
1.5.1 - 14 November 2022, Ludovic Rousseau Add support of Access IS ATR220 with idProduct: 0x0184 Alcor Link AK9567 Alcor Link AK9572 BLUTRONICS TAURUS NFC CHERRY SmartTerminal ST-1144 CREATOR CRT-603(CZ1) CCR Dexon Tecnologias Digitais LTDA DXToken ESMART Reader ER433x ICC ESMART Reader ER773x Dual & 1S Flight system consulting Incredist Ledger Nano S Ledger Nano S Plus Ledger Nano SP Ledger Nano X SafeNet eToken Fusion Sensyl SSC-NFC Reader Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR configure.ac: add --enable-strict option Fix a problem with AUTO PPS readers and ATR convention inverse cards examples/scardcontrol: - add support of 6A xx error codes - check WinSCard error early - parse wLcdLayout & bEntryValidationCondition macOS: log non sensitive strings as "%{public}s" Some other minor improvements What's Changed Fix debug logging of lang in ccid.c in LudovicRousseau/CCID#96 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
1582130940
pushed a commit
to 1582130940/OpenWrt-Lean-Packages
that referenced
this pull request
Dec 23, 2022
1.5.1 - 14 November 2022, Ludovic Rousseau Add support of Access IS ATR220 with idProduct: 0x0184 Alcor Link AK9567 Alcor Link AK9572 BLUTRONICS TAURUS NFC CHERRY SmartTerminal ST-1144 CREATOR CRT-603(CZ1) CCR Dexon Tecnologias Digitais LTDA DXToken ESMART Reader ER433x ICC ESMART Reader ER773x Dual & 1S Flight system consulting Incredist Ledger Nano S Ledger Nano S Plus Ledger Nano SP Ledger Nano X SafeNet eToken Fusion Sensyl SSC-NFC Reader Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR configure.ac: add --enable-strict option Fix a problem with AUTO PPS readers and ATR convention inverse cards examples/scardcontrol: - add support of 6A xx error codes - check WinSCard error early - parse wLcdLayout & bEntryValidationCondition macOS: log non sensitive strings as "%{public}s" Some other minor improvements What's Changed Fix debug logging of lang in ccid.c in LudovicRousseau/CCID#96 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
alexeys85
pushed a commit
to alexeys85/packages
that referenced
this pull request
Jan 11, 2023
1.5.1 - 14 November 2022, Ludovic Rousseau Add support of Access IS ATR220 with idProduct: 0x0184 Alcor Link AK9567 Alcor Link AK9572 BLUTRONICS TAURUS NFC CHERRY SmartTerminal ST-1144 CREATOR CRT-603(CZ1) CCR Dexon Tecnologias Digitais LTDA DXToken ESMART Reader ER433x ICC ESMART Reader ER773x Dual & 1S Flight system consulting Incredist Ledger Nano S Ledger Nano S Plus Ledger Nano SP Ledger Nano X SafeNet eToken Fusion Sensyl SSC-NFC Reader Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR configure.ac: add --enable-strict option Fix a problem with AUTO PPS readers and ATR convention inverse cards examples/scardcontrol: - add support of 6A xx error codes - check WinSCard error early - parse wLcdLayout & bEntryValidationCondition macOS: log non sensitive strings as "%{public}s" Some other minor improvements What's Changed Fix debug logging of lang in ccid.c in LudovicRousseau/CCID#96 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Minor fix to ensure that logging of the system LANG variable is done
after it is checked for NULL.