mirror of
https://github.com/mandiant/GoReSym
synced 2026-06-08 15:40:15 +00:00
31e5ef1054
fixes 2 issues that lead to out of bounds indexing. pcdata array may be null and we don't use any of it's values; fix no longer indexes into this array. also we do <= check instead of < when verifying there are enough elements in funcData array.