commit | 12ba0f57d028a9c8f4eb3afddc326b70677d1e0c | [log] [tgz] |
---|---|---|
author | Naveen Leekha <leekha@google.com> | Mon Sep 21 17:28:04 2015 -0700 |
committer | Naveen Leekha <leekha@google.com> | Mon Sep 21 17:44:55 2015 -0700 |
tree | df6905658b868c056abba37976f92efc578a0e0e | |
parent | 3ffddbbc0ff521f9b1fe3267a5ec5d22e0ca1829 [diff] |
Initialize local variables to avoid data leak The uninitialized local variables pick up whatever the memory content was there on stack. This data gets sent to the remote process in case of a failed transaction, which is a security issue. Fixed. For b/23696300 Change-Id: Ie37a34851ffe203f9579f63f1fe1b8605a880c30