[Webkit-unassigned] [Bug 281609] New: Make UnixFileDescriptor noncopyable again
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 16 12:37:16 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281609
Bug ID: 281609
Summary: Make UnixFileDescriptor noncopyable again
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at redhat.com
CC: mattwoodrow at apple.com
Make UnixFileDescriptor noncopyable again. Otherwise, it's very difficult to use the class without accidentally duping the file descriptor.
This is a partial revert of 272365 at main. We can manually duplicate the file descriptor in the SharedMemoryHandle copy constructor, since we really do want a copy there.
This un-reverts 261281 at main.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241016/5f406af2/attachment-0001.htm>
More information about the webkit-unassigned
mailing list