GHSA-g98v-hv3f-hcfr: atty potential unaligned read
(updated )
On windows, atty
dereferences a potentially unaligned pointer.
In practice however, the pointer won’t be unaligned unless a custom global allocator is used.
In particular, the System
allocator on windows uses HeapAlloc
, which guarantees a large enough alignment.
References
Detect and mitigate GHSA-g98v-hv3f-hcfr with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →