Add bounds checking before reading from cache buffer
Ensure that reads of cache->buffer such as GET_UINT32() do not read beyond cache->size.
Out of bounds reading was detected when running fuzz testing in chromium project.
Edited by Joel Hockey
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Ensure that reads of cache->buffer such as GET_UINT32() do not read beyond cache->size.
Out of bounds reading was detected when running fuzz testing in chromium project.