diff options
| author | Tom Rini <[email protected]> | 2023-11-29 11:16:13 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-29 11:16:13 -0500 |
| commit | 6357cf0cc4eaded5326cd10bca359ade2969708a (patch) | |
| tree | dc6aec5cbf781b09c13d85c8c2b8b9ef0aa88bde /lib | |
| parent | 339d96822efad9e6e445959224b48375124741d8 (diff) | |
| parent | 53a230001263e6aca89e7a1322f2c7adbee4d55e (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.c | 1 |
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; } |
