joelguittet / mender-mcu-client

Mender client for MCU, just because it's cool to have it
Apache License 2.0
37 stars 7 forks source link

client: remove usage of unsafe sprintf function #50

Closed joelguittet closed 4 months ago

joelguittet commented 4 months ago

The purpose of t his Pull Request is to remove usage of unsafe sprintf function, and prefer snprintf function instead.

sonarcloud[bot] commented 4 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
15.2% Duplication on New Code (required ≤ 10%)

See analysis details on SonarCloud