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

Diff for /src/usr.bin/ssh/Attic/bufbn.c between version 1.10 and 1.11

version 1.10, 2014/02/27 00:41:49 version 1.11, 2014/02/27 08:25:09
Line 106 
Line 106 
                 return (-1);                  return (-1);
         }          }
         bits = get_u16(buf);          bits = get_u16(buf);
         if (bits > 65536-7) {          if (bits > 65535-7) {
                 error("buffer_get_bignum_ret: cannot handle BN of size %d",                  error("buffer_get_bignum_ret: cannot handle BN of size %d",
                     bits);                      bits);
                 return (-1);                  return (-1);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11