When using mmap(), the target file is opened using PROT_WRITE only.
On MIPS this crashes during the memcmp(), which reads back the data for
verification.
The protection bits should be set to PROT_READ | PROT_WRITE instead.
Original issue reported on code.google.com by HIGH...@gmail.com on 7 Apr 2011 at 6:39
Original issue reported on code.google.com by
HIGH...@gmail.com
on 7 Apr 2011 at 6:39