Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix buffer overflow in XBM parser. | 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 <[email protected]> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -27/+27 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix crash in tqimage for certain malformed ppm image files | Slávek Banko | 2019-12-16 | 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 <[email protected]> | ||||
* | 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 <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -108/+108 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | 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 | ||||
* | 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 |