[dm-devel] multipath tools 0.3.2 bugs in uses of safe_sprintf()

christophe.varoqui at free.fr christophe.varoqui at free.fr
Wed Oct 20 10:10:34 UTC 2004


>
>
> #define safe_sprintf(var, size, format, args...)      \
>        	snprintf(var, size, format, ##args) >= size

ok, I added the macro under the name "safe_snprintf"
and updated users.

thanks,
cvaroqui




More information about the dm-devel mailing list