Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2021-02-01 | 1 | -27/+27 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix crash in tqimage for certain malformed ppm image files | Slávek Banko | 2019-12-18 | 1 | -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 Banko | 2019-03-03 | 1 | -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-0295 | Slávek Banko | 2015-03-09 | 1 | -0/+6 |
| | | | | [taken from RedHat Qt3 patches] | ||||
* | Fix overwriting memory for an application icon | Slávek Banko | 2014-05-19 | 1 | -6/+6 |
| | | | | This resolves Bug 2033 | ||||
* | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 1 | -0/+1 |
| | | | | This breaks the ABI | ||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 1 | -41/+41 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -41/+41 |
| | |||||
* | Fix a few more build warnings | Timothy Pearson | 2012-02-12 | 1 | -5/+5 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+6497 |