flipperzero-firmware/applications/lfrfid
tonyfreeman a7edebce69
RFID: Fix integer overflow, fix printf usage (#742)
* Fix comparison of constant 300 with expression of type 'uint8_t' is always false

rfid-worker.cpp:111 if(validate_counts > (5 * 60))

* Fix format string is not a string literal (potentially insecure)

Co-authored-by: Tony Freeman <tonyfreeman@users.noreply.github.com>
2021-10-04 02:30:47 +03:00
..
helpers RFID: Fix integer overflow, fix printf usage (#742) 2021-10-04 02:30:47 +03:00
scene [FL-1449] Indala reading and writing (#616) 2021-08-02 01:11:18 +03:00
view
lfrfid-app-launcher.cpp
lfrfid-app.cpp Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
lfrfid-app.h Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
lfrfid-cli.cpp RFID: Fix integer overflow, fix printf usage (#742) 2021-10-04 02:30:47 +03:00