From: Marcel Holtmann <marcel@holtmann.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [patch] hid2hci check usb_init return value
Date: Mon, 29 Dec 2008 13:12:31 +0100 [thread overview]
Message-ID: <1230552751.15666.17.camel@californication> (raw)
In-Reply-To: <20081225231444.GA23751@gmail.com>
Hi Khem,
> Working on a system which did not have a USB in it. I was getting a
> segfault with hid2hci. The problem tracked down was usb_init () was
> failing and we did not check for it and carried on with execution.
> As a result the next call to libusb failed because we passed in NULL for
> ctx because during usb_init () this should have been malloc'ed if all
> have gone correctly but in case of error usb_init () free's up the
> allocated memory and hence the segfault.
>
> We should check for return value of usb_init () call and exit
> immediately if it fails. Tested on 4.24 release.
the problem is that usb_init() doesn't return any errors on the versions
that I have here:
ii libusb-0.1-4 2:0.1.12-12 userspace USB programming library
ii libusb-dev 2:0.1.12-12 userspace USB programming library
Applying your patch would break complication on multiple platforms.
Regards
Marcel
next prev parent reply other threads:[~2008-12-29 12:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-25 23:14 [patch] hid2hci check usb_init return value Khem Raj
2008-12-29 12:12 ` Marcel Holtmann [this message]
2008-12-30 6:26 ` Khem Raj
2009-01-06 2:54 ` Marcel Holtmann
2009-01-06 3:02 ` David Sainty
2009-01-06 5:19 ` Marcel Holtmann
2009-01-06 18:17 ` Khem Raj
2009-01-06 18:21 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1230552751.15666.17.camel@californication \
--to=marcel@holtmann.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox