Am 10.05.24 um 04:13 schrieb Alban Browaeys:
On Mon, 19 Apr 2021 16:31:34 +0200 =?UTF-8?Q?Bernhard_=c3=9cbelacker?= <bernha...@mailbox.org <mailto:bernha...@mailbox.org>> wrote:
 > Dear Maintainer,
 > I tried to have a look and I could reproduce the crash [1].
 >
 > I think this is caused by a call to gtk_list_store_set
 > in totem_playlist_steal_current_starttime [2].
 > There a variadic argument list contains a plain 0,
 > which might occupy just 32 bit, but gets later interpreted
 > as gint64, therefore the terminating -1 gets overrun.
 >
 > A totem package rebuilt with attached patch does not show
 > the crash inside the test VM.
 >
 > Kind regards,
 > Bernhard


Could you submit a MR upstream for your 32 bits arch patch for totem (critical to armhf use)? https://gitlab.gnome.org/GNOME/totem/-/issues <https://gitlab.gnome.org/GNOME/totem/-/issues><https://gitlab.gnome.org/GNOME/totem/-/issues/?sort=created_date&state=opened&search=g_strdup&first_page_size=20>

The issue is still there https://gitlab.gnome.org/GNOME/totem/-/blob/master/src/totem-playlist.c?ref_type=heads#L1734 <https://gitlab.gnome.org/GNOME/totem/-/blob/master/src/totem-playlist.c?ref_type=heads#L1734>



Hello Alban,
I submitted a MR with this modification here:

  https://gitlab.gnome.org/GNOME/totem/-/merge_requests/393

Kind regards,
Bernhard

Reply via email to