bk: 4d091078qXHHQRYvho552ksDdbH2xA
+* [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
(4.2.7p94) 2010/12/15 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1751] from 4.2.6p3-RC12: Support for Atari FreeMiNT OS.
* Documentation updates from Dave Mills.
#endif /* AUTOKEY */
peer->ttl = (u_char)ttl;
peer->keyid = key;
- peer->ident = estrdup(group);
+ if (NULL != group)
+ peer->ident = estrdup(group);
peer->precision = sys_precision;
peer->hpoll = peer->minpoll;
if (cast_flags & MDF_ACAST)