agialluc

Results 3 issues of agialluc

After our Identity and Access Management group updated their IPA server to ipa-server-4.9.12-11.module+el8.9.0+20824+f2605038.x86_64 our conservers stopped working with Kerberos authentication. The OS system still works when using ssh as in...

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...

Updated conserver/cutil.c and conserver/group.c to use snprintf( ) vice sprintf( ) to prevent buffer overflows. This code change should be carefully checked. I am not normally a coder.