diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-03-26 18:10:58 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-03-26 18:10:58 +0000 |
| commit | c75888b9ac97d26d534a96721e374499c2fafb4a (patch) | |
| tree | 9514cffc4613298ac1f2fd9ac4c5141f38dfde99 | |
| parent | 85751d75709c4787545f605c86f5d58b0c577459 (diff) | |
Notes
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 10 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 966724d5c2ae..693347b81eca 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -132,6 +132,16 @@ to 8.2.3 (see security advisory FreeBSD-SA-01:18). A bug in ICMP that could cause an attacker to disrupt TCP and UDP "sessions" has been corrected. +A bug in timed(8), which caused it to crash if send certain malformed +packets, has been corrected (see security advisory FreeBSD-SA-01:28). + +A bug in rwhod(8), which caused it to crash if send certain malformed +packets, has been corrected (see security advisory FreeBSD-SA-01:29). + +A security hole in FreeBSD's FFS and EXT2FS implementations, which +allowed a race condition that could cause users to have unauthorized +access to data, has been fixed (see security advisory FreeBSD-SA-01:30). + Many other small but meaningful changes, too many to list. See CVS repository for more details. Suffice it to say from a user perspective that "various things were tightened up." diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index df1fb63be6a5..fd3440cb64f4 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -131,6 +131,16 @@ to 8.2.3 (see security advisory FreeBSD-SA-01:18). A bug in ICMP that could cause an attacker to disrupt TCP and UDP "sessions" has been corrected. +A bug in timed(8), which caused it to crash if send certain malformed +packets, has been corrected (see security advisory FreeBSD-SA-01:28). + +A bug in rwhod(8), which caused it to crash if send certain malformed +packets, has been corrected (see security advisory FreeBSD-SA-01:29). + +A security hole in FreeBSD's FFS and EXT2FS implementations, which +allowed a race condition that could cause users to have unauthorized +access to data, has been fixed (see security advisory FreeBSD-SA-01:30). + Many other small but meaningful changes, too many to list. See CVS repository for more details. Suffice it to say from a user perspective that "various things were tightened up." |
