j
k
j a
j l
+ if (tmp->open ("/dev/random", "r") && tmp->stat()->ischr) { + if (Stdio.Stat s = file_stat("/dev/urandom")) + if (s->ischr) + factor = 1;
Won't this crash if /dev/urandom doesn't exist (s==0)?
Back to the thread
Back to the list