SIGN IN SIGN UP
microsoft / terminal UNCLAIMED

The new Windows Terminal and the original Windows console host, all in the same place!

0 0 91 C++

Don't allow overflowing lengths in WM_COPYDATA (#20185)

It is possible to craft a packet whose `len` is `0x80000001`.

We should not produce values that do not fit in size_t (on e.g. x86).

Reject them summarily.
D
Dustin L. Howett committed
8edac5fb12f9e7c21a88cf3d1617817ad0fdecc6
Parent: dbc5177
Committed by GitHub <noreply@github.com> on 5/5/2026, 7:19:25 PM