In lbreakout2's main.c, you can see that the gid is immediately dropped after opening the high-score file. This is not a security issue.
The crash is due to an unchecked sprintf in client/config.c:
sprintf( level_dir, "%s/lbreakout2-levels", config.dir_name );
-Kees
--
Kees Cook @debian.org
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

