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

Diff for /src/usr.bin/ssh/bitmap.c between version 1.6 and 1.7

version 1.6, 2017/05/31 09:15:42 version 1.7, 2017/06/01 04:51:58
Line 187 
Line 187 
 {  {
         int r;          int r;
         size_t i, offset, shift;          size_t i, offset, shift;
         u_char *s = (u_char *)p;          const u_char *s = (const u_char *)p;
   
         if (l > BITMAP_MAX / 8)          if (l > BITMAP_MAX / 8)
                 return -1;                  return -1;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7