commit | 168bcd684b3aea04ce5ff1a300804f3a9653c580 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Wed Jul 20 14:01:45 2022 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Fri Jul 29 14:27:52 2022 +0100 |
tree | ab29b150e49862d7e6e32b6252316754dc5540f7 | |
parent | 32ffb2b8bc9f9229a83681ae4f1a21f15d0bd0eb [diff] |
Don't increase failure count for dangling symlinks Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/x509_crt.c b/library/x509_crt.c index 97a908c..bf567e0 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -1662,8 +1662,8 @@ { if( errno == ENOENT ) { - /* Broken link */ - ret++; + /* Broken link - ignore this entry */ + continue; } else {