| commit | 86ebbc11bb3f60908a51f3e41a17e3f477c2eaa3 | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Dec 09 19:02:15 2021 +0100 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Dec 12 13:05:10 2021 +0100 |
| tree | 8c69a2eed0fa542c57511c5dbde14dc8f7b1f091 | |
| parent | 153a2d7e3350cc89d406ba2d35be8793a64c2038 [diff] |
USB: gadget: zero allocate endpoint 0 buffers Under some conditions, USB gadget devices can show allocated buffer contents to a host. Fix this up by zero-allocating them so that any extra data will all just be zeros. Reported-by: Szymon Heidrich <szymon.heidrich@gmail.com> Tested-by: Szymon Heidrich <szymon.heidrich@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>