[tlbuild] build failure on x86_64-linux

Peter Breitenlohner peb at mppmu.mpg.de
Wed Jul 25 13:41:49 CEST 2012


On Wed, 25 Jul 2012, Martin Schröder wrote:

> Curioser and curioser - another computer with 11.4 and the same arch
> and the same gcc has no problems

Hi Martin,

actually you have detected a small bug.  The two flag bytes 224=0xe0 and
232=0xe8 differ by the first pixel being white or black respectively.  This
is, however, for a character with W=H=0 and no pixels at all.

The color of the first pixel is taken from count[0], not initialized in this
case but usually inherited from the previous character.  Since this is the
first character the count array has just been acquired by malloc() with
unspecified contents.

Should now (r27153) be fixed.

Regards
Peter


More information about the tlbuild mailing list