emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] make-docfile: don't corrupt heap for an invalid .elc file


From: Stefan Monnier
Subject: Re: [PATCH] make-docfile: don't corrupt heap for an invalid .elc file
Date: Sun, 30 Jan 2011 22:33:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> "printf 'address@hidden' > in.elc; ./make-docfile in.elc" would write a '\0'
>> one byte before the just-malloc'd saved_string buffer.
>> * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic
>> doc string length.  Also fix an always-false while-loop test.

> I committed this to master.

Thanks,


        Stefan



reply via email to

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