diff options
| author | 2015-09-21 17:28:04 -0700 | |
|---|---|---|
| committer | 2015-09-21 17:44:55 -0700 | |
| commit | 12ba0f57d028a9c8f4eb3afddc326b70677d1e0c (patch) | |
| tree | df6905658b868c056abba37976f92efc578a0e0e /libs/ui/FramebufferNativeWindow.cpp | |
| 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
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
0 files changed, 0 insertions, 0 deletions