Administrator
|
Neither is correct or incorrect. It is the return address and it doesn't get checked, so it doesn't matter.
The test script does something that I think is bad practice. It uses two values from the local segment but doesn't initialize them, it merely assumes that they will contain zero.
It would be good if both scripts used the same return address, and that probably was the intention, but since it doesn't matter the scripts probably deviated at some point and it didn't get noticed.
|