Changeset df34f08 in mod_gnutls for src


Ignore:
Timestamp:
Sep 14, 2008, 10:08:52 AM (15 years ago)
Author:
Nokis Mavrogiannopoulos <nmav@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
5021874
Parents:
e7d7e3f
git-author:
Nikos Mavrogiannopoulos <nmav@…> (09/14/08 10:08:52)
git-committer:
Nokis Mavrogiannopoulos <nmav@…> (09/14/08 10:08:52)
Message:

added check for invalid context

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_hooks.c

    re7d7e3f rdf34f08  
    164164
    165165    ctxt = gnutls_transport_get_ptr(session);
     166
     167    if (ctxt == NULL)
     168        return GNUTLS_E_INTERNAL_ERROR;
    166169
    167170    if (gnutls_certificate_type_get( session) == GNUTLS_CRT_X509) {
Note: See TracChangeset for help on using the changeset viewer.