mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 14:31:08 +01:00
zdb -R: do not treat numeric parameters to a flag as more flags
Reviewed by: Matthew Ahrens <mahrens@delphix.com> MFC after: 1 week
This commit is contained in:
parent
0d52168e42
commit
df217ba9ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260811
@ -3012,6 +3012,7 @@ zdb_read_block(char *thing, spa_t *spa)
|
||||
free(dup);
|
||||
return;
|
||||
}
|
||||
i += p - &flagstr[i + 1]; /* skip over the number */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user