On Sat, 30 Jan 2021 01:01:37 +0100, Christian Weisgerber wrote: > Fix a pointer dereference in disklabel(8). > > This looks like somebody wrote *s[0] in place of (*s)[0]. > Which in this case happens to be equivalent, but it still looks > wrong.
Probably my bug. OK millert@ - todd