Skip to content

Fix undefined behavior.#5

Open
ingomueller-net wants to merge 1 commit intolittledan:masterfrom
ingomueller-net:master
Open

Fix undefined behavior.#5
ingomueller-net wants to merge 1 commit intolittledan:masterfrom
ingomueller-net:master

Conversation

@ingomueller-net
Copy link

The original version used IO control blocks from the stack, which will
be overwritten after the function has returned. However, IO control
blocks should live until the IO has completed.

The original version used IO control blocks from the stack, which will
be overwritten after the function has returned. However, IO control
blocks should live until the IO has completed.
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.

1 participant