[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-26 Thread Matthias Pfafferodt
Update of bug #15332 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-24 Thread Matthias Pfafferodt
Update of bug #15332 (project freeciv): Status: In Progress = Ready For Test ___ Reply to this item at: http://gna.org/bugs/?15332 ___ Nachricht

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-16 Thread Matthias Pfafferodt
Follow-up Comment #7, bug #15332 (project freeciv): Yesn like migration_score_unused. here is a minimal patch for S2_2 (file #8137) ___ Additional Item Attachment: File name: 20100216-S2_2-initialize-migration_score-in-packets.patch

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-16 Thread Matthias Pfafferodt
Follow-up Comment #8, bug #15332 (project freeciv): I also have to rename the definition of 'migration_score' within packets.def' ... updated patch attached (file #8138) ___ Additional Item Attachment: File name:

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-15 Thread Matthias Pfafferodt
Follow-up Comment #5, bug #15332 (project freeciv): Maybe rename the variable with a unused prefix or suffix? Do you mean, that the variable can be renamed within ./common/packets.def such as: - FLOAT migration_score; - FLOAT please_remove; And add a corresponding initialization to

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-15 Thread pepeto
Follow-up Comment #6, bug #15332 (project freeciv): Yesn like migration_score_unused. ___ Reply to this item at: http://gna.org/bugs/?15332 ___ Message posté via/par Gna! http://gna.org/

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-14 Thread Matthias Pfafferodt
Follow-up Comment #3, bug #15332 (project freeciv): updated version for S2_2 === 20100214-S2_2-fix-uninitialized-migration_score.patch comments: fix uninitialized migration_score as migration_score is only needed within the server, move it (and mgr_score_calc_turn) to city.server keep

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-14 Thread pepeto
Follow-up Comment #4, bug #15332 (project freeciv): keep network compatibility within S2_2; the variable 'migration_score' is not removed from the packet definition but initialized using '0.0' Maybe rename the variable with a unused prefix or suffix? As I don't know if I can apply this in

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-13 Thread pepeto
Update of bug #15332 (project freeciv): Status: Ready For Test = In Progress Planned Release: 2.2.0 = 2.2.1 ___ Follow-up Comment #2: Need more work. If

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-11 Thread Andreas
URL: http://gna.org/bugs/?15332 Summary: missing initialization in send_city_info_at_tile() (found by valgrind) Project: Freeciv Submitted by: anbe Submitted on: Thursday 02/11/2010 at 11:10 Category: None

[Freeciv-Dev] [bug #15332] missing initialization in send_city_info_at_tile() (found by valgrind)

2010-02-11 Thread Matthias Pfafferodt
Update of bug #15332 (project freeciv): Status:None = Ready For Test Assigned to:None = syntron Planned Release: = 2.2.0