mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -66,6 +66,8 @@ ssl_DefRecv(sslSocket *ss, unsigned char *buf, int len, int flags)
|
|||
PRFileDesc *lower = ss->fd->lower;
|
||||
int rv;
|
||||
|
||||
PORT_Assert(buf && len > 0);
|
||||
|
||||
rv = lower->methods->recv(lower, (void *)buf, len, flags, ss->rTimeout);
|
||||
if (rv < 0) {
|
||||
DEFINE_ERROR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue