-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 8.0.0-rc0
-
Component/s: Internal Code, JavaScript
-
Query Integration
-
ALL
-
v8.0
String not null terminated
The function may iterate past the end of the buffer looking for a null terminator. A character buffer that has not been null terminated is passed to a function expecting a null terminated string
/src/mongo/scripting/engine.cpp:233: STRING_NULL 148817 Passing unterminated string "data.get()" to "strchr", which expects a null-terminated string.