MultiChain / multichain

Source code for multichaind, multichain-cli and multichain-util.
GNU General Public License v3.0
536 stars 259 forks source link

Variable uninitialized when history file can't be opened #118

Open phmarek opened 4 years ago

phmarek commented 4 years ago

m_Line must be initialized, even if the file isn't readable (because the current user has no access rights). Fixes a segfault.