ardovm opened a new pull request, #450:
URL: https://github.com/apache/openoffice/pull/450

   The Win32 runtime can detect invalid parameters to many library functions.
   
   For example, access to `std::vector` elements by means of numerical index 
(`std::vector::operator[]()`) are checked against the `vector`'s size.
   
   When an invalid parameter is detected, the default behavior is to terminate 
the program -- and that is what should happen, in the end.
   The purpose of this PR is to catch these events, so that debugging them 
becomes possible.
   Logging is done on standard error; better options are welcome.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to