aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/crbug769134.fil
Commit message (Collapse)AuthorAge
* Avoid uninitialized memory in readByteArrayAsDataGravatar Leon Scroggins III2017-09-28
Bug: 769134 readByteArray can fail (due to not having enough available or due to the wrong alignment). If it does, do not return an uninitialized block of memory. Further, drop the initial size check, which is covered by readByteArray. Add a test. Change-Id: Ia101697c5bb1ca3ae3df1795f37a74b2f602797d Reviewed-on: https://skia-review.googlesource.com/52742 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>