Xteink-X4-crosspoint-reader/lib/Epub
IFAKA 8bf203d0ea Add bounds checking for toc and spine array access
getSpineIndexForTocIndex() and getTocIndexForSpineIndex() accessed
toc[tocIndex] and spine[spineIndex] without validating the index
was within bounds. This could cause crashes with malformed EPUBs
or unexpected input.
2025-12-19 01:08:29 +01:00
..
Epub Bugfix/word spacing indented (#59) 2025-12-19 08:45:20 +11:00
Epub.cpp Add bounds checking for toc and spine array access 2025-12-19 01:08:29 +01:00
Epub.h Caching of spine item sizes for faster book loading (saves 1-4 seconds). (#54) 2025-12-18 22:49:14 +11:00