1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-27 16:17:03 +00:00
Files
go-chasquid-smtp/internal
Alberto Bertogli 5c2566c9b1 Fix non-constant format string in calls to Printf-like functions
In a few places, we call Printf-like functions, but for the format we
use either non-format messages (which is not tidy, but okay), or
variable messages (which can be problematic if they contain %-format
directives).

The patch fixes the calls by either moving to Print-like functions, or
using `Printf("%s", message)` instead.

These were found by a combination of `go vet` (which complains about
"non-constant format string in call"), and manual inspection.
2025-10-24 12:34:58 +01:00
..
2025-04-12 23:23:21 +01:00
2025-02-16 20:18:16 +00:00
2023-10-07 12:41:57 +01:00
2023-10-07 12:41:57 +01:00
2025-04-06 14:02:56 +01:00
2023-10-07 12:41:57 +01:00
2025-04-12 23:23:21 +01:00
2025-04-11 14:17:17 +01:00