On 08/23/16 21:50, Bruce Evans wrote:
+               kbd->kb_delay1 = imax(((int *)arg)[0], 250);
+               kbd->kb_delay2 = imax(((int *)arg)[1], 34);

Hi,

It looks like this will pass negative kb_delay's. How do you handle that?

--HPS
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to