aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorAlok Kumar <alokkuma@codeaurora.org>2018-06-02 17:50:45 +0530
committerDavid Lin <dtwlin@google.com>2018-07-12 17:18:31 -0700
commita4102336dfaafed26340bddc134efc3f43b05ddb (patch)
treed6f1ff4a8cc47c493ffe44858f3d70d8e7236f4f /net/lapb/lapb_timer.c
parentd592ac35b0eea59562e4358ab197c6ea91fa1a8b (diff)
qcacld-2.0: Fix information leak issue during memcpy
The buffer allocated with lenth "ATH6KL_FWLOG_PAYLOAD_SIZE " is not initialized, this may lead to information leak during memcpy when len < ATH6KL_FWLOG_PAYLOAD_SIZE. To resolve this issue, memset the buffer for length (ATH6KL_FWLOG_PAYLOAD_SIZE - len) to 0 Bug: 73885536 Change-Id: If4a49347d674ad2af0438b408a4a4b9308c61026 CRs-Fixed: 2253103 Signed-off-by: Ecco Park <eccopark@google.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions