~ari-tczew/ubuntu/dapper/fetchmail/fix-CVE-2008-2711

« back to all changes in this revision

Viewing changes to cram.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-02-07 12:12:13 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060207121213-onurwfrzdlzlzxnt
Tags: 6.3.2-2ubuntu1
* Resynchronise with Debian. This brings the new upstream version to dapper
  since upstream support for 6.2 was dropped.
* Drop debian/patches/CVE-2005-4348.dpatch, upstream now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
              msg_id, strlen (msg_id),
115
115
              response, sizeof (response));
116
116
 
117
 
#ifdef HAVE_SNPRINTF
118
117
    snprintf (reply, sizeof(reply),
119
 
#else
120
 
    sprintf(reply,
121
 
#endif
122
118
              "%s %02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x", 
123
119
              ctl->remotename,
124
120
              response[0], response[1], response[2], response[3],