CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/12 04:03:37
Modified files:
usr.sbin/popa3d: standalone.c
Log message:
Don't reuse a loop counter specifying the size of an array outside
of the loop to then access an offset in the array as this can lead
to an off by one.
found by parfait
ok miod@
