mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-07 13:54:31 +02:00
Use snprintf() in host based unit tests to format log messages and add host specific wrapper for LongJump() that is decorated with NORETURN to provide hint to address sanitizer that LongJump() never returns. Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>