]> git.mxchange.org Git - flightgear.git/commit
Patch from Melchior Franz:
authordavid <david>
Mon, 25 Mar 2002 20:05:34 +0000 (20:05 +0000)
committerdavid <david>
Mon, 25 Mar 2002 20:05:34 +0000 (20:05 +0000)
commitb3d5d24d818856292c41bcfa9a1d8bf80e95a443
tree76bed0f5be38d0061d77cd7955df7155d372ee27
parentde9682e32a0c6589a5bb5b0226c9da873ef6a368
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.
src/Airports/runways.cxx