hammer2 - limit show command output when crc error
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 22 Aug 2017 23:43:11 +0000 (16:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 22 Aug 2017 23:43:11 +0000 (16:43 -0700)
commit62a2c422ea86449cbba170c4adee0b82e003f971
tree3d1ec132c6d90793e1a7564783b1512bdda76da6
parent7b045ca837e37d7065b8971267d2c95362cd6276
hammer2 - limit show command output when crc error

* When a CRC error check fails on a recursive chain during the debugging
  'show' command output, limit recursion down that chain to one level.
  This allows the potentially corrupted data record to be dissected but
  does not attempt further indirection through it.
sbin/hammer2/cmd_debug.c