Loading ssl/packet.c +2 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ static size_t maxmaxsize(size_t lenbytes) { if (lenbytes >= sizeof(size_t) || lenbytes == 0) return SIZE_MAX; else return ((size_t)1 << (lenbytes * 8)) - 1 + lenbytes; } Loading Loading
ssl/packet.c +2 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ static size_t maxmaxsize(size_t lenbytes) { if (lenbytes >= sizeof(size_t) || lenbytes == 0) return SIZE_MAX; else return ((size_t)1 << (lenbytes * 8)) - 1 + lenbytes; } Loading