Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001_move-the-operator==-definition-to-global-namespace.patch | [PATCH] ut_mimserveroptions: Move the operator== definition to global namespace With gcc-12 having the operator== in anonymous namespace for a struct which is in the global namespace results in a lengthy compilation error. Moving this non-mmember function into the global namespace fixes the issue. Fixes #112 |
Rodney Dawes <dobey.pwns@gmail.com> | no | 2022-08-09 | ||
0002_prevent-qlist-returned-by-subject-pluginDescriptions-from-being-deleted.patch | [PATCH] Prevent QList returned by subject->pluginDescriptions from being deleted If we don't save QList to a variable, it becomes deleted, and pointer returned by findPluginDescriptions becomes invalid. Then trying to call description->enabled() results in a segmentation fault. |
Dmitry Shachnev <mitya57@gmail.com> | no | 2022-09-18 | ||
0003_fix-stack-smashing.patch | [PATCH] Fix stack smashing due to mishandled ioctl bits reading | Benjamin Hennion <benjamin.hennion@universite-paris-saclay.fr> | no | 2022-09-06 |