I am using some Boost libraries in a code base that does not want any use of 
sprintf. An automatic test flags any calls to it or vsprintf.

Is it possible to replace all uses of sprintf with snprintf? I really doubt 
there are actually any security issues here, but I'm hoping this wouldn't be 
too difficult or cause any problems other than the effort to do it.

Cheers,
Justin
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to