Debian Patches
Status for pygobject/3.54.5-7
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| Fix-memory-errors-in-gi_marshalling_tests_length_array_ut.patch | Fix memory errors in gi_marshalling_tests_length_array_utf8_full_inout The int* length can't be cast to size_t*, because there may be junk in the extra bits. We have to cast int to size_t, then pass a size_t*, then cast size_t back to int. We also have to free the in-array if we replace it with a new out-array. |
Philip Chimento <philip.chimento@gmail.com> | no | upstream, commit:https://gitlab.gnome.org/GNOME/gobject-introspection-tests/-/merge_requests/27/diffs?commit_id=4b26d464a16c262b7c4a87821df3caedf9058a0e | 2025-09-28 |
