~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to src/host.h

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-10-13 16:59:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013165903-3e12j4gn6znkhmdb
Tags: 1.10.2-1
new upstream release which fixes a NTLM Buffer Overflow Vulnerability

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
typedef struct {
50
50
  /* Address type. */
51
51
  enum { 
52
 
    IPV4_ADDRESS, 
 
52
    IPV4_ADDRESS
53
53
#ifdef ENABLE_IPV6
54
 
    IPV6_ADDRESS 
 
54
    , IPV6_ADDRESS 
55
55
#endif /* ENABLE_IPV6 */
56
56
  } type;
57
57