https://bugs.documentfoundation.org/show_bug.cgi?id=115486

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Julien Nabet <[email protected]> ---
I confirm your findings.
On master sources updated today, 
git grep -n 'PROT_ALL' * returns nothing

git grep -n 'PROT_WRITE' * gives:
bridges/source/cpp_uno/shared/vtablefactory.cxx:82:        nullptr, n,
PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1,
bridges/source/cpp_uno/shared/vtablefactory.cxx:87:    else if (mprotect (p, n,
PROT_READ | PROT_WRITE | PROT_EXEC) == -1)
bridges/source/cpp_uno/shared/vtablefactory.cxx:275:        block.start =
mmap(nullptr, block.size, PROT_READ | PROT_WRITE, MAP_SHARED, block.fd, 0);
external/hunspell/0001-Revert-Remove-autotools-autogenerated-files.patch:24139:+
 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2,
0L);
external/hunspell/0001-Revert-Remove-autotools-autogenerated-files.patch:24155:+
 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
sal/rtl/alloc_arena.cxx:1063:    addr = mmap (nullptr,
static_cast<size_t>(size), PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1,
0);

So, there's only the second line (already quoted by reporter), see
https://opengrok.libreoffice.org/xref/core/bridges/source/cpp_uno/shared/vtablefactory.cxx#87

It's been like this since 2006, see
https://cgit.freedesktop.org/libreoffice/core/commit/?id=dca1c17b960e40c824fd396242acbee1eb2e97f5

Stephan/Mike: noticing your last commit on this file, thought you might be
interested in this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to