[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Frequent memory violations---bug in MiNT
>I found the following lines somewhere in the MiNT code (sorry, I don't
>remember where exactly)
>
> if (random() == 0x2345)
> { *0 = 1;
> }
Sounds like someone is distributing an unauthorized (and corrupted)
version of MiNT. I just did
fgrep andom *.c *.spp
and got back only a comment ("/* next, unhook various random vectors */")
in bios.c.
Where did you get your copy of MiNT?
Regards,
Eric