mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 15:40:34 +08:00
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:
committed by
Lorenz Meier
parent
c2c8ed6f5c
commit
a410893080
+1
-1
Submodule src/lib/ecl updated: f921b2de5c...cc651ac472
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user