Author :
Nick Mathewson
Date :
2010-05-14 14:36:49
Hash :caca2f45 Message :Replace (safe) use of strcpy with memcpy to appease OpenBSD
If Libevent uses strcpy, even safely, it seems OpenBSD's linker will
complain every time a library links Libevent. It's easier just not to
use the old thing, even when it's safe to do so.