summaryrefslogtreecommitdiffstats
path: root/src/kernel/qimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-121-15/+15
| | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix buffer overflow in XBM parser.Slávek Banko2020-10-161-7/+32
| | | | | | | | | Avoid parsing over the buffer limit, or interpreting non-hex as hex. This still leaves parsing of lines longer than 300 chars unreliable. Based on Qt5 patch for CVE-2020-17507. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix crash in tqimage for certain malformed ppm image filesSlávek Banko2019-12-161-1/+1
| | | | | | | | | | The ppm format specifies that the maximum color value field must be less than 65536. The handler did not enforce this, leading to potentional overflow when the value was used in 16 bits context. Based on Qt5 patch for CVE-2018-19872. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* bmp image: check for out of range image size.Slávek Banko2019-03-031-0/+2
| | | | | | | | | Make the decoder fail early to avoid spending time and memory on attempting to decode a corrupt image file. Based on Qt5 patch for CVE-2018-19873. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-108/+108
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix security issue CVE-2015-0295Slávek Banko2015-03-091-0/+6
| | | | [taken from RedHat Qt3 patches]
* Fix overwriting memory for an application iconSlávek Banko2014-05-191-6/+6
| | | | This resolves Bug 2033
* Automated update from Qt3Timothy Pearson2013-05-071-2/+2
|
* Automated update from Qt3Timothy Pearson2012-12-011-0/+1
|
* Automated update from Qt3Timothy Pearson2012-06-171-39/+39
|
* Automated update from qt3Timothy Pearson2012-03-061-12/+12
|
* Automated conversion from qt3Timothy Pearson2012-02-281-42/+42
|
* Automated update from qt3Timothy Pearson2012-02-271-114/+114
|
* Automated update from Qt3Timothy Pearson2012-02-131-23/+23
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-23/+23
|
* Fix linear alphabet string errorsTimothy Pearson2012-01-251-1/+1
|
* Sync with latest scriptTimothy Pearson2011-12-051-5/+5
|
* Fix native TQt3 accidental conversion to tquitTimothy Pearson2011-11-141-1/+1
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+6497