-
-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Description
When analyzing RMariaDB, a warning most likely related to Rcpp came up.
Source code location:
std::ostream( new Buffer ), |
Problem: The new Buffer
seems to be never freed. This might be a false positive, but maybe not.
Screenshot (because Coverity reports are private):
The other warning is about a constructor that doesn't initialize class members in tinyformat.h:
Rcpp/inst/include/Rcpp/utils/tinyformat.h
Line 497 in f9b700a
FormatArg() {} |
Screenshot:
I've ignored the exception warnings so far, but we may take a look at them later.
Metadata
Metadata
Assignees
Labels
No labels