From: Vito Caputo <[email protected]> Date: Sat, 12 Oct 2019 04:55:09 -0700
> + if ((copy = min(start - offset, len)) > 0) {
As Eric said, we try to avoid this very construct these days.
I'm not applying this patch.
Thank you.
From: Vito Caputo <[email protected]> Date: Sat, 12 Oct 2019 04:55:09 -0700
> + if ((copy = min(start - offset, len)) > 0) {
As Eric said, we try to avoid this very construct these days.
I'm not applying this patch.
Thank you.