diff options
author | Eric Dumazet <edumazet@google.com> | 2019-09-18 18:05:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-05 13:47:41 +0300 |
commit | b443d4bb439dc1fe40f3fb4cd65a01eb905a7557 (patch) | |
tree | 68ee19e8bbd430f2dd5bca663ea3cd9eb6812945 /sound/usb/pcm.c | |
parent | 307eb812f69469dfcf4d86803675e7f7086e1201 (diff) | |
download | linux-b443d4bb439dc1fe40f3fb4cd65a01eb905a7557.tar.xz |
sch_netem: fix a divide by zero in tabledist()
[ Upstream commit b41d936b5ecfdb3a4abc525ce6402a6c49cffddc ]
syzbot managed to crash the kernel in tabledist() loading
an empty distribution table.
t = dist->table[rnd % dist->size];
Simply return an error when such load is attempted.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: syzbot <syzkaller@googlegroups.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/usb/pcm.c')
0 files changed, 0 insertions, 0 deletions