Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl2/xcvs/dist/src
Module Name: src
Committed By: christos
Date: Sun May 25 15:20:17 UTC 2025
Modified Files:
src/external/gpl2/xcvs/dist/src: filesubr.c
Log Message:
On sparc, gcc gets confused if we don't return if read1 == -1, and complains
about an out-of-bounds read in memcmp(). This is because error() *sometimes*
returns, so it can't be marked __noreturn__.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/xcvs/dist/src/filesubr.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