Source-Changes archive

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

CVS commit: src/dist/cdk



Module Name:    src
Committed By:   agc
Date:           Thu Aug 28 11:32:34 UTC 2003

Modified Files:
        src/dist/cdk: scroll.c

Log Message:
Use bounded string op (snprintf instead of sprintf) for an automatic
array which is used to calculate the maximum width of a scroll entry
item.  Previous use of sprintf would blindly overwrite the stack if
there were more than 100 characters in an entry item.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/cdk/scroll.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