diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2016-06-20 16:39:26 +0800 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-21 13:31:17 +1000 |
commit | ff42a814deaf55691b037f15d01f3f218fcaf1a8 (patch) | |
tree | 99f9f056dac664492b3aaff350c7d9506fd4f3e7 /hdata/iohub.c | |
parent | d4d436cb6ea24efb3461340fd5c2ee5b486c6b8a (diff) | |
download | talos-skiboot-ff42a814deaf55691b037f15d01f3f218fcaf1a8.tar.gz talos-skiboot-ff42a814deaf55691b037f15d01f3f218fcaf1a8.zip |
fwts/generate-fwts-olog: Fix regex matches to allow more printf formats
We currently aren't handling the 'll' length modifier, or widths
starting with zero (eg %016x). The former is becase we have the shorter
'l' match in the group first (so borking on the second l). The latter is
because we don't allow a leading zero on width matches.
This change fixes those issues.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/iohub.c')
0 files changed, 0 insertions, 0 deletions