commit | 16ab8191fee19ed977daf31cf5b460851162fb6d | [log] [tgz] |
---|---|---|
author | Fabien Sanglard <sanglardf@google.com> | Tue Jan 31 12:12:10 2017 -0800 |
committer | Fabien Sanglard <sanglardf@google.com> | Tue Jan 31 12:13:14 2017 -0800 |
tree | 41e891b27aa43987fbec37939d0ffdbe0a9dfdf9 | |
parent | 57a67bdcb8d716c2d6467151b14a991370c8582e [diff] |
Fix unitialized field in HWC2on1Adapter Layer acquire fence file descriptor was not always initialized. In the case of a SolidColor layer, the file descriptor was left set to value 0 (stdin) which after call to set would be closed by the adapter leading to system unstability. Test: Angler eng devices and AUPT Change-Id: Ic931d8cf9b0c6ca8d56c7a0ed7a7f586bf072505