Bug#532581: Missing #includes leads to wrong prototypes and crashes

2009-06-11 Thread William Vera
On Thu, Jun 11, 2009 at 12:30 PM, James Westby wrote: > On Thu, 2009-06-11 at 12:26 -0500, William Vera wrote: >> I see in the patch,  #include : >> >>   #ifdef INCLUDE_INTERFACE >>   #include >>   #include >> + #include >>   #include >> + #include >>   #include >>   #include >>   #include "

Bug#532581: Missing #includes leads to wrong prototypes and crashes

2009-06-11 Thread James Westby
On Thu, 2009-06-11 at 12:26 -0500, William Vera wrote: > I see in the patch, #include : > > #ifdef INCLUDE_INTERFACE > #include > #include > + #include > #include > + #include > #include > #include > #include "sn_curses.h" > > But this header is not in the upstream source. >

Bug#532581: Missing #includes leads to wrong prototypes and crashes

2009-06-11 Thread William Vera
Hello On Wed, Jun 10, 2009 at 5:33 AM, James Westby wrote: > Package: sniffit > Version: 0.3.7.beta-13 > Severity: normal > Tags: patch > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu karmic ubuntu-patch > > Hi, > > In http://launchpad.net/bugs/107180 it was reported that sniffit w

Bug#532581: Missing #includes leads to wrong prototypes and crashes

2009-06-10 Thread James Westby
Package: sniffit Version: 0.3.7.beta-13 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch Hi, In http://launchpad.net/bugs/107180 it was reported that sniffit would crash sometimes. It was found to be because it missed some #include state