cvs commit: ports/net/vncreflector Makefile
ports/net/vncreflector/files patch-logging.c
Maxim Sobolev
sobomax at FreeBSD.org
Tue Apr 24 05:56:40 UTC 2007
sobomax 2007-04-24 05:56:39 UTC
FreeBSD ports repository
Modified files:
net/vncreflector Makefile
Added files:
net/vncreflector/files patch-logging.c
Log:
Our v*printf() family of functions don't return va_list to its original
state upon return, therefore if we want to call such functions several
times on different streams we need to wrap each call to va_start/va_end
otherwise it either prints garbage on second and subsequent invocation
or simply crashes the program.
Revision Changes Path
1.4 +1 -1 ports/net/vncreflector/Makefile
1.1 +46 -0 ports/net/vncreflector/files/patch-logging.c (new)
More information about the cvs-all
mailing list