Skip to content
Commit 2a2a8a0f authored by Chinmoy Pradhan's avatar Chinmoy Pradhan
Browse files

Do not assume layout of msghdr and iovec structure

Summary:
Class FDMessageHeader assumes the layout of msghdr and iovec structure in its constructor. However, this assumption is wrong
because as per POSIX standards both may contain more members than usual. This patch fixes the issue.

BUG: 391367

Reviewers: dfaure, awilcox

Subscribers: #frameworks

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D11011
parent 37868c2c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment