On Tue Apr 2 12:30:15 2024 +0000, Rémi Bernon wrote:
Changed this to use single loops. I didn't include the comment because I don't find it very clear: the "corrupted value" part looks confusing to me, the issue isn't partial reads or something like that but simply that the loop might iterate several times, and it needs to be taken into account in its body. I think that with an explicit loop it should be enough, like for any other loop.
Updated with a terser comment.