Overview
Comment: | ChromeOS: Sanity -- initialize PIN prompt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | e0d9e2f1fbdc3fd851ff65ee4f6f12aa3cac2850 |
User & Date: | rkeene on 2016-02-15 07:34:14 |
Other Links: | manifest | tags |
Context
2016-02-15
| ||
07:49 | Minor cleanup check-in: 43490cab39 user: rkeene tags: trunk | |
07:34 | ChromeOS: Sanity -- initialize PIN prompt check-in: e0d9e2f1fb user: rkeene tags: trunk | |
07:31 | ChromeOS: Attempt to sign the correctly prefixed data check-in: 7879121689 user: rkeene tags: trunk | |
Changes
Modified build/chrome/cackey-chrome-init.cc from [7e2a70b757] to [e1139896d5].
28 28 corePointer = core; 29 29 } 30 30 31 31 virtual ~CACKeyInstance() {} 32 32 33 33 virtual void HandleMessageThread(pp::VarDictionary *message) { 34 34 cackey_chrome_returnType signRet; 35 - char *pinPrompt; 35 + char *pinPrompt = NULL; 36 36 const char *pin; 37 37 const char *smartcardManagerAppId = NULL; 38 38 unsigned char buffer[8192]; 39 39 struct cackey_certificate *certificates, incomingCertificateCACKey; 40 40 pp::VarDictionary *reply; 41 41 pp::VarArray certificatesPPArray; 42 42 pp::VarArrayBuffer *certificateContents, *incomingCertificateContents, *incomingData, *outgoingData;