[packagekit] crasher fix
Richard Hughes
hughsient at gmail.com
Sun Nov 4 12:50:29 PST 2007
On Sun, 2007-11-04 at 15:24 -0500, Ray Strode wrote:
> Hey guys,
>
> So I decided to try the PackageKit built in the Fedora 9 branch today
> and ran into a problem where it would crash at this code:
>
> va_list args;
> gchar *arguments;
>
> /* get the argument list */
> va_start (args, script);
> arguments = g_strjoinv (" ", (gchar **)(void *)args);
> va_end (args);
Already fixed this in git - sorry dude! It's hopefully fixed in
868da532a6db79dca401d254d01a2f35148aae62 and
ba025940a1a967d630cf37f113a8d8643b5ee770
Could you checkout git and check this works please? Thanks.
Richard.
More information about the PackageKit
mailing list