Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libform



Module Name:    src
Committed By:   joerg
Date:           Fri Dec 11 21:22:57 UTC 2015

Modified Files:
        src/lib/libform: field.c

Log Message:
Counting from 0 to n-1 can go wrong badly, if n is unsigned and zero and
the counter variable is not of a type larger than n. Fixes PR 50490.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libform/field.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index