Your message dated Wed, 23 Apr 2008 21:23:43 +0100
with message-id <[EMAIL PROTECTED]>
and subject line mtrack has been removed from Debian, closing #383497
has caused the Debian Bug report #383497,
regarding mtrack-0.3  fix signedness warnings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
383497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383497
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mtrack-0.3
Version: 0.3-2

- prevent stupid signess warnings
- use snprintf instead of sprintf for filename creation
   it is not a security update it is just a fix

re,
 walter

--- map.c.old   2001-12-28 16:04:56.000000000 +0100
+++ map.c       2006-08-17 18:39:51.000000000 +0200
@@ -441,13 +441,14 @@

 static void Load_Map(void)
 {
-       unsigned char Buffer[98];
+       char Buffer[98];
+       //unsigned char Buffer[98];
        FILE *fp;
        int  i;
        int  x;
        int  y = 0;

- sprintf(Buffer, "%s/%s", MAPDIR, MapInfo[User_Data.Map_No].File_Name); + snprintf(Buffer,sizeof Buffer, "%s/%s", MAPDIR, MapInfo[User_Data.Map_No].File_Name);

gdk_draw_rectangle(World, BackgroundGC, TRUE, 0, 0, MAP_WIDTH, MAP_HEIGHT);


--- End Message ---
--- Begin Message ---
Version: 0.3-3+rm

The mtrack package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/470704 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply via email to