Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
java: Make SVWindow more robust (fix three CID issues)
1386093 Division or modulo by zero 1386096 Division or modulo by float zero 1386101 Division or modulo by float zero A division by zero would have occurred if both sizeX and canvasSizeX or sizeY and canvasSizeY were 0. Catch also negative sizes which don't raise a division by zero exception but which are also invalid. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information