-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
ALL
-
Security 2024-11-11, Security 2024-11-25
Uninitialized scalar variable
The variable will contain an arbitrary value left from earlier computations. Use of an uninitialized variable
/data/bazel_cache/1de52aaeb35278243ca29a4785ce7969/execroot/_main_/src/mongo/db/modules/enterprise/src/encryptdb/symmetric_crypto_smoke.cpp:113: UNINIT 121401 Declaring variable "pt" without initializer.
/data/bazel_cache/1de52aaeb35278243ca29a4785ce7969/execroot/_main_/src/mongo/db/modules/enterprise/src/encryptdb/symmetric_crypto_smoke.cpp:205: UNINIT 121401 Using uninitialized value "*pt" when calling "memcmp".