Changeset 60cf11c in mod_gnutls for src/gnutls_io.c


Ignore:
Timestamp:
Jul 8, 2011, 5:04:16 PM (12 years ago)
Author:
Dash Shendy <neuromancer@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
8fffed1
Parents:
b4a875b
Message:

Proxy (TLS termination) patch

Signed-off-by: Dash Shendy <neuromancer@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_io.c

    rb4a875b r60cf11c  
    667667
    668668        /* If Len = 0, we don't do anything. */
    669         if (!len)
    670                 return 0;
    671 
     669        if (!len || buffer == NULL) {
     670                return 0;
     671        }
    672672        if (!ctxt->input_bb) {
    673673                ctxt->input_rc = APR_EOF;
Note: See TracChangeset for help on using the changeset viewer.