search for: kde_bindir

Displaying 1 result from an estimated 1 matches for "kde_bindir".

1998 May 17
0
Fw: simple kde exploit fix
...kde exploit fix >in kdebase/kscreensaver/kscreensave.cpp: > >change: >line 18: strcpy( buffer, getenv("HOME") ); > to > strncpy( buffer, getenv("HOME"), 256); > >and >line 34: strcpy( buffer, KApplication::kde_bindir() ); > to > strncpy( buffer, KApplication::kde_bindir(), 256 ); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > This one probably isn''t crucial, but it''s good programming anyway > >this fixes the exploit...