On Mon, Jan 13, 2025 at 08:03:15AM +0900, SASANO Takayoshi wrote: > > Looking at the comment for NOMEMCPY in inflate.c, it's quite possible > > it was added precisely to work around this bug. > > Only inflate.c issue, replacing with memmove() will be good choice. > But the same problem is still remain explode.c so I choose NOMEMCPY.
As I mentioned: > > The check in explode.c seems correct since it doesn't have this cast.