aboutsummaryrefslogtreecommitdiff
path: root/changes/coverity_maint
blob: e7be90a4852925a9a2e1ae72f62f6b7289aa0f84 (plain)
1
2
3
4
5
6
7
8
9
  o Code simplifications and refactoring:
    - Remove some dead code as indicated by coverity.
    - Remove a few dead assignments during router parsing. Found by coverity.
  o Minor bugfixes:
    - Add some forgotten return value checks during unit tests. Found
      by coverity.
    - Don't use 1-bit wide signed bit fields. Found by coverity.
    - Fix a rare memory leak during stats writing. Found by coverity.