K 10 svn:author V 6 sbruno K 8 svn:date V 27 2016-07-22T03:26:01.941536Z K 7 svn:log V 238 MFC r300612 Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greater than sc->areq. This is a bounds check to ensure we're not just cramming arbitrarily sized nonsense into the driver and overflowing the heap. PR: 209545 END