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

« back to all changes in this revision

Viewing changes to lib/version.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: version.c,v 1.45 2005/04/07 15:27:14 bagder Exp $
 
21
 * $Id: version.c,v 1.46 2005/09/02 15:11:09 bagder Exp $
22
22
 ***************************************************************************/
23
23
 
24
24
#include "setup.h"
81
81
/* data for curl_version_info */
82
82
 
83
83
static const char * const protocols[] = {
 
84
#ifndef CURL_DISABLE_TFTP
 
85
  "tftp",
 
86
#endif
84
87
#ifndef CURL_DISABLE_FTP
85
88
  "ftp",
86
89
#endif