Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #4916

Closed
Open
Created Jan 16, 2012 by George Kadianakis@asn

obfsproxy: wrong check of return value of proto_conn_create()

In network.c:open_outbound() and network.c:open_outbound_hostname():

...
  newconn = proto_conn_create(conn->cfg);
  if (!conn) {
    log_warn("%s: failed to allocate state for outbound connection",
             conn->peername);
    bufferevent_free(buf);
    return NULL;
  }
...
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking