]> git.mxchange.org Git - flightgear.git/commit
fix bug #177: crash caused by route manager/gps/navradio
authorThorstenB <brehmt@gmail.com>
Sun, 5 Dec 2010 19:35:21 +0000 (20:35 +0100)
committerThorstenB <brehmt@gmail.com>
Sun, 5 Dec 2010 19:35:21 +0000 (20:35 +0100)
commitebbd5bfd0542b2b3bb731f2964f5500a5f2bd12c
treedd3a9177cde894634d8a15761d727bfbe5544f2c
parentd1601ff8b2225bde851201488884af015b967e9e
fix bug #177: crash caused by route manager/gps/navradio
Uninitialized variables were sources for NaN values.
Once NaNs are passed to Nasal (through (tied) properties), these cause
a crash. Nasal cannot handle NaNs - it interprets these as pointer values...
src/Instrumentation/navradio.cxx
src/Instrumentation/navradio.hxx
src/Instrumentation/rnav_waypt_controller.cxx
src/Instrumentation/rnav_waypt_controller.hxx