]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super1.c
Fix segfault on assembly on amd64 with v1 superblocks
authormartin f. krafft <madduck@debian.org>
Sun, 30 Sep 2007 12:22:56 +0000 (13:22 +0100)
committermartin f. krafft <madduck@debian.org>
Sun, 30 Sep 2007 12:28:56 +0000 (13:28 +0100)
commitcf3370c7a7e8185542cecf1c21f1735833d3c2c4
treee2fa89fda7a733bf43888725597f6115a4fb4848
parent4450e59ffaf75623fa4261e244b0717a7463aa84
Fix segfault on assembly on amd64 with v1 superblocks

Commit a40b4fe introduced a temporary supertype variable tst, instead of
manipulating st directly. However, it was forgotton to pass &tst into the
recursive load_super1 call, causing an infinite recursion.

Signed-off-by: martin f. krafft <madduck@debian.org>
super1.c