On Thu, Apr 10, 2014 at 08:17:37AM +0200, Jonas Ådahl wrote:
> On Thu, Apr 10, 2014 at 03:43:25PM +1000, Peter Hutterer wrote:
> > On Wed, Apr 09, 2014 at 09:02:08PM +0200, Jonas Ådahl wrote:
> > > Don't have a hard coded (previously 16) slot array size; instead
> > > allocate dynamically depending
On Thu, Apr 10, 2014 at 03:43:25PM +1000, Peter Hutterer wrote:
> On Wed, Apr 09, 2014 at 09:02:08PM +0200, Jonas Ådahl wrote:
> > Don't have a hard coded (previously 16) slot array size; instead
> > allocate dynamically depending what slots are assigned. There is still a
> > hard coded max though,
On Wed, Apr 09, 2014 at 09:02:08PM +0200, Jonas Ådahl wrote:
> Don't have a hard coded (previously 16) slot array size; instead
> allocate dynamically depending what slots are assigned. There is still a
> hard coded max though, to protect from invalid input, but its changed
> to 60.
>
> Signed-off
On Wed, Apr 09, 2014 at 08:33:34PM +0100, Daniel Stone wrote:
> Hi,
>
> On 9 April 2014 20:02, Jonas Ådahl wrote:
>
> > Don't have a hard coded (previously 16) slot array size; instead
> > allocate dynamically depending what slots are assigned. There is still a
> > hard coded max though, to prot
On Wed, Apr 09, 2014 at 10:12:11PM +0200, Hardening wrote:
> Le 09/04/2014 21:02, Jonas Ådahl a écrit :
> >Don't have a hard coded (previously 16) slot array size; instead
> >allocate dynamically depending what slots are assigned. There is still a
> >hard coded max though, to protect from invalid i
Le 09/04/2014 21:02, Jonas Ådahl a écrit :
Don't have a hard coded (previously 16) slot array size; instead
allocate dynamically depending what slots are assigned. There is still a
hard coded max though, to protect from invalid input, but its changed
to 60.
Signed-off-by: Jonas Ådahl
---
src/
Hi,
On 9 April 2014 20:02, Jonas Ådahl wrote:
> Don't have a hard coded (previously 16) slot array size; instead
> allocate dynamically depending what slots are assigned. There is still a
> hard coded max though, to protect from invalid input, but its changed
> to 60.
>
Won't this break xf86-in
Don't have a hard coded (previously 16) slot array size; instead
allocate dynamically depending what slots are assigned. There is still a
hard coded max though, to protect from invalid input, but its changed
to 60.
Signed-off-by: Jonas Ådahl
---
src/evdev.c | 82 +