Source-Changes archive

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

CVS commit: src/sbin/ping6



Module Name:    src
Committed By:   matt
Date:           Fri Aug 22 20:54:29 UTC 2014

Modified Files:
        src/sbin/ping6: ping6.c

Log Message:
Rework to be avoid a conditional assignment which results in:
sbin/ping6/ping6.c:1879:8: error: 'cbit.skip' may be used uninitialized in this 
function [-Werror=maybe-uninitialized]
    cur += ntohs(cbit.skip) * 32;


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sbin/ping6/ping6.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