~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to lib/if2ip.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
 * KIND, either express or implied.
20
20
 *
21
 
 * $Id: if2ip.c,v 1.43 2005/04/08 05:01:40 curlvms Exp $
 
21
 * $Id: if2ip.c,v 1.44 2005/07/13 18:06:40 bagder Exp $
22
22
 ***************************************************************************/
23
23
 
24
24
#include "setup.h"
34
34
#include "if2ip.h"
35
35
 
36
36
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \
37
 
    !defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE)
 
37
    !defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) && \
 
38
    !defined(_AMIGASF)
38
39
 
39
40
#ifdef HAVE_SYS_SOCKET_H
40
41
#include <sys/socket.h>