view admin/notes/cvslogs @ 103359:eb941fcd33b4

x-load-color-file: avoid array bounds error x-load-color-file expects each line of input to be of the form "R G B name". But if "name" is missing, it would read name[-1], and if that value is '\n', zero it. * xfaces.c (Fx_load_color_file): Handle missing color name.
author Jim Meyering <jim@meyering.net>
date Tue, 09 Jun 2009 05:57:35 +0000
parents eeb9265e0ea5
children
line wrap: on
line source

http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01208.html

From: Eli Zaretskii
Subject: Re: Log messages in CVS
Date: Sat, 29 Dec 2007 16:06:29 +0200

I once posted a summary that I know about; see:

  http://lists.gnu.org/archive/html/emacs-devel/2006-11/msg00229.html
  http://lists.gnu.org/archive/html/emacs-devel/2006-11/msg00234.html
  http://lists.gnu.org/archive/html/emacs-devel/2006-11/msg00312.html

Richard commented here, basically approving my summary:

  http://lists.gnu.org/archive/html/emacs-devel/2006-11/msg00276.html