mirror of
https://github.com/open-simh/simh.git
synced 2026-01-19 09:37:50 +00:00
- Initialize local state variables to 0. Likely non functional changes due to lack of depth in static analysis scan. Coverity detects real problems like this. - Avoid potential out of array indexing due to theoretical array reference via signed char index. Likely non functional change.