Hi Thomas

> -----Message d'origine-----
> De : 
> nut-upsdev-bounces+emilienkia=eaton....@lists.alioth.debian.or
> g 
> [mailto:nut-upsdev-bounces+emilienkia=eaton.com@lists.alioth.d
> ebian.org] De la part de Thomas Jarosch
> Envoyé : dimanche 28 août 2011 01:04
> À : nut-upsdev@lists.alioth.debian.org
> Objet : [Nut-upsdev] [PATCH 3/3] Fix pointer check on wrong variable
> 
> Credit goess to "cppcheck"
> 
> Signed-off-by: Thomas Jarosch <thomas.jaro...@intra2net.com>
> ---
>  drivers/usb-common.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/usb-common.c b/drivers/usb-common.c 
> index e51f3cf..e459872 100644
> --- a/drivers/usb-common.c
> +++ b/drivers/usb-common.c
> @@ -116,7 +116,7 @@ int USBNewExactMatcher(USBDeviceMatcher_t 
> **matcher, USBDevice_t *hd)
>       USBDevice_t             *data;
>  
>       m = malloc(sizeof(*m));
> -     if (!matcher) {
> +     if (!m) {
>               return -1;
>       }
>  
> --
> 1.7.4.4
> 

Thanks for your patch.
I have just applied it to the trunk (r3173).


Best regards

Emilien KIA
Opensource Team
Engineering Software & Connectivity
Eaton's Electrical Group PQCO/DPQD
emilien...@eaton.com
www.eaton.com 

--------------------------------------------------------------------------

_______________________________________________
Nut-upsdev mailing list
Nut-upsdev@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsdev

Reply via email to