)]}' { "commit": "5370e40ea51e29f9f2dc5628932ac926e811b65d", "tree": "b5cf47cb01231977196aabb3dbed88ae9a1f5ac5", "parents": [ "4dfe7b29bf9562a397f2dc3dabbcc7754680f023" ], "author": { "name": "Yihong Wang", "email": "yh.wang@ibm.com", "time": "Fri Feb 14 11:38:22 2020 -0800" }, "committer": { "name": "Copybara-Service", "email": "copybara-worker@google.com", "time": "Fri Feb 14 11:39:01 2020 -0800" }, "message": "Add READ access of mmap() in docker env\n\nIn docker multi-architecture environment, calling the\nmmap() with only PROT_WRITE would fail the following\nwrite(). Adding PROT_READ access would solve the issue.\nThe logic there only needs WRITE access, however, it\nshould be fine to assign READ access too. Actually,\nPROT_WRITE is offen implementated as PROT_READ|PROT_WRITE.\n\nfix: #7135.\n\nSigned-off-by: Yihong Wang \u003cyh.wang@ibm.com\u003e\n\nCloses #10761.\n\nPiperOrigin-RevId: 295190291\n", "tree_diff": [ { "type": "modify", "old_id": "fbfca42723177f9102a04d89db64669536b54958", "old_mode": 33188, "old_path": "third_party/ijar/mapped_file_unix.cc", "new_id": "6e3a908718440aa22d25907493537f84cea035d0", "new_mode": 33188, "new_path": "third_party/ijar/mapped_file_unix.cc" } ] }