main(int argc, char *argv[]) {
int fd;
fd = creat(argc < 2 ? "/dev/fb" : argv[1], 0755);
if (fd < 0) perror("creat"), exit(1);
fchmod(fd, 0755); /* BOOM */
}
Roger
-- e-mail: espel@llaic.univ-bpclermont.fr, espel@unix.bigots.org WWW page & PGP key: http://www.eleves.ens.fr:8080/home/espel/index.html