Files
gtk/testsuite
Simon McVittie a8bb71383a tests: Fix signature of GtkTestATContext::update-selection-bound handlers
The signal is declared in GtkTestATContext with 0 parameters, but these
handlers were written as if the signal had one `guint` parameter.
On some architectures this accidentally works as intended, but on
others (reproduced on i386 and riscv64) the test tries to use arbitrary
stack contents as the `TestData *` and crashes when it tries to
dereference the resulting non-pointer.

Resolves: https://gitlab.gnome.org/GNOME/gtk/-/issues/6490
Signed-off-by: Simon McVittie <smcv@debian.org>
2024-07-27 00:59:03 +01:00
..
2024-07-26 08:45:58 -04:00
2024-07-24 16:45:21 -06:00
2024-07-16 21:23:44 +02:00
2024-02-17 14:31:51 +01:00
2024-04-19 12:56:34 -04:00
2023-06-05 05:33:07 +02:00