Skip to content

CYGWIN: warning on missing safe memzero() is printed #148200

@carlo-bramini

Description

@carlo-bramini

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions