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

« back to all changes in this revision

Viewing changes to pdns/dnspacket.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:
229
229
 
230
230
  //////// DATA !
231
231
 
232
 
  char remote[28];
 
232
  char remote[sizeof(sockaddr_in6)];
233
233
  Utility::socklen_t d_socklen; // 4
234
234
  u_int16_t len; //!< length of the raw binary packet 2
235
235
  u_int16_t qclass;  //!< class of the question - should always be INternet 2