On Fri, Jul 08, 2011 at 04:23:14PM +0100, Nicholas Marriott wrote: > On Fri, Jul 08, 2011 at 10:31:19AM +0200, Stefan Sperling wrote: > > 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? > > Almost, crashes in strlen() near the top of ct_decode_argv instead ;-).
Right :) ok stsp