vamsi2246 opened a new pull request, #5953:
URL: https://github.com/apache/couchdb/pull/5953

   If an untrusted map function executes 'throw null', the check 'err[0] == 
"fatal"' evaluates 'null[0]' which throws an uncaught TypeError, fatally 
crashing the JavaScript worker process. This adds a null guard 'err && err[0]' 
to nouveau.js, views.js, and dreyfus.js.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to