Actions:
|
2022-05-06 16:49 AEST by Arthur Barrett - in update.cpp in the function update_fileproc ()
the variable retval; is not always initialised before use:
/* only try to join if things have gone well thus far */
if (retval == 0 && join_rev1)
join_file (finfo, vers);
found during debug of CVS Suite 2010:
Test: update -F should not alter Entries or sandbox at 07:24:46 [ 442.953 s]
ressurect add_test.txt
update -F temp-file, to revision 1.5 (maastrict.txt)
update -F temp-file, to revision 1.2 (dead)
update -F temp-file, to revision 1.3 (add_test.cpp)
update -F temp-file, to revision 1.4 (dead) |