Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 1998 18:25:33 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/lib/libalias alias.c alias_local.h alias_nbt.c
Message-ID:  <199812140225.SAA24683@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1998/12/13 18:25:33 PST

  Modified files:
    lib/libalias         alias.c alias_local.h alias_nbt.c 
  Log:
  Reviewed by:	freebsd-current
  
      Add bounds checking to netbios NS packet resolving code.  This should
      prevent natd from crashing on badly formed netbios packets (as might be
      heard when the machine is sitting on a cable modem or certain DSL
      networks), and also closes potential security holes that might have
      exploited the lack of bounds checking in the previous version of the
      code.
  
  Revision  Changes    Path
  1.9       +14 -3     src/lib/libalias/alias.c
  1.7       +2 -2      src/lib/libalias/alias_local.h
  1.2       +176 -39   src/lib/libalias/alias_nbt.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?199812140225.SAA24683>