]> git.meshlink.io Git - meshlink/commit
Don't load config files partially.
authorGuus Sliepen <guus@meshlink.io>
Thu, 10 Oct 2019 19:23:58 +0000 (21:23 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 10 Oct 2019 19:23:58 +0000 (21:23 +0200)
commit2c0f0f930e9ef647ce6b5e902c2e84089d255f88
treeecdd96c629e60a814be293ed2be75140c34181d3
parentf325bd9bf8c3276c7ece274389d6edb0c4ebd911
Don't load config files partially.

There are various points where we update node information and store a new
host config file to disk. However, at startup we read only part of the host
config files. This allowed a corner case where we never read the full host
config file, but did write it to disk, losing information in the process.
src/conf.c
src/net_setup.c