Description
Buffer overflow. There are some loops that read into fixed-sized buffers and do not check to make sure they are not writing too much.
Mitigation
Added bounds checking to the two loops.
Buffer overflow. There are some loops that read into fixed-sized buffers and do not check to make sure they are not writing too much.
Added bounds checking to the two loops.