freebsd-dev/sys/cddl/contrib/opensolaris/common/zfs
Alexander Motin 41b9077ef6 MFV r302660: 6314 buffer overflow in dsl_dataset_name
illumos/illumos-gate@9adfa60d48
https://github.com/illumos/illumos-gate/commit/9adfa60d484ce2435f5af77cc99dcd4e6
92b6660

https://www.illumos.org/issues/6314
  Callers of dsl_dataset_name pass a buffer of size ZFS_MAXNAMELEN, but
  dsl_dataset_name copies the datasets' name PLUS the snapshot name to it,
  resulting in a max of 2 * ZFS_MAXNAMELEN + '@'.

Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Author: Matthew Ahrens <mahrens@delphix.com>
2016-09-01 15:08:27 +00:00
..
zfeature_common.c Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfeature_common.h Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfs_comutil.c
zfs_comutil.h
zfs_deleg.c MFV r302659: 6931 lib/libzfs: cleanup gcc warnings 2016-09-01 14:57:06 +00:00
zfs_deleg.h MFV r260154 + 260182: 2014-01-02 07:34:36 +00:00
zfs_fletcher.c MFV r289310: 2015-10-16 14:45:21 +00:00
zfs_fletcher.h MFV r289310: 2015-10-16 14:45:21 +00:00
zfs_ioctl_compat.c MFV r302646: 2016-09-01 14:06:30 +00:00
zfs_ioctl_compat.h MFV r302646: 2016-09-01 14:06:30 +00:00
zfs_namecheck.c MFV r302660: 6314 buffer overflow in dsl_dataset_name 2016-09-01 15:08:27 +00:00
zfs_namecheck.h MFV r260154 + 260182: 2014-01-02 07:34:36 +00:00
zfs_prop.c Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfs_prop.h
zpool_prop.c MFV r296518: 5027 zfs large block support (add copyright) 2016-03-08 17:51:09 +00:00
zprop_common.c