You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by GitBox <gi...@apache.org> on 2021/01/07 21:25:13 UTC

[GitHub] [openoffice] ardovm opened a new pull request #116: [writerfilter] Add checks for non-empty stacks

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


   This PR tries to address [bug 127952](https://bz.apache.org/ooo/show_bug.cgi?id=127952).
   
   After applying it, the Linux builds should not crash when opening the [file linked by the report](https://www.suny.edu/badfile.docx).
   
   There is a problem for which certain stacks are `pop()`-ed before any `push()` ever happened. This is probably due to a bug in the parser. This PR does not address the parsing bug, but rather tries to avoid it to crash the program.
   
   It should apply as-is to AOO419.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


[GitHub] [openoffice] jimjag merged pull request #116: [writerfilter] Add checks for non-empty stacks

Posted by GitBox <gi...@apache.org>.
jimjag merged pull request #116:
URL: https://github.com/apache/openoffice/pull/116


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


[GitHub] [openoffice] jimjag merged pull request #116: [writerfilter] Add checks for non-empty stacks

Posted by GitBox <gi...@apache.org>.
jimjag merged pull request #116:
URL: https://github.com/apache/openoffice/pull/116


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org