[pdftex] pdftex core dump when including certain pdf files
Norbert Preining
preining at logic.at
Fri Jul 15 13:52:44 CEST 2016
On Fri, 15 Jul 2016, KAKUTO, Akira wrote:
> - fd = epdf_create_fontdescriptor(fontmap, stemV->getInt());
> + fd = epdf_create_fontdescriptor(fontmap, stemV->getNum());
Hmm, but
fd_entry *epdf_create_fontdescriptor(fm_entry * fm, int stemV)
expects and int, and is then transfered into
fd->font_dim[STEMV_CODE].val = stemV;
the font dim, all of which are integers.
So unfortunately, this is a no go, too.
According to the specification Ross send, all these numbers are allowed
to be floats, but are treated as ints here.
Norbert
--
PREINING Norbert + TeX Live & Debian Developer + http://www.preining.info
GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
More information about the pdftex
mailing list