TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google reveals a new Windows zero-day bug it says is under active attack

14 pointsby abhiminatorover 4 years ago

1 comment

alyandonover 4 years ago
<p><pre><code> 1: NTSTATUS CfgAdtpFormatPropertyBlock(PBYTE SourceBuffer, USHORT SourceLength, PUNICODE_STRING Destination) { 2: CONST USHORT DestinationSize = (USHORT)(6 * SourceLength); </code></pre> I haven&#x27;t really touched C or C++ in many years but I&#x27;m genuinely curious. Wouldn&#x27;t most compilers or linting tools issue a warning about potential unsigned arithmetic overflow?