[Qemu-devel] [PATCH 0/3] usb-ccid: improve sanity checks

Gerd Hoffmann posted 3 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487250819-23764-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/usb/dev-smartcard-reader.c | 140 +++++++++++++++++++++++-------------------
1 file changed, 76 insertions(+), 64 deletions(-)
[Qemu-devel] [PATCH 0/3] usb-ccid: improve sanity checks
Posted by Gerd Hoffmann 7 years, 2 months ago
  Hi,

Small ccid series which improves the ccid_handle_bulk_out sanity checks.

cheers,
  Gerd

Gerd Hoffmann (3):
  usb-ccid: better bulk_out error handling
  usb-ccid: move header size check
  usb-ccid: add check message size checks

 hw/usb/dev-smartcard-reader.c | 140 +++++++++++++++++++++++-------------------
 1 file changed, 76 insertions(+), 64 deletions(-)

-- 
1.8.3.1


Re: [Qemu-devel] [PATCH 0/3] usb-ccid: improve sanity checks
Posted by Marc-André Lureau 7 years, 2 months ago
On Thu, Feb 16, 2017 at 5:14 PM Gerd Hoffmann <kraxel@redhat.com> wrote:

>   Hi,
>
> Small ccid series which improves the ccid_handle_bulk_out sanity checks.
>
>

looks good,

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


>
> cheers,
>   Gerd
>
> Gerd Hoffmann (3):
>   usb-ccid: better bulk_out error handling
>   usb-ccid: move header size check
>   usb-ccid: add check message size checks
>
>  hw/usb/dev-smartcard-reader.c | 140
> +++++++++++++++++++++++-------------------
>  1 file changed, 76 insertions(+), 64 deletions(-)
>
> --
> 1.8.3.1
>
>
> --
Marc-André Lureau