On Nov 26, 2010, at 12:06 PM, Vasiliy Kulikov wrote: > 'n' may be bigger than MAX_INT*sizeof(int), if so checking of truncated > (int)(n/sizeof(int)) for LIRCBUF_SIZE overflow and then using nontruncated > 'count' > doesn't make sense. Also n may be up to sizeof(int)-1 bytes bigger than > expected, > so check value of (n % sizeof(int)) too. > > Signed-off-by: Vasiliy Kulikov <seg...@openwall.com> > --- > Compile tested only.
Looks sane. Acked-by: Jarod Wilson <ja...@redhat.com> -- Jarod Wilson ja...@wilsonet.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html