Actions
Feature #3522
closedzfs module should not allow uninitialized variables
Start date:
2013-02-02
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The initial fix for '3236 zio nop-write' had a bug in it caused by uninitialized variables that could have been avoided if the ZFS kernel module could be compiled with gcc warnings for uninitialized variables. We should make the changes necessary to the code to enable those warnings in ZFS.
Updated by Christopher Siden almost 10 years ago
- Status changed from In Progress to Closed
commit d5285ca Author: George Wilson <george.wilson@delphix.com> Date: Sun Feb 10 22:21:05 2013 3522 zfs module should not allow uninitialized variables Reviewed by: Sebastien Roy <seb@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions