Recently we have been seeing several: "conserver[22453]: *** buffer overflow detected ***: /usr/sbin/conserver terminated"
I have looked and I note that sprintf ( ) is being used in cutil.c in the functions FileOpenFD( ) FileOpenPipe( ) and FileOpen( ).
I believe using snprintf( ) would prevent this from happening and would be a simple fix.
Please note: I created a merge which I think will fix this, but I do not normally code so it should be check carefully:
#92