|
Files that have the append-only flag set are erroneously allowed to
be memory mapped shared, causing other processes to see changes made
to the file. While the on-disk copy is not updated, any other process
using memory mapping will see this change, causing data corruption. |