mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Limit max cover height
Otherwise we can end with huge cover files if the source content has abnormally tall covers. This large files could end exhausting RAM in the iOS client.
This commit is contained in:
@ -21,6 +21,7 @@ private:
|
||||
int _coverPage;
|
||||
static bool crash;
|
||||
QByteArray _xmlInfoData;
|
||||
void saveCover(const QString &path, const QImage &cover);
|
||||
|
||||
public slots:
|
||||
void extract();
|
||||
|
Reference in New Issue
Block a user