ardupilot/libraries/AP_Terrain
Lucas De Marchi 4936fd8623 AP_Terrain: add O_CLOEXEC in places missing it
By opening with O_CLOEXEC we make sure we don't leak the file descriptor
when we are exec'ing or calling out subprograms. Right now we currently
don't do it so there's no harm, but it's good practice in Linux to have
it.
2016-11-07 12:37:30 -03:00
..
AP_Terrain.cpp AP_Terrain: add missing parameter metadata 2016-10-27 09:15:03 -07:00
AP_Terrain.h Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
TerrainGCS.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
TerrainIO.cpp AP_Terrain: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
TerrainMission.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
TerrainUtil.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00