Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
Description
Out-of-bounds access to a buffer
Defect 98984 (STATIC_C)
Checker OVERRUN (subcategory none)
File: /src/third_party/wiredtiger/src/cursor/cur_join.c
Function __curjoin_init_next
/src/third_party/wiredtiger/src/cursor/cur_join.c, line: 930
Assigning: "config" = "&def_cfg[0]". "config" now points to element 0 of "def_cfg" (which consists of 2 8-byte elements).
config = &def_cfg[0];
|