commit | b03c9fb5f9c058a8ae0485c986a8ab934ab73eaa | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Mon Feb 04 16:42:51 2013 -0800 |
committer | Kenny Root <kroot@google.com> | Mon Feb 04 16:47:05 2013 -0800 |
tree | d7a1a0204af16a8fe725bc4c138db9687217606b | |
parent | 678177e2aec8129340839313129ef2ad51d97fbc [diff] |
Fix for error condition in IKeystoreService When an error condition happens, keystore might memcpy a NULL pointer which would cause a SIGSEGV. Avoid trying to copy it in that case. Bug: 8019596 Change-Id: Ifcfc75401c41595fc2c2f0172c718c8d3bb93020