]> git.imager.perl.org - imager.git/commit
allocate the correct number of stack entries for glyph_names()
authorTony Cook <tony@develop-help.com>
Fri, 1 Mar 2013 12:08:01 +0000 (23:08 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 1 Mar 2013 12:08:01 +0000 (23:08 +1100)
commit086b32d62fb836a9b3651526a4a51b0070371269
tree1aedc8adf52c1207e1867d3f47d89cb4606f4493
parentd7faa98fc1cdfa5222a6b508eaea20cb70366968
allocate the correct number of stack entries for glyph_names()

Each of the drivers allocated count entries then attempted to use entry
"count".  Allocate count+1 entries instead
FT2/FT2.xs
Imager.xs
T1/T1.xs