mirror of
https://github.com/nasa/trick.git
synced 2025-02-15 15:02:01 +00:00
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