Re: [patch, libv4l]: fix integer overflow

2017-05-16 Thread Pavel Machek
Hi! > > This bit me while trying to use absolute exposure time on Nokia N900: > > > > Can someone apply it to libv4l2 tree? Could I get some feedback on the > > other patches? Is this the way to submit patches to libv4l2? > > Yes, it is. But I do need a Signed-off-by from you. Ping? Can I get

Re: [patch, libv4l]: fix integer overflow

2017-05-09 Thread Pavel Machek
Hi! > > This bit me while trying to use absolute exposure time on Nokia N900: > > > > Can someone apply it to libv4l2 tree? Could I get some feedback on the > > other patches? Is this the way to submit patches to libv4l2? > > Yes, it is. But I do need a Signed-off-by from you. Ok, that should

Re: [patch, libv4l]: fix integer overflow

2017-05-09 Thread Pavel Machek
Fix integer overflow with EXPOSURE_ABSOLUTE. This is problem for example with Nokia N900. Signed-off-by: Pavel Machek diff --git a/lib/libv4l2/libv4l2.c b/lib/libv4l2/libv4l2.c index e795aee..189fc06 100644 --- a/lib/libv4l2/libv4l2.c +++ b/lib/libv4l2/libv4l2.c @@ -1776,7

Re: [patch, libv4l]: fix integer overflow

2017-05-09 Thread Pavel Machek
On Tue 2017-05-09 08:32:20, Hans Verkuil wrote: > On 05/09/2017 08:29 AM, Hans Verkuil wrote: > > On 05/09/2017 12:28 AM, Pavel Machek wrote: > >> Hi! > >> > >> This bit me while trying to use absolute exposure time on Nokia N900: > >> > >> Can someone apply it to libv4l2 tree? Could I get some

Re: [patch, libv4l]: fix integer overflow

2017-05-09 Thread Hans Verkuil
On 05/09/2017 08:29 AM, Hans Verkuil wrote: > On 05/09/2017 12:28 AM, Pavel Machek wrote: >> Hi! >> >> This bit me while trying to use absolute exposure time on Nokia N900: >> >> Can someone apply it to libv4l2 tree? Could I get some feedback on the >> other patches? Is this the way to submit

Re: [patch, libv4l]: fix integer overflow

2017-05-09 Thread Hans Verkuil
On 05/09/2017 12:28 AM, Pavel Machek wrote: > Hi! > > This bit me while trying to use absolute exposure time on Nokia N900: > > Can someone apply it to libv4l2 tree? Could I get some feedback on the > other patches? Is this the way to submit patches to libv4l2? Yes, it is. But I do need a

[patch, libv4l]: fix integer overflow

2017-05-08 Thread Pavel Machek
Hi! This bit me while trying to use absolute exposure time on Nokia N900: Can someone apply it to libv4l2 tree? Could I get some feedback on the other patches? Is this the way to submit patches to libv4l2? Thanks, Pavel commit