Debian Patches

Status for gnome-tetravex/1:3.38.2-2

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

All known versions for source package 'gnome-tetravex'

Links