Hi,

On Monday 01 October 2007, Hirofumi Momose wrote:
> Hello,
>
> ML server down ?

I think it was. I received a bunch of Linux UVC e-mails today.

> Rev 130 contains uninitizalized pointer issue as follows.
>
> --- uvc_v4l2.c  (revision 130)
> +++ uvc_v4l2.c  (working copy)
> @@ -44,7 +44,7 @@
>  static int uvc_v4l2_query_menu(struct uvc_video_device *video, struct
> v4l2_querymenu *query_menu) {
>         struct uvc_menu_info *menu_info;
> -       struct uvc_control_mapping *mapping;
> +       struct uvc_control_mapping *mapping = NULL;
>         struct uvc_control *ctrl;
>         __u32 i;
>
> webcam re-works.
> Best regards,

Thanks a lot for the patch (and the oops report in your previous mail).

There were a few more identical uninitialised pointers issues so I committed a 
slightly different fix. Could you please test the latest SVN revision ?

Best regards,

Laurent Pinchart
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to