Potential null pointer access
josephcsible opened this issue ยท 0 comments
It looks like you expect registers
to sometimes be null, but you try to access it without checking it. This will cause a crash if it ever does happen to be null.
josephcsible opened this issue ยท 0 comments
It looks like you expect registers
to sometimes be null, but you try to access it without checking it. This will cause a crash if it ever does happen to be null.