| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
g_thread_init() and g_thread_create().
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 43d7bc96c782afaf2e5047def508081b81815392)
|
|
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit 7441a646a8b452036daa42d85c98a2105412fd92)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 8704c62dce2ad2218b77d4f74c20b39724aeca26)
|
|
|
|
|
|
|
| |
Prevent to build MIT_SHM related codes for !QT_MITSHM condition.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit ac500135785f34eebe8d9c077208a5dd0b494929)
|
|
|
|
|
|
|
|
| |
If `_POSIX_THREAD_PRIORITY_SCHEDULING == 0`, it must be checked
with sysconf(_SC_THREAD_PRIORITY_SCHEDULING) at runtime.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 48a9cf9a3c2866db8a68fd1ac6cce5627c507386)
|
|
|
|
|
|
|
|
| |
`info_ptr->channels` will be set in the next called `png_set_IHDR()`,
so it is no effect.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit b6a4a5ec2001abed68c01d5c6baabbc2319214dc)
|
|
|
|
|
|
|
| |
It is suggested in png.h for applications.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 5ce8516970925f9c41fd5a07905f546b7f00258b)
|
|
|
|
|
|
|
| |
unnecessary actions. This relates loosely to bug 2955.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f0869718763cd6d04c9b225db8966df08ddaef44)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 99e56ba8db70324cc5c7ab416a3b48171613bd59)
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit 4470facd61b6d9fd862f70ce56f22ab502415d23)
|
|
|
|
|
| |
(cherry picked and partially edited from commit 632cbaa30ac55924b21d9e65bbe261d592098553)
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
in the TQt plugins directory, instead of the TDE plugins
directory, which cannot be known at TQt build time.
This resolves issue #3.
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d3b13515ef865fe7304afaa7a119cf326f2c774d)
|
|
|
|
|
|
|
|
|
|
| |
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]>
(cherry picked from commit 5a61151fe90ed84dce18998fe6c7d69ec6e49c74)
|
|
|
|
|
|
|
|
|
|
| |
Since image files easily can be (or corrupt files claim to be) huge,
it is worth checking for out of memory situations.
Based on Qt5 patch for CVE-2018-19870.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 83036c3af1ff5439b9106a31738650c54920e475)
|
|
|
|
|
|
|
|
|
| |
This resolves bug 2991.
Thanks to Nikolaus Klepp for initial patch.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b7be699a0982bb35f229337616bb24795d4762ed)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 017e8dbffe8919583bb9a3828f9cd8a61505659b)
|
|
|
|
|
|
|
|
| |
The code partially taken from Qt4
This relates to bug 2775
Signed-off-by: Roman Savochenko <[email protected]>
(cherry picked from commit 4c308190789d7f5ffc940d70dd5ea8a002fa4b30)
|
|
|
|
|
|
|
|
|
| |
currentThreadObject() returns a null pointer if the
current thread was not started using the TQThread API.
This relates to bug 1748.
(cherry picked from commit caab7b355740dd9661046c1bf73e1add9de9d045)
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
|
| |
ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY.
Signed-off-by: Michele Calgaro <[email protected]>
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit 094708c0e7379cbc825488cd6101c6b8a610302a)
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit 64d9c07d5709e9bcb0b676d55c4a5b303599f708)
|
|
|
|
|
| |
[taken from RedHat Qt3 patches]
(cherry picked from commit ebf9a9871a1424469c6850d1844b1487e32d137a)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug 1947.
|
|
|
|
|
|
|
| |
invoked twice."
because of wrong reference to bug 1887.
This reverts commit f0bff64751c7d6911be3578d7578bae8180e987d.
|
|
|
|
|
|
| |
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug 1887.
|
| |
|
|
|
|
| |
This resolves bug 1901 and 1909.
|
|
|
|
| |
This resolves Bug 2033
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 40e50e6f20276afb557992a51d47618b014e388d.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|