Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2011 16:46:12 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/traceroute traceroute.c
Message-ID:  <201106291646.p5TGkS5K071647@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

dim         2011-06-29 16:46:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    contrib/traceroute   traceroute.c 
  Log:
  SVN rev 223679 on 2011-06-29 16:46:12Z by dim
  
  MFC r223579:
  
  For some reason, contrib/traceroute/traceroute.c ensures MAXHOSTNAMELEN
  is defined, but then proceeds to use a hardcoded maximum hostname length
  of 64 anyway.  Fix this by checking against MAXHOSTNAMELEN instead.
  
  PR:     bin/157732
  
  Revision  Changes    Path
  1.34.2.3  +1 -1      src/contrib/traceroute/traceroute.c



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