From: Guus Sliepen Date: Fri, 12 Nov 2010 10:38:05 +0000 (+0100) Subject: Don't use strlen() on a NULL pointer. X-Git-Tag: import-tinc-1.1~544^2 X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=930bf74fbe5ce8363b6cc2ae3a3e960e910e0996;hp=930bf74fbe5ce8363b6cc2ae3a3e960e910e0996;p=meshlink Don't use strlen() on a NULL pointer. A bug introduced in commit 667b1bac77b134cf32c98d5dc25619e8c3303f52 caused tinc to crash on startup. ---