[Freeciv-Dev] [bug #13802] [Patch] Invalid iterator for NULL hash tables

2009-09-03 Thread Marko Lindqvist
Update of bug #13802 (project freeciv): Status: Ready For Test = Fixed Assigned to: mbook = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [bug #13802] [Patch] Invalid iterator for NULL hash tables

2009-06-29 Thread pepeto
Follow-up Comment #1, bug #13802 (project freeciv): It is really needed? Couldn't it be performed by adding a test in the iterating marco like: if (NULL != hash)? ___ Reply to this item at: http://gna.org/bugs/?13802

[Freeciv-Dev] [bug #13802] [Patch] Invalid iterator for NULL hash tables

2009-06-29 Thread Madeline Book
Follow-up Comment #2, bug #13802 (project freeciv): It is really needed? Couldn't it be performed by adding a test in the iterating marco like: if (NULL != hash)? If you mean in the specific iteration macros like hash_keys_iterate, this would need to be repeated each time a new macro like

[Freeciv-Dev] [bug #13802] [Patch] Invalid iterator for NULL hash tables

2009-06-27 Thread Madeline Book
URL: http://gna.org/bugs/?13802 Summary: [Patch] Invalid iterator for NULL hash tables Project: Freeciv Submitted by: mbook Submitted on: Sunday 06/28/2009 at 05:25 Category: general Severity: 3 - Normal