[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: logging support ready for integration into master
From: |
Werner LEMBERG |
Subject: |
Re: logging support ready for integration into master |
Date: |
Thu, 03 Dec 2020 19:33:38 +0100 (CET) |
> The updated code is working fine when we are using the `FT2_DEBUG'
> environment variable with tags(-v / -t / -vt), but without these
> tags I am getting corrupted memory issue with the `features_buf'
> char array in `src/base/ftdebug.c(ft_log_handler)' on both Ubuntu
> and Windows.
D'oh. I was *sure* that I've tested that... Thanks for catching.
I've incorporated your patch into the corresponding commit, then doing
a `git push -f`.
> Also, the logic to handle the custom log handler is not present in
> `FT_LOG' macro in `include/freetype/internal/ftdebug.h', have you
> removed that feature, or did you missed to update it?
I seem to have missed it, sorry. Which commit (from your GSoC branch)
are you referring to?
Werner