summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-11-29 11:16:13 -0500
committerTom Rini <trini@konsulko.com>2023-11-29 11:16:13 -0500
commit6357cf0cc4eaded5326cd10bca359ade2969708a (patch)
treedc6aec5cbf781b09c13d85c8c2b8b9ef0aa88bde /lib
parent339d96822efad9e6e445959224b48375124741d8 (diff)
parent53a230001263e6aca89e7a1322f2c7adbee4d55e (diff)
Merge branch '2023-11-29-assorted-platform-updates' into next
- Add a TFTP put test, a few TI Keystone 2 updates, fix stack-protector for PowerPC, fixes in lib/slre, timer-uclass and pvblock.
Diffstat (limited to 'lib')
-rw-r--r--lib/slre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/slre.c b/lib/slre.c
index e82a9e7635b..e1a50443e04 100644
--- a/lib/slre.c
+++ b/lib/slre.c
@@ -686,6 +686,7 @@ int main(int argc, char *argv[])
}
if (!slre_compile(&slre, argv[1])) {
+ (void) fclose(fp);
fprintf(stderr, "Error compiling slre: %s\n", slre.err_str);
return 1;
}