Skip to content
Snippets Groups Projects
  1. Feb 25, 2017
    • Beat Küng's avatar
      param command: warnx -> PX4_{WARN,ERR} · 3cc1c9d0
      Beat Küng authored
      3cc1c9d0
    • Beat Küng's avatar
      param_get: add null-pointer check · cfa84954
      Beat Küng authored
      If param_find() returned PARAM_INVALID, and this was directly passed to
      param_get(), param_get_value_ptr() returned null and we read garbage data
      (or segfaulted on systems with virtual memory).
      On px4fmu-v2, this happened for the param ATT_VIBE_THRESH in sensors.
      Because of the recently added parameter scoping, this param got pruned, as
      it's defined in attitude_estimator_q.
      
      credits for finding this go to Jeyong Shin (jeyong).
      cfa84954
  2. Feb 24, 2017
  3. Feb 23, 2017
  4. Feb 22, 2017
  5. Feb 21, 2017
  6. Feb 20, 2017
  7. Feb 18, 2017
Loading