ecl: Update ekf2 to version that addresses known vulnerabilities

See:

https://github.com/PX4/ecl/pull/350
https://github.com/PX4/ecl/pull/354

Note the amount of stack allocation has had to be increased to accomodate pr350
This commit is contained in:
Paul Riseborough 2017-11-13 08:39:35 +11:00 committed by Lorenz Meier
parent c2c8ed6f5c
commit a410893080
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit f921b2de5cbcf309cdf61c2cbe15c0b4dd2ce9b5
Subproject commit cc651ac4729b339c1187c0e2d7aa03a2943eadf9

View File

@ -1436,7 +1436,7 @@ int Ekf2::task_spawn(int argc, char *argv[])
_task_id = px4_task_spawn_cmd("ekf2",
SCHED_DEFAULT,
SCHED_PRIORITY_ESTIMATOR,
5720,
6600,
(px4_main_t)&run_trampoline,
(char *const *)argv);