On 07/12/17 20:02, Greg KH wrote:
On Thu, Dec 07, 2017 at 07:18:39PM +0000, Michael Drake wrote:
This fixes a divide by zero which happened when an array,
without an explicit entry count (ultimately calculated from
the value in the descriptor data's bLength field) was used
on field with a variable size.
The solultion is to use the get_entry_size() function on
the array entry, which can get the entry size from a
referenced field.
Signed-off-by: Michael Drake <michael.drake@xxxxxxxxxxxxxxx>
---
desc-dump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Nice, that fixed the problem, thanks.
Great, thanks Greg!
Now applied and pushed out.
I can't see this commit yet on
https://github.com/gregkh/usbutils/commits/master
Cheers,
--
Michael Drake http://www.codethink.co.uk/
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html