Create a sequence point by ending a full expression for call to vspace() and use of the globals which are modified by vspace.
Reported by: imp
Differential D22126
Fix undefined behavior. kib on Oct 23 2019, 3:54 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Create a sequence point by ending a full expression for call to vspace() and use of the globals which are modified by vspace. Reported by: imp
Diff Detail
Event TimelineComment Actions Looks good to me. It's one of the two ways that I saw to fix it, and this is likely faster than the other way (pass the limit to vspace()). |