~ubuntu-branches/debian/squeeze/squid3/squeeze

« back to all changes in this revision

Viewing changes to src/forward.h

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2009-09-20 01:33:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090920013300-diay8crnwj6iul4f
Tags: 3.0.STABLE19-1
* New upstream release
  - Fixes DoS in exthernal auth header parser (Ref: CVE-2009-2855)

* debian/squid.rc
  - Fixed dependencies in init.d script, thanks to Petter Reinholdtsen
    (Closes: #546362)

* debian/control
 - Bumped Standard-Version to 3.8.3, no change needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    static void abort(void*);
83
83
 
84
84
private:
85
 
    CBDATA_CLASS2(FwdState);
86
85
    Pointer self;
87
86
    ErrorState *err;
88
87
    int client_fd;
111
110
    struct sockaddr_in src;
112
111
#endif
113
112
 
 
113
 
 
114
    // NP: keep this last. It plays with private/public
 
115
    CBDATA_CLASS2(FwdState);
114
116
};
115
117
 
116
118
#endif