CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/03 13:35:48
Modified files:
sys/dev/ic : sti.c
Log message:
Fix unsigned vs signed comparison in for() loop condition causing an infinite
loop for WSDISPLAYIO_PUTCMAP ioctl with idx == 0; reported by Artem Falcon.
[according to my investigation, none of the other for() loops in the kernel
are affected by a similar issue]
