Skip to content

strerror: skip errnum >= 0 assertion on windows#6504

Closed
jay wants to merge 1 commit into
curl:masterfrom
jay:windows_skip_neg_errnum_check
Closed

strerror: skip errnum >= 0 assertion on windows#6504
jay wants to merge 1 commit into
curl:masterfrom
jay:windows_skip_neg_errnum_check

Conversation

@jay

@jay jay commented Jan 21, 2021

Copy link
Copy Markdown
Member

On Windows an error number may be greater than INT_MAX and negative once
cast to int.

The assertion is checked only in debug builds.

Closes #xxxx

On Windows an error number may be greater than INT_MAX and negative once
cast to int.

The assertion is checked only in debug builds.

Closes #xxxx
@jay jay added the Windows Windows-specific label Jan 21, 2021
@jay jay closed this in d3a3bdb Jan 22, 2021
@jay jay deleted the windows_skip_neg_errnum_check branch January 22, 2021 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Windows Windows-specific

Development

Successfully merging this pull request may close these issues.

1 participant