mirror of
https://github.com/nasa/trick.git
synced 2025-01-25 05:46:58 +00:00
4f23b67f65
Did two things to stop the crash. 1. When following an address path if we hit a NULL address, stop processing and return the NULL. 2. When trying to resolve addresses in copy_sim_data, if a NULL address is returned then reset the reference to unresolved and return a dummy value. Need to fix MTV to handle dummy value returns. refs #117