[BACK]Return to resp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/Attic/resp.c between version 1.71 and 1.72

version 1.71, 2006/01/27 12:56:28 version 1.72, 2006/03/16 08:43:43
Line 336 
Line 336 
         if (strlcpy(statpath, line, sizeof(statpath)) >= sizeof(statpath) ||          if (strlcpy(statpath, line, sizeof(statpath)) >= sizeof(statpath) ||
             strlcat(statpath, "/", sizeof(statpath)) >= sizeof(statpath) ||              strlcat(statpath, "/", sizeof(statpath)) >= sizeof(statpath) ||
             strlcat(statpath, CVS_PATH_STATICENTRIES,              strlcat(statpath, CVS_PATH_STATICENTRIES,
             sizeof(statpath)) >= sizeof(statpath))              sizeof(statpath)) >= sizeof(statpath)) {
                 cvs_log(LP_ERR, "Entries.static path truncation");                  cvs_log(LP_ERR, "Entries.static path truncation");
                 return (-1);                  return (-1);
           }
   
         if (cvs_noexec == 0) {          if (cvs_noexec == 0) {
                 if ((type == CVS_RESP_CLRSTATDIR) &&                  if ((type == CVS_RESP_CLRSTATDIR) &&

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72