koreader / koreader-base

Base framework offering a Lua scriptable environment for creating document readers
http://koreader.rocks/
GNU Affero General Public License v3.0
136 stars 106 forks source link

cre.cpp: fix findAllText() context at end of book, bump crengine #1919

Closed poire-z closed 2 months ago

poire-z commented 2 months ago

Fix https://github.com/koreader/koreader/issues/12435#issuecomment-2322752801

(Tried first to fix the wrap around in crengine, but it was not obvious... So, local fix it is.)

Also bump crengine: fix xml parser regression (infinite loop) https://github.com/koreader/crengine/pull/602


This change is Reviewable