mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
edc4545c8f
If the helper specific va2p() method fails, we shouldn't try to print 'pa' as it might be 'None'. Swap the error handling with the 'VA -> PA' debug message to avoid generating a format exception in this case. Signed-off-by: Mathias Krause <minipli@grsecurity.net>