diff options
| author | Tuo Li <islituo@gmail.com> | 2025-12-11 09:36:37 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-12-29 13:55:21 +0300 |
| commit | ba75ecb97d3f4e95d59002c13afb6519205be6cb (patch) | |
| tree | d0b1b2da3d4e5a4407b580b74ddd09e7cd7feeaa /include/uapi/linux/android | |
| parent | b54c82d6cbfc76647ba558e8e3647eb2b0ba0e2b (diff) | |
| download | linux-ba75ecb97d3f4e95d59002c13afb6519205be6cb.tar.xz | |
misc: bcm_vk: Fix possible null-pointer dereferences in bcm_vk_read()
In the function bcm_vk_read(), the pointer entry is checked, indicating
that it can be NULL. If entry is NULL and rc is set to -EMSGSIZE, the
following code may cause null-pointer dereferences:
struct vk_msg_blk tmp_msg = entry->to_h_msg[0];
set_msg_id(&tmp_msg, entry->usr_msg_id);
tmp_msg.size = entry->to_h_blks - 1;
To prevent these possible null-pointer dereferences, copy to_h_msg,
usr_msg_id, and to_h_blks from iter into temporary variables, and return
these temporary variables to the application instead of accessing them
through a potentially NULL entry.
Signed-off-by: Tuo Li <islituo@gmail.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Link: https://patch.msgid.link/20251211063637.3987937-1-islituo@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/android')
0 files changed, 0 insertions, 0 deletions
