Re: [PATCH] libertas: add terminating entry to fw_table

2019-07-11 Thread Sergei Shtylyov
Hello! On 07/11/2019 05:27 PM, Oliver Neukum wrote: > In case no firmware was found, the system would happily read > and try to load garbage. Terminate the table properly. > > Signed-off-by: Oliver Neukum > Fixes: ce84bb69f50e6 ("libertas USB: convert to asynchronous firmware > loading") T

[PATCH] libertas: add terminating entry to fw_table

2019-07-11 Thread Oliver Neukum
In case no firmware was found, the system would happily read and try to load garbage. Terminate the table properly. Signed-off-by: Oliver Neukum Fixes: ce84bb69f50e6 ("libertas USB: convert to asynchronous firmware loading") Reported-by: syzbot+8a8f48672560c8ca5...@syzkaller.appspotmail.com ---