commit | 8b6701269aaf3079753f27e8bc00c0437a5dbe46 | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <surenb@google.com> | Thu Aug 17 13:58:40 2017 -0700 |
committer | Amit Pundir <amit.pundir@linaro.org> | Tue Aug 28 17:10:42 2018 +0530 |
tree | 3312c8352b5109665b0f39d34620f10c92725adc | |
parent | 4818d4b11da43ec23f441c4ca66110c5d03e1156 [diff] |
ANDROID: NFC: st21nfca: Fix memory OOB and leak issues in connectivity events handler Overflow on memcpy is possible in kernel driver for st21nfca's NFC HCI layer when handling connectivity events if aid_len or params_len are bigger than the buffer size. Memory leak is possible when parameter tag is invalid. Bug: 62679581 Signed-off-by: Suren Baghdasaryan <surenb@google.com>