VULN-014: EyeLike Integer Overflow in TensorRT ONNX Parser
CWE-190: Integer Overflow or Wraparound
EyeLike operator uses int32 multiplication for dimensions.
[65536, 65536] = 2^32 overflows int32 to 0.
Zero-sized buffer allocated, then written with 65536 diagonal elements.
- EyeLike-SPECIFIC: all other ops handle [65536,65536] correctly
- Crash during parse (before engine build)
- 10/10 reproducible
- All dtypes affected: FLOAT, INT32, INT64, DOUBLE
- Tested: TensorRT 10.15.1.29