CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/09 00:05:51
Modified files:
usr.bin/mg : region.c
Log message:
Source Joachim Nilsson:
Coverity Scan found this interesting buglet. If read() fails the code,
before this patch, would trigger a "Negative array index write".
ok florian@
