]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix array-subscript error.
authorNeil Brown <neilb@suse.de>
Thu, 19 Oct 2006 06:38:20 +0000 (16:38 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 19 Oct 2006 06:38:20 +0000 (16:38 +1000)
commit26a0b8fd7a80419662c0171b91e95e5057af598e
tree3fe690e6a9219ab2164e22bbab8287e2cd30fa94
parent1cac4c1b552c576e61f18ac44838ea3df95ae98b
Fix array-subscript error.

->name is sized to '33' to have room for a trailing nul,
but thhat needs to get put in position '32'.  Doh!
super1.c