79611343

Date: 2025-05-07 20:05:38
Score: 2
Natty:
Report link

With
lwz r19, 4(r29)
you are actually reading a word value 4 bytes after the label VC_INPUT:

The same with
stw r19, 4(r23)
writing 4 bytes after the address given by label VC_OUTPUT:

Maybe something is then overwritten.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user29000824