emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23.1.93 pretest


From: Stefan Monnier
Subject: Re: Emacs 23.1.93 pretest
Date: Sat, 27 Feb 2010 14:41:42 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

> But then how come this defense in uniscribe_check_otf did not catch
> it?

>   /* Check the spec is in the right format.  */
>   if (!CONSP (otf_spec) || Flength (otf_spec) < 3)
>     return 0;

Once again I recommend that people compile with -DUSE_LISP_UNION_TYPE to
catch such bugs.  They're trivial to catch this way.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]