]> git.mxchange.org Git - flightgear.git/commit
Stop using property listener for fgValidatePath
authorRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 13 Mar 2015 17:54:44 +0000 (17:54 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 13 Mar 2015 17:54:44 +0000 (17:54 +0000)
commit6a30e7086ea2f1a060dd77dab6e7e8a15b43e82d
treeec2e338e438a81854cddd61a42018be5366e6e9a
parenta6937e25ad1245ebc565e7c5b7d0ee4fd1ab572a
Stop using property listener for fgValidatePath

This was insecure: while removelistener() won't remove it, there are
other ways to remove a listener from Nasal
src/Main/util.cxx
src/Main/util.hxx
src/Scripting/NasalSys.cxx