Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2001 23:48:41 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslogd.c
Message-ID:  <200109130648.f8D6mfU01568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2001/09/12 23:48:41 PDT

  Modified files:
    usr.sbin/syslogd     syslogd.c 
  Log:
  The previous commit appeared to just shove the bug under the carpet rather
  than really solve it.  This approach (inspired by Ruslan's patch) solves
  the real problem by stripping the local domain off the host name in the
  config line structure.
  
  Also mark a bunch of code sections that either do not check the return value
  of a strdup(), malloc() or calloc() call, or do not properly handle a NULL
  return.
  
  Revision  Changes    Path
  1.89      +24 -6     src/usr.sbin/syslogd/syslogd.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109130648.f8D6mfU01568>