#
878ede1a |
| 28-Oct-2024 |
Mark Johnston <markj@FreeBSD.org> |
fstyp: Fix some memory safety bugs
In the hammer2 label reader, make sure to check for a NULL return from read_buf().
In the NTFS label reader, - Avoid an infinite loop if a record length is 0. - A
fstyp: Fix some memory safety bugs
In the hammer2 label reader, make sure to check for a NULL return from read_buf().
In the NTFS label reader, - Avoid an infinite loop if a record length is 0. - Avoid walking past the end of the buffer. - When a label is found, avoid reading past the end of the buffer.
PR: 278281 Reviewed by: emaste MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D47292
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
e2515283 |
| 27-Aug-2020 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
#
0d2913ad |
| 20-Aug-2020 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
usr.sbin/fstyp: Fix incorrect pfs_type test in ondisk inode
"ipdata.meta.pfs_type & HAMMER2_PFSTYPE_SUPROOT" happened to have the same result (except HAMMER2_PFSTYPE_DUMMY could also match).
Obtain
usr.sbin/fstyp: Fix incorrect pfs_type test in ondisk inode
"ipdata.meta.pfs_type & HAMMER2_PFSTYPE_SUPROOT" happened to have the same result (except HAMMER2_PFSTYPE_DUMMY could also match).
Obtained from: Dragonfly (git 29e6489bbd4f8e237c9c17b300ac8b711f36770)
show more ...
|
Revision tags: release/11.4.0 |
|
#
bc02c18c |
| 07-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r357408 through r357661.
|
#
9d529ed8 |
| 06-Feb-2020 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
fstyp: sync HAMMER1/2 detection support with DragonFly BSD.
Submitted by: Tomohiro Kusumi PR: 243929
|
#
5a128153 |
| 13-Jan-2020 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
fstyp hammer2: remove dead code
best_i will always be >= 0, so remove code to test otherwise.
Reported by: Coverity CID: 1412244 MFC after: 2 weeks Sponsored by: Dell EMC Isilon Differential Revis
fstyp hammer2: remove dead code
best_i will always be >= 0, so remove code to test otherwise.
Reported by: Coverity CID: 1412244 MFC after: 2 weeks Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D23159
show more ...
|
#
509798ea |
| 24-Dec-2019 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
sbin/fstyp: recgonize Dragonfly's hammer and hammer2.
This is based on DragonFly's implementation from about 2019-09-13. It only contains the basic code and header information to identify the disks.
sbin/fstyp: recgonize Dragonfly's hammer and hammer2.
This is based on DragonFly's implementation from about 2019-09-13. It only contains the basic code and header information to identify the disks.
Relnotes: yes Differential Revision: https://reviews.freebsd.org/D13369
show more ...
|