summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos/fat.c
AgeCommit message (Expand)Author
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-09-27Mark ask() as printf-like; split up a pwarn() with variable number of specifiersPhilip Guenther
2014-07-10Uninitialized values (-1) in FSInfo are perfectly valid.Tobias Stoeckmann
2014-06-18Always keep length of cluster chain up to date, otherwise the drop ofTobias Stoeckmann
2014-06-16Merge NetBSD commit:Tobias Stoeckmann
2014-06-14Avoid infinite loop if cluster chain is a cyclic list.Tobias Stoeckmann
2014-06-14Fix regression of 1.20 by properly incrementing pointer.Tobias Stoeckmann
2014-06-10Fix off by one when writing FAT for FAT12 filesystems.Tobias Stoeckmann
2014-06-09Fix possible out of boundary access if filesystem is full or corrupt.Tobias Stoeckmann
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2006-11-11Fix memory leak, from Charles Longeau, many okaysPedro Martelletto
2006-05-27newline fix + s/perror/xperror since we areThordur I. Bjornsson
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
2006-03-20NetBSD Coverity CID 2302: Free fat if fatal error to avoid leak.David Hill
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2003-07-29spacesTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-06-28prevent endless looping on looping fat chainsMichael Shalayeff
1999-09-06Leech newer fat checking code from NetBSD.Marc Espie
1998-01-11FAT32 support from NetBSD by Wolfgang Solfrank.Niels Provos
1997-09-11from ws@netbsd; Fix a few bugs, especially when repairing disks:Theo de Raadt
1997-03-02Update based on latest NetBSD version.Todd C. Miller
1997-02-28From NetBSD (ws)Todd C. Miller
1996-06-23update rcsidTheo de Raadt
1996-06-10from ws;Theo de Raadt
1996-05-22add fsck_msdosTheo de Raadt