On Fri, Jul 08, 2011 at 06:21:17AM +0100, Nicholas Marriott wrote: > EL_BIND and EL_SETTC must have their argument lists end in NULL. > > ok? >
To make sure I understood correctly, it crashes in ct_decode_argv() because it ends up passing a garbage pointer to mbstowcs(), right? If so, ok. If not, please explain :)