]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/main: refactored keyfile initialization from main()
authorMarek Vavruša <mvavrusa@cloudflare.com>
Thu, 18 Jan 2018 00:55:52 +0000 (16:55 -0800)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Thu, 18 Jan 2018 04:05:28 +0000 (20:05 -0800)
commit367318144f369c2cf3f32a68e2361234909276b6
tree56aad1eedefdaa136f8a7f81dcec018729b93fb6
parentcb52e205fe36588dfc28867e0f72f9224f7454b3
daemon/main: refactored keyfile initialization from main()

this helps avoid false positive leaks caused by combination of
cleanup functions and goto

refs #291
daemon/main.c