git: HAMMER UTILITY - Fix seg-fault on corrupt blockmap during recovery

Sascha Wildner saw at online.de
Thu Aug 19 00:49:07 PDT 2010


On 8/18/2010 22:57, Matthew Dillon wrote:
commit e0410f2302c1f2793ffcb04d70b240685a98fa2b
Author: Matthew Dillon<dillon at 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





More information about the Commits mailing list