Skip to content

MES priority fix and use default string on bad MES string lookup

Colin Lee requested to merge use-default-string-mes into main
  1. Fix missing comma leading to bad memory read when reading packets with REALTIME priority type.
  2. To prevent bad memory read like the above, use a macro to check the lookup is in range before using the lookup table. Otherwise use a default value.

Merge request reports