summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorSoumya Managoli <quic_c_smanag@quicinc.com>2023-09-01 13:21:40 +0530
committerSambandam Chitra <quic_schitra@quicinc.com>2023-09-04 02:12:17 -0700
commitba5e8087ef4ead484e99b369fc1fdcffa54db1d1 (patch)
treea1bbdf05373d830e68ae0aaabc2f4bd617775911 /include/linux/timerqueue.h
parent73ed2e10eae1d2d7c9ba7d223933e2d9bd101f07 (diff)
q6core: Avoid OOB access in q6core
"num_services", a signed integer when compared with constant results in conversion of signed integer to max possible unsigned int value when "num_services" is a negative value. This can lead to OOB read. Fix is to handle this case. Change-Id: Id6a8f150d9019c972a87f789e4c626337a97bfff Signed-off-by: Soumya Managoli <quic_c_smanag@quicinc.com>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions