Skip to content

radv: simplify `snprintf()` code

Eric Engestrom requested to merge eric/mesa:radv-sprintf into master

One snprintf() was open-coded using memset()+strcpy(), and the other one had a duplicate memset().

Merge request reports