Download raw body.
wg(4) logging enhancement - revised patch
Kirill A. Korinsky wrote: > I think you should move a declaration of ipaddr to the begining of the > functio, to match the style. Like you did it before. I did this with the intention that not all code paths in those functions necessitate printing a debug message and thus allocating a buffer. Is this a false assumption? Will the compiler do whatever it wants with automatically allocated variables?
wg(4) logging enhancement - revised patch