Re: uvideo_querycap(): set device_caps field to unbreak video device detection with firefox 78

2020-07-04 Thread Marcus Glocker
On Sat, 4 Jul 2020 17:03:07 +0200 Landry Breuil wrote: > Hi, > > since firefox 78, video(4) devices arent detected anymore. Upstream > added code in https://bugzilla.mozilla.org/show_bug.cgi?id=1637319 to > check for the V4L2_CAP_VIDEO_CAPTURE capacity, and the code added in >

uvideo_querycap(): set device_caps field to unbreak video device detection with firefox 78

2020-07-04 Thread Landry Breuil
Hi, since firefox 78, video(4) devices arent detected anymore. Upstream added code in https://bugzilla.mozilla.org/show_bug.cgi?id=1637319 to check for the V4L2_CAP_VIDEO_CAPTURE capacity, and the code added in https://hg.mozilla.org/integration/autoland/rev/33facf191f23 checks for that in the

Re: ftp(1) double free

2020-07-04 Thread Theo Buehler
On Sun, Jun 21, 2020 at 02:23:54AM +0200, Jeremie Courreges-Anglas wrote: > > Small bug, but still... > > naddy@ reported a double free when interrupting (^C) ftp(1) at the end > or url_get(). If that happens, the SIGINT handler longjmps and the > cleanup path is taken a second time. To avoid