summaryrefslogtreecommitdiffstats
path: root/src/kernel/qimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix buffer overflow in XBM parser.r14.0.9Slá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> (cherry picked from commit 7441a646a8b452036daa42d85c98a2105412fd92)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-27/+27
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 99e56ba8db70324cc5c7ab416a3b48171613bd59)
* Fix crash in tqimage for certain malformed ppm image filesr14.0.7Slávek Banko2019-12-181-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> (cherry picked from commit 4470facd61b6d9fd862f70ce56f22ab502415d23)
* bmp image: check for out of range image size.r14.0.6Slá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> (cherry picked from commit 5a61151fe90ed84dce18998fe6c7d69ec6e49c74)
* Fix security issue CVE-2015-0295Slávek Banko2015-03-091-0/+6
| | | | | [taken from RedHat Qt3 patches] (cherry picked from commit 64d9c07d5709e9bcb0b676d55c4a5b303599f708)
* 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