f76c31f50e
sprintf(3) does not take the destination buffer into account. Although the destination in these case is large enough, sprintf(3) indicates a code smell. Use snprintf(3).
26 KiB
26 KiB