Skip to content

Bugfix#1190

Merged
trcrsired merged 3 commits into
cppfastio:nextfrom
mq-loser:bugfix/posix-mfc-lock-copy-assign
Aug 19, 2025
Merged

Bugfix#1190
trcrsired merged 3 commits into
cppfastio:nextfrom
mq-loser:bugfix/posix-mfc-lock-copy-assign

Conversation

@mq-loser

Copy link
Copy Markdown

No description provided.

…assed address-of pointer variable, causing fcntl to receive an invalid pointer (EFAULT/lock failure). Aligns with POSIX fcntl(fd, cmd, struct flock*). Pure fix.
…ugfix: loop used scats->base/len, repeating the first buffer each iteration. Use iterator element to write each scatter segment.
…dup2\n\nIf target is closed, duplicate source fd; otherwise reuse target via dup2. Avoids dup2(old,-1) failure; no source-closed special-casing.
@trcrsired trcrsired merged commit b77d9f5 into cppfastio:next Aug 19, 2025
2 checks passed
@mq-loser mq-loser deleted the bugfix/posix-mfc-lock-copy-assign branch August 19, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants