Skip to content

Bugfix #1190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 19, 2025
Merged

Bugfix #1190

merged 3 commits into from
Aug 19, 2025

Conversation

mq-loser
Copy link

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