Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix buffer overflow in XBM parser.r14.0.9 | Slávek Banko | 2020-10-16 | 1 | -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 Calgaro | 2020-01-30 | 1 | -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.7 | 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> (cherry picked from commit 4470facd61b6d9fd862f70ce56f22ab502415d23) | ||||
* | bmp image: check for out of range image size.r14.0.6 | 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> (cherry picked from commit 5a61151fe90ed84dce18998fe6c7d69ec6e49c74) | ||||
* | Fix security issue CVE-2015-0295 | Slávek Banko | 2015-03-09 | 1 | -0/+6 |
| | | | | | [taken from RedHat Qt3 patches] (cherry picked from commit 64d9c07d5709e9bcb0b676d55c4a5b303599f708) | ||||
* | Fix overwriting memory for an application icon | Slávek Banko | 2014-05-19 | 1 | -6/+6 |
| | | | | This resolves Bug 2033 | ||||
* | Automated update from Qt3 | Timothy Pearson | 2013-05-07 | 1 | -2/+2 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-12-01 | 1 | -0/+1 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-06-17 | 1 | -39/+39 |
| | |||||
* | Automated update from qt3 | Timothy Pearson | 2012-03-06 | 1 | -12/+12 |
| | |||||
* | Automated conversion from qt3 | Timothy Pearson | 2012-02-28 | 1 | -42/+42 |
| | |||||
* | Automated update from qt3 | Timothy Pearson | 2012-02-27 | 1 | -114/+114 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-02-13 | 1 | -23/+23 |
| | |||||
* | Update to latest tqt3 automated conversion | Timothy Pearson | 2012-01-26 | 1 | -23/+23 |
| | |||||
* | Fix linear alphabet string errors | Timothy Pearson | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | Sync with latest script | Timothy Pearson | 2011-12-05 | 1 | -5/+5 |
| | |||||
* | Fix native TQt3 accidental conversion to tquit | Timothy Pearson | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 | Timothy Pearson | 2011-11-08 | 1 | -0/+6497 |