| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
reports from coverity }
614
615 if (simplified_count > 0) {
CID 347888:Invalid type in argument to printf format specifier (PRINTF_ARGS) [ "select issue" ]
616 Debug("Simplified %d characters, ", simplified_count);
CID 347889: (#1 of 1): Invalid type in argument to printf format specifier (PRINTF_ARGS)
invalid_type: Argument code_size to format specifier %d was expected to have type int but has type unsigned long.["show details"]
CID 347887:Invalid type in argument to printf format specifier (PRINTF_ARGS) [ "select issue" ]
617 Debug("old size %d, new size %d\n", code_size, simplified->size());
618 return true;
619 }
620 return false; |
Sorry, something went wrong.
Coverity reported using the wrong argument types to printf Signed-off-by: Michael Dawson <midawson@redhat.com>
|
There's a typo in the PR title 😅 |
Sorry, something went wrong.
|
@meyfa had already fixed the typo in the commit, but just fixed in the PR title. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Coverity reported using the wrong argument types to printf Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #52142 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Coverity reported using the wrong argument types to printf Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #52142 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Coverity reported using the wrong argument types to printf Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #52142 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Coverity reported using the wrong argument types
to printf