[PATCH] USB: usblcd: race between open and read/write
usblcd registers a device before all buffers are allocated leading to a race resulting in NULL pointers being followed. This fixes it.
Showing
Please register or sign in to comment
usblcd registers a device before all buffers are allocated leading to a race resulting in NULL pointers being followed. This fixes it.