bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: set-face-stipple broken


From: Gerd Moellmann
Subject: Re: set-face-stipple broken
Date: 24 Oct 2001 14:08:55 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Ulrich Neumerkel <ulrich@a0.complang.tuwien.ac.at> writes:

> (set-face-stipple 'default (list 1 4 "\001\001"))
> 
> yields an error.  It worked in 20.7

I think this is actually a bug in 20.7, which silently accepted that
and accessed memory randomly: A 1 pixel wide X bitmap takes 1 byte per
row.  With four rows, the string should have been at least 4 bytes
long.




reply via email to

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