Summary: | [ext2fs][patch][panic] EXT4: mount panic from freeing invalid pointers | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Damjan Jovanovic <damjan.jov> | ||||
Component: | kern | Assignee: | Pedro F. Giffuni <pfg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fs, pfg | ||||
Priority: | --- | Keywords: | crash, patch | ||||
Version: | CURRENT | Flags: | pfg:
mfc-stable10+
pfg: mfc-stable9+ |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Damjan Jovanovic
2016-01-09 05:16:32 UTC
Take A commit references this bug: Author: pfg Date: Mon Jan 11 19:25:44 UTC 2016 New revision: 293683 URL: https://svnweb.freebsd.org/changeset/base/293683 Log: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch by: Damjan Jovanovic. PR: 206056 MFC after: 3 days Changes: head/sys/fs/ext2fs/ext2_vfsops.c Leaving mfc-stableX flags ? until committed in those branches as per bug 205816 Commetn 14 I mean bug 205816 Comment 14 A commit references this bug: Author: pfg Date: Thu Jan 14 01:50:06 UTC 2016 New revision: 293866 URL: https://svnweb.freebsd.org/changeset/base/293866 Log: MFC r293683: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch by: Damjan Jovanovic. PR: 206056 Changes: _U stable/10/ stable/10/sys/fs/ext2fs/ext2_vfsops.c A commit references this bug: Author: pfg Date: Thu Jan 14 01:51:18 UTC 2016 New revision: 293867 URL: https://svnweb.freebsd.org/changeset/base/293867 Log: MFC r293683: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch by: Damjan Jovanovic. PR: 206056 Changes: _U stable/9/sys/ _U stable/9/sys/fs/ stable/9/sys/fs/ext2fs/ext2_vfsops.c Committed and MFCd. Thanks! |