On Mon Aug 7 09:46:11 2023 +0000, Jacek Caban wrote:
At this point, for all you know src[1], src[2] and src[3] may be null bytes. The check bellow is too late, this memcpy potentially reads bytes after buffer end.
Hi Jacek,
Sorry for the noise, please just compare the latest version with version 7. I moved the verification of src[1], src[2] and src[3] to the beginning of the for loop.