Re: Fix crashes in Aqualung

2016-11-03 Thread Jeremy Evans
On 11/03 11:34, Christian Weisgerber wrote: > Jeremy Evans: > > > This fixes an occasional crash when loading files in aqualung. > > This is a fix to an earlier patch, which was taken from Aqualung's > > bug tracker. > > Why do we need that patch at all? > > > -Use glib character conversion func

Re: Fix crashes in Aqualung

2016-11-03 Thread Christian Weisgerber
Jeremy Evans: > This fixes an occasional crash when loading files in aqualung. > This is a fix to an earlier patch, which was taken from Aqualung's > bug tracker. Why do we need that patch at all? > -Use glib character conversion function instead of MAC library function, > -since the function us

Fix crashes in Aqualung

2016-11-02 Thread Jeremy Evans
This fixes an occasional crash when loading files in aqualung. This is a fix to an earlier patch, which was taken from Aqualung's bug tracker. The reason the previous patch was wrong (at least on OpenBSD), is that wchar_t is int on OpenBSD, but gunichar2 is guint16, so the sizes of the types were