1
0
Fork 0
flightgear/src/Airports
david b3d5d24d81 Patch from Melchior Franz:
It seems that the airport database was changed some day and the End?Flags
changed from floats to strings. The database definition, though, was not
adapted and still created number entries. Reading out these flags led to
access to memory, that was never initialized. While it didn't cause crashes
during normal use, it actually caused one when I ran fgfs in ddd. Seems,
that the concerned memory region wasn't zeroed out then and hence uncovered
the bug.

Of course, the runways.mk4 database has to be re-created with the new
definitions.
2002-03-25 20:05:34 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
genrunways.cxx gcc-3.0 fixes. 2001-07-03 22:39:16 +00:00
gensimple.cxx gcc-3.0 fixes. 2001-07-03 22:39:16 +00:00
Makefile.am Updates to build system to better support automake-1.5 2001-12-28 22:29:59 +00:00
old_draw_runways.c source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
runways.cxx Patch from Melchior Franz: 2002-03-25 20:05:34 +00:00
runways.hxx - Removed redundant FG*:: qualifications from class members 2002-02-15 22:00:49 +00:00
simple.cxx Patch to fix wrong case crash. 2001-10-10 18:15:07 +00:00
simple.hxx FG_ to SG_ namespace changes. 2001-03-23 22:59:18 +00:00
testair.cxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00