← Back to team overview

ubuntu-hams-devel team mailing list archive

[Bug 553140] Re: predict-g1yyh crashes when printing predictions

 

This bug was fixed in the package predict - 2.2.3-2ubuntu2

---------------
predict (2.2.3-2ubuntu2) lucid; urgency=low

  * debian/patches/180_reworked_gui.diff: resizes and repositions
    widgets after GTK2 changes. Patch courtesy of Norvald H. Ryeng
    (LP: #555706)
  * debian/patches/141_buffer_overflow.diff: Fix a buffer overflow that
    makes predict-g1yyh crash when printing predictions (p, v, s, n and
    o commands). Patch courtesy of Norvald H. Ryeng (LP: #553140)
 -- Ciemon Dunville <ciemon@xxxxxxxxx>   Tue, 13 Apr 2010 18:53:40 +0100

** Changed in: predict (Ubuntu)
       Status: Confirmed => Fix Released

-- 
predict-g1yyh crashes when printing predictions
https://bugs.launchpad.net/bugs/553140
You received this bug notification because you are a member of Ubuntu
ham developers, which is subscribed to predict in ubuntu.

Status in “predict” package in Ubuntu: Fix Released
Status in “predict” package in Debian: New

Bug description:
Binary package hint: predict

A buffer overflow makes predict-g1yyh crash when printing predictions (p, v, s, n and o commands).

The attached patch extends header line 2 (head2) with an extra byte for the terminating \0 and shortens two strings that were 1 byte too long.