Skip to content

IdDict+IdDictParser: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.IdDict-20221222 into master

Pass strings as const reference, not by value. Potential out-of-bounds array accesses.

Merge request reports