On Wed, Jul 10, 2024 at 5:25 PM david kerns <david.t.ke...@gmail.com> wrote:
> > Because I made no effort to completely understand each intended use of > sprintf when I changed to snprintf, I treated every call the same, and used > the conditional macro to report or remain silent. > David, thank you for your time. But that's exactly the point... We have to understand each case and implement it correctly. It's better to implement just one case, but correct, than all cases with some template.