Comment 1 for bug 1968584

Revision history for this message
Liviu Ionescu (ilg) wrote (last edit ):

Initially I thought that `dst+size` (adding an integer to a pointer to a void) might be undefined behaviour, but I did a test and even after rewriting it as `uint8_t *end = dst; end += size; `, the result is the same, so it might be a bug.