~ubuntu-branches/ubuntu/intrepid/syslog-ng/intrepid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): SZALAY Attila
  • Date: 2007-12-22 15:54:58 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20071222155458-bwnf7yns3djdbza1
Tags: 2.0.6-1
* New upstream version.
* This release addresses the following security issue:
  - A remote attacker can cause a denial of service (crash)
    via a crafted log message that is missing a whitespace
    at the end of the timestamp (CVE-2007-6437; Closes: #457334)

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
/* Define to 1 if you have the <stropts.h> header file. */
100
100
#undef HAVE_STROPTS_H
101
101
 
 
102
/* Define to 1 if you have the `strtoimax' function. */
 
103
#undef HAVE_STRTOIMAX
 
104
 
102
105
/* Define to 1 if you have the `strtol' function. */
103
106
#undef HAVE_STRTOL
104
107
 
 
108
/* Define to 1 if you have the `strtoll' function. */
 
109
#undef HAVE_STRTOLL
 
110
 
105
111
/* struct sockaddr_storage is present on your system */
106
112
#undef HAVE_STRUCT_SOCKADDR_STORAGE
107
113