-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
CYGWIN: warning on missing safe memzero() is printed #148200
Copy link
Copy link
Open
Labels
OS-unsupportedextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Compiling on CYGWIN gives this message on the console:
warning: Your platform does not support any safe implementation of memzero -- consider a pull request!
However, CYGWIN provides explicit_bzero(), actually.
The Modules/_hacl/Lib_Memzero0.c already supports it, so, a tiny fix is required for just adding __CYGWIN__ to the list of supported platforms.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OS-unsupportedextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
No status