~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to pdns/dnsproxy.hh

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Mohlmann
  • Date: 2005-01-20 14:13:58 UTC
  • Revision ID: james.westby@ubuntu.com-20050120141358-ma1ao8o1jt6rw51e
Tags: 2.9.16-6
* Backport DoS fix from 2.9.17 release, CVSTrac ticket #21
  http://ds9a.nl/cgi-bin/cvstrac/pdns/tktview?tn=21,4
* FTBFS: F_OK undeclared fixed (Closes: #286675)
* FTBFS on amd64/gcc-4.0 fixed (Closes: #287913)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  struct ConntrackEntry
77
77
  {
78
78
    u_int16_t id;
79
 
    char remote[28];
 
79
    char remote[sizeof(sockaddr_in6)];
80
80
    Utility::socklen_t addrlen;
81
81
    int outsock;
82
82
    time_t created;