]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-ddf.c
ddf: fix memory corruption bug.
authorNeilBrown <neilb@suse.de>
Mon, 9 Mar 2009 02:55:59 +0000 (13:55 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 9 Mar 2009 02:55:59 +0000 (13:55 +1100)
commite5a2a3cf8c2342836b994d9cd844ef3c8ad35597
tree716283a5cf8f58726d074879817c5d386480541b
parentcfccea8c1723845cfc40fa7b91cbc39d7196fcea
ddf: fix memory corruption bug.

When adding to a point, you don't need to multiple by the size
of the pointer - C does that for you!
super-ddf.c