Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2011 19:03:33 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/traceroute traceroute.c
Message-ID:  <201106261903.p5QJ3ifC066622@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dim         2011-06-26 19:03:33 UTC

  FreeBSD src repository

  Modified files:
    contrib/traceroute   traceroute.c 
  Log:
  SVN rev 223579 on 2011-06-26 19:03:33Z by dim
  
  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
  MFC after:      3 days
  
  Revision  Changes    Path
  1.41      +1 -1      src/contrib/traceroute/traceroute.c



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