~ubuntu-branches/ubuntu/vivid/xpilot-ng/vivid

« back to all changes in this revision

Viewing changes to debian/patches/fix-pingtime_str-len.patch

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2015-02-25 00:25:01 UTC
  • mfrom: (1.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20150225002501-7lv2husa7mbtz54z
Tags: 1:4.7.3-2.2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/fix-pingtime_str-len.patch:
    + Fix buffer overrun caused by pingtime_str being 1 char
      too short for PING_UNKNOWN magic value. (Closes: #695297)
  - debian/patches/implicit_Move_point.patch:
    + Correct implicit function declaration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Description: pingtime_str must be large enough for the PING_UNKNOWN response
2
 
## Origin/Author: dave@treblig.org
3
 
## Bug: https://bugs.launchpad.net/ubuntu/+source/xpilot-ng/+bug/1033250
 
1
Description: pingtime_str must be large enough for the PING_UNKNOWN response
 
2
Bug-Ubuntu: https://launchpad.net/bugs/1033250
 
3
Bug-Debian: http://bugs.debian.org/695297
 
4
Author: Dave Gilbert <dave@treblig.org>
 
5
 
4
6
Index: bug-1033250/src/client/meta.h
5
7
===================================================================
6
8
--- bug-1033250.orig/src/client/meta.h  2012-12-03 00:31:16.401262000 +0000