]> git.mxchange.org Git - flightgear.git/commit
autopilot filter deque fixes
authortimoore <timoore>
Mon, 24 Mar 2008 22:46:47 +0000 (22:46 +0000)
committertimoore <timoore>
Mon, 24 Mar 2008 22:46:47 +0000 (22:46 +0000)
commitd28b509e5fbf113a6629d5af69b41c814659c263
treed604f97148a8c6067b7154d7cb9c5850e5c53de2
parent575320c325d9e4deeab354d90c5fd2d33a9fe648
autopilot filter deque fixes

Thanks to Vivian Meazza for debugging this. The output deque for
FGDigitalFilter was not being kept long enough for the
doubleExponential filter. Reads from output[1] could cause a crash.
src/Autopilot/xmlauto.cxx
src/Instrumentation/mk_viii.cxx
src/Instrumentation/mk_viii.hxx