Simplify reading lines from configuration files.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Mar 2010 22:35:02 +0000 (23:35 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 1 Mar 2010 22:35:02 +0000 (23:35 +0100)
commit21f33b638291c2ffe7156e6c1e0df339f855d831
tree6b39f3ea11cb8e583e5064f7384dfd5ec014d897
parent3cb91d75f874e3398c35cd4280c1e0a1ceeedabc
Simplify reading lines from configuration files.

Instead of allocating storage for each line read, we now read into fixed-size
buffers on the stack. This fixes a case where a malformed configuration file
could crash tinc.
src/conf.c
src/conf.h