Submitted by bin2chen, also found by chaduke
Illegal liquidationInitialAsk, resulting in insufficient bids to cover the debt.
_buyoutLien() will validate against liquidationInitialAsk, but incorrectly uses the old stack for validation
Replace then verify, using the newStack[] for verification.
SantiagoGregory (Astaria) confirmed
