mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
The existing code intends to print NULL strings as "<NULL>" (for the sake of debug messages), but the logic is incorrect when handling wide-character strings. Fix the logic and add applicable unit tests. Signed-off-by: Michael Brown <mcb30@ipxe.org>