Fix a potential free() of string literal in oid2name, per report from

Neil Conway <neilc@samurai.com>

Commit: e02ef267fc3d41cbba41b2bf404d18a936d28691
Author: Neil Conway <neilc@samurai.com>
Date: 2004-12-02T06:14:50Z
Releases: 8.0.0
Fix a potential free() of string literal in oid2name, per report from
Michael Fuhr. Along the way, fix a bunch of accesses to uninitialized
memory, add a mystrdup() routine and use it to cleanup some code.

Files

PathChange+/−
contrib/oid2name/oid2name.c modified +25 −12