mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-11 00:56:18 +00:00
A for loop condition is always false so pnd->name is not initialized. This results in garbage when printing device name.
A for loop condition is always false so pnd->name is not initialized. This results in garbage when printing device name.