~ubuntu-branches/debian/sid/ipmitool/sid

« back to all changes in this revision

Viewing changes to debian/patches/101_fix_buf_overflow

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2013-05-07 18:12:12 UTC
  • mfrom: (5.1.11 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130507181212-fitwelheknk3tqnq
Tags: 1.8.12-1
Merge new upstream from Ubuntu (Closes: #692292).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Naurp ipmitool-1.8.11.orig//lib/ipmi_tsol.c ipmitool-1.8.11//lib/ipmi_tsol.c
2
 
--- ipmitool-1.8.11.orig//lib/ipmi_tsol.c       2009-02-25 15:38:52.000000000 -0500
3
 
+++ ipmitool-1.8.11//lib/ipmi_tsol.c    2010-09-08 09:10:24.611519035 -0400
4
 
@@ -385,7 +385,7 @@ ipmi_tsol_main(struct ipmi_intf * intf,
 
1
--- a/lib/ipmi_tsol.c
 
2
+++ b/lib/ipmi_tsol.c
 
3
@@ -385,7 +385,7 @@
5
4
        socklen_t mylen;
6
5
        char *recvip = NULL;
7
6
        char out_buff[IPMI_BUF_SIZE * 8], in_buff[IPMI_BUF_SIZE];