Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 1997 16:00:47 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/fsck inode.c
Message-ID:  <199712210000.QAA01179@freefall.freebsd.org>

index | next in thread | raw e-mail

bde         1997/12/20 16:00:47 PST

  Modified files:
    sbin/fsck            inode.c 
  Log:
  Fixed overflow in chkrange().  Some out of bounds block numbers,
  e.g. -1, were not detected.  Use a bulletproof check that doesn't
  depend on special properties of the args or the limit.
  
  PR:	3528
  
  Revision  Changes    Path
  1.12      +1 -1      src/sbin/fsck/inode.c


help

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