Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 07:19:35 -0800 (PST)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/net inet_ntop.c
Message-ID:  <200212161519.gBGFJZIX058585@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/12/16 07:19:35 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/net         inet_ntop.c 
  Log:
  Cast the return value of snprintf(3) to the type `size_t', before
  comparing it to the variable `size' (which has the type `size_t'
  in RELENG_4).
  
  Revision  Changes    Path
  1.6.2.2   +1 -1      src/lib/libc/net/inet_ntop.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?200212161519.gBGFJZIX058585>