-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
CAR Team 2025-02-03
When reading values from the inputs of commands, in some cases we might make incorrect casts.
For example this cast might cause an overflow since we cast an int64 to int.
SERVER-92902 is an issue of this type caught by a fuzzer.
- related to
-
SERVER-92902 Fix overflow issue when casting numInitialChunks from size_t to int
- Closed