Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
2.1.0
-
None
-
ALL
Description
If you pass uncompilable javascript into mongo via a CodeWScope BSON object, the server crashes. Compiling from a "Code" object has a NULL-check around compilation, but compiling from CodeWScope doesn't. Patch at https://gist.github.com/1080695 fixes.