]> source.dussan.org Git - poi.git/commit
Bug 63940: Avoid endless loop/out of memory on string-replace with empty search string
authorDominik Stadler <centic@apache.org>
Tue, 31 Dec 2019 16:52:55 +0000 (16:52 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 31 Dec 2019 16:52:55 +0000 (16:52 +0000)
commit9f35db4f516a9309f3db2104d41cdcf9f6dc86b5
tree1c5dd9be0453bd2cacd25c4b34632932572e52a6
parent821e1640416c7c57fbcd702061fd48afb610cce7
Bug 63940: Avoid endless loop/out of memory on string-replace with empty search string

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872145 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/functions/Substitute.java
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
src/testcases/org/apache/poi/ss/formula/functions/TestSubstitute.java [new file with mode: 0644]
test-data/spreadsheet/SUBSTITUTE.xls [new file with mode: 0644]