https://bugs.kde.org/show_bug.cgi?id=303877

--- Comment #21 from Aleksandar Rikalo <aleksandar.rik...@imgtec.com> ---
Created attachment 97742
  --> https://bugs.kde.org/attachment.cgi?id=97742&action=edit
Avoid warnings from tinfl.c

In order to avoid these warnings we need to modify tinfl.c in some way.
I suggest the attached solution.  MZ_MALLOC/REALLOC/FREE, memcpy, memset, etc.
are replaced with appropriate Valgrind functions. Tinfl is also added to
Makefile, so it can be used from other parts of project.

The patch can be applied after applying compressed-dwarf-support.diff.
To apply the patch use command:
patch -p1 < tinfl-modifications.diff

The alternative solution is to delete "High level decompression functions" from
tinfl.c.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to