Module Name: src
Committed By: christos
Date: Thu Nov 12 22:11:03 UTC 2020
Modified Files:
src/external/mpl/dhcp/dist/omapip: errwarn.c
Log Message:
Don't use static buffers to store format strings; this is a multi-threaded
program and if we print from multiple threads we can end up overwriting the
formats while printf is formating and that can end up in tears.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/dhcp/dist/omapip/errwarn.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.