Files
UnrealEngineUWP/Engine/Source/Programs
Martin Ridgers 62fdab785b Sanitise received payload size to within sensible limits.
Any random data that might be received by the CBOR server could cause it to allocate a lot of memory, or suffer a signed overflow and collapse. This can happen for example if a machine is port scanned by an IT department. To guard against this, the input is checked to ensure it is within a suitable before use.

#rb im
#rnx
#preflight none

[CL 23246365 by Martin Ridgers in ue5-main branch]
2022-11-23 02:31:52 -05:00
..
2022-11-22 09:52:49 -05:00
2022-11-10 12:41:45 -05:00