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 ;-). This code isn't actually used since we don't install readline.h but it is still wrong. > > If so, ok. > If not, please explain :)