summaryrefslogtreecommitdiffstats
path: root/src/kernel/qimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-011-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix crash in tqimage for certain malformed ppm image filesSlá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>
* 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>
* 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
* Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-011-0/+1
| | | | This breaks the ABI
* Undo prior accidental commitTimothy Pearson2012-03-021-41/+41
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-41/+41
|
* Fix a few more build warningsTimothy Pearson2012-02-121-5/+5
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+6497