[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LZW decompression
From: |
Werner LEMBERG |
Subject: |
Re: LZW decompression |
Date: |
Tue, 27 Apr 2021 05:46:04 +0000 (UTC) |
Hello Alexei,
> During my memory management review, I noticed
> ft_lzwstate_stack_grow. It seems to drop stack_0 when relocating to
> the heap memory without copying it. How is this even supposed to
> work? Would you please take a look at this function?
Good question. My knowledge of LZW stuff is zero, sorry.
Is relocation ever triggered while uncompressing fonts? If yes, is
the corresponding font correctly read and displayed?
Werner
- LZW decompression, Alexei Podtelezhnikov, 2021/04/26
- Re: LZW decompression,
Werner LEMBERG <=