看板 DFBSD_commit 關於我們 聯絡資訊
On 8/18/2010 22:57, Matthew Dillon wrote: > commit e0410f2302c1f2793ffcb04d70b240685a98fa2b > Author: Matthew Dillon<dillon@apollo.backplane.com> > Date: Wed Aug 18 13:56:23 2010 -0700 > > HAMMER UTILITY - Fix seg-fault on corrupt blockmap during recovery > > * Fix a seg-fault which occurs when the recover directive hits a bad > blockmap entry. Sorry, the change + if (save_layer1) + *save_layer1 = NULL; + if (save_layer2) + *save_layer2 = NULL; broke the build. Sascha