Fix edge case in Diff.class.php causing it to error out
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 16 Oct 2014 20:38:45 +0000 (22:38 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 16 Oct 2014 20:38:45 +0000 (22:38 +0200)
commit5b2b95ff81281f88c8a5674d471d9aaec775eb5b
treea51dae342f9b348693d36dbc1bc742a97dd8fefc
parente73ee876ad412a03beddb2ace519e44b10e91b3b
Fix edge case in Diff.class.php causing it to error out

Previously it was possible for the startOffset and endOffset to overlap
for certain arrays, causing the algorithm to completely fall apart.
wcfsetup/install/files/lib/util/Diff.class.php