diff options
author | Peilin Ye <yepeilin.cs@gmail.com> | 2020-07-22 19:05:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-31 19:47:14 +0300 |
commit | f7b38459759ea5ee971c8d09328c7e5d82cae69c (patch) | |
tree | a7bbe0e1da0ea2027071d59d9c9014a7ff8ba639 /scripts/gdb/linux/utils.py | |
parent | 350cffdc4131014aed64fdfcb5526e21ccfe9811 (diff) | |
download | linux-f7b38459759ea5ee971c8d09328c7e5d82cae69c.tar.xz |
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
[ Upstream commit 8885bb0621f01a6c82be60a91e5fc0f6e2f71186 ]
Checks on `addr_len` and `usax->sax25_ndigis` are insufficient.
ax25_sendmsg() can go out of bounds when `usax->sax25_ndigis` equals to 7
or 8. Fix it.
It is safe to remove `usax->sax25_ndigis > AX25_MAX_DIGIS`, since
`addr_len` is guaranteed to be less than or equal to
`sizeof(struct full_sockaddr_ax25)`
Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions