Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Puzzle-Use-temporary-variables-when-dereferencing-initial.patch | Puzzle: Use temporary variables when dereferencing initial_board If we directly use `(!) initial_board [x, y]`, the C code generated by valac 0.48.16 sets a temporary variable to a pointer into `initial_board`, and then frees that pointer when it goes out of scope, leaving a dangling pointer in `initial_board` which causes a double-free and a crash. |
Simon McVittie <smcv@debian.org> | yes | debian upstream | 2021-04-11 | |
Puzzle-Clarify-why-we-can-assume-that-saved-tile-referenc.patch | Puzzle: Clarify why we can assume that saved tile references are non-null | Simon McVittie <smcv@debian.org> | yes | 2021-04-11 | ||
meson-drop-unused-argument-for-i18n.merge_file.patch | meson: drop unused argument for i18n.merge_file() Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. data/meson.build:37:0: ERROR: Function does not take positional arguments. data/meson.build:59:0: ERROR: Function does not take positional arguments. https://gitlab.gnome.org/GNOME/gnome-tetravex/-/merge_requests/20 |
Jan Beich <jbeich@FreeBSD.org> | no | 2022-01-24 |