-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes to issues reported by coverity (#63)
* Should fix situations where instant from timestamp parsing is somehow null * Check for appConfig to be null before continuing, validate in own block * Close statefulFileReader * Dnf clean all instead of yum clean all on Dockerfile * Adds explicit charset for log reading * Adds more explicit charsets * Adds defaultCharset to withMsg part * Use StandardCharsets.UTF_8 instead of Charset.defaultCharset() * Fix Exception handling message
- Loading branch information
1 parent
f2a2f20
commit 551a9da
Showing
3 changed files
with
34 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters