On Thu, Mar 26, 2020 at 6:44 PM Ken Pettit <[email protected]> wrote:
> Hey Brian, > > No, I didn't get any of these warnings, but then I didn't have the -Wall > flag set. When I set that ... oh my! I will have to go through and do > some cleanup ... I don't like warnings! > > Ken > > Don't ask, don't tell :-) sprintf at least is inherently dangerous and should never be used. Should always use snprintf so you're committing to a certain buffer size. -- John.
