Answered
Custom Rule polyspace: typedef errors not being detected when custom types are being defined
I am assuming that you are using custom rules of group 3. I think, the way the checker works, it looks at each typedef of the fo...

3 years ago | 1

Answered
Setting Polyspace Access postgresql password
You can specify a password to authenticate connections to the PostgreSQL database. See more details in Configure the Database an...

3 years ago | 0

Answered
Is there a bug regarding MISRA Rule 2.2 (Dead Code)?
Hi, I was able to detect the rule violation on this code: #include <stdint.h> void f(void){ uint16_t...

3 years ago | 1

| accepted

Answered
How to merge Polyspace Access projects?
Hi, The Polyspace Access UI does not allow two projects with the same name in the same folder. But I don't think you want to se...

3 years ago | 0

| accepted

Answered
Polyspace - Relative Paths for command line build
Just to confirm, the workflow you are envisioning is this: you run polyspace-configure on your build command and share the gener...

3 years ago | 0

Answered
Is Polyspace R2020b Bug Finder and Code Prover compatible with C++ in Visual Studio 2019 (16.7.3)?
Visual Studio 2019 is supported from R2021a onwards. See R2021a release notes and the latest page for -compiler. You have to sel...

3 years ago | 0

| accepted

Answered
INPUTS AND STUBBING: INIT GLOBAL VARIABLES THROUGH CONSTRAIN_SETUP
You initialized argument 1 of function Bcd_copysignal with the following constraints: The pointer is not NULL. The pointer is ...

3 years ago | 0

| accepted

Answered
Non-initialized variable
Since the message refers to a 'dereferenced value', it is probably referring to the line: ErrorCode = *u8_ErrorCode; I don...

3 years ago | 0

Answered
Polyspace BugFinder: Disabling Security Defects
Hi, I will start with the difference between a security defect checker and another type of defect checker. A security defect sh...

3 years ago | 0

| accepted

Answered
Polyspace R2020b - compilation error occurs on stdio.h with error 'identifier "_Va_list" is undefined'
In the Polyspace user interface, when you create a new project, you can choose to use a predefined template. See more details in...

3 years ago | 0

Answered
How to give data ranges to function parameters which are pointers
I assume you are getting an orange warning on the dereferences a->x, a->y, and so on. The orange warning is probably an Illegall...

3 years ago | 0

| accepted

Answered
Code Prover warning 'Illegally dereferenced pointer'
In your example, you are converting an integer to a pointer. These conversions have results that are implementation-dependent an...

3 years ago | 0

| accepted

Answered
PS Code Prover - Tooltip text expand, get fully list
Hi, Unfortunately, as of now, there is no way to see the full list. However, to investigate a Non-initialized pointer finding, ...

3 years ago | 0

| accepted

Answered
Pause and resume the polyspace
Hi, There is no option to pause and resume the execution at any time. However, there is something close to what you are asking ...

3 years ago | 0

| accepted

Answered
Upload to Polyspace Access fails, which certificate is to blame?
I am assuming you are able to log in to Polyspace Access without any issues. To resolve this issue, you can try recreating the...

3 years ago | 0

| accepted

Answered
can use polyspace V2020b with Matlab R2019a ?
You can use Polyspace R2020b with MATLAB R2019a, but some functionalities are not available in a cross-release integration. See ...

3 years ago | 0

Answered
polyspace : How to supress polyspace warning by waning id in code itself
After you review the warning, you can add a code annotation on the line of code containing the warning. See code annotation synt...

3 years ago | 0

| accepted

Answered
Polyspace justifications added inside the code not available in generated polyspace reports
Did you generate the report from a result after uploading to Polyspace Access? This workflow seems to report all review informat...

3 years ago | 0

Answered
In Polyspace Code Prover 2016b , Facing issue such that mismatch in Unreachable functions comparatively in Dashboard in Result List .
Hi, The two numbers should match. Please contact MathWorks Technical Support to help diagnose the issue for your code example: ...

3 years ago | 0

Answered
Error: Exiting because of previous error
There should be a previous error on the Output Summary pane. You can also see the full analysis log and find the previous error....

3 years ago | 0

| accepted

Answered
WriteFile failed with error 112
This is a Windows error that seems to be associated with a disk being almost full or corrupted files. Is it possible that your r...

3 years ago | 1

Answered
Review Comments, Justification from last run on polyspace Metrics
Hi, You can use the -download option of the polyspace-results-repository command to download the results from Polyspace Metrics...

3 years ago | 1

| accepted

Answered
Number of Illegally dereferenced pointer on version R2020b is decreased significantly?
Hi, I assume you are using the exact same Polyspace project (with exact same configuration) in both versions. Can you check som...

3 years ago | 0

Answered
Global variables - Used non-shared variable
Hi, Used non-shared variables are somewhat like green checks in Code Prover. They are not warnings. Since Code Prover reports a...

3 years ago | 0

| accepted

Answered
Is this a problem in Polyspace Bug-finder: Warning: Unable to create temp file:
You can safely ignore the warning. There is logic included to recover from those warning states, and unless you see any subseque...

3 years ago | 0

Answered
polyspace metrics - Multiple user at a time
You should stop the Metrics server running on the slave. You can also check a few things: 1) Are you able to ping the build se...

3 years ago | 0

| accepted

Answered
Polysapce code prover C justifications
To justify MISRA C:2012 results, the term after polyspace should be either MISRA-C3 or MISRA2012 . See Annotate Code and Hide K...

3 years ago | 1

| accepted

Answered
Virtual Functions are not reachable while performing Module run in Polyspace 2019b
It is not clear what you mean by 'still it remains unreachable'. Do you mean that the body of the function is not analyzed at a...

3 years ago | 1

Answered
Load .mat file error
You have to share the commands you are using for us to see what might be happening. If you are simply doing something like this...

3 years ago | 0

Answered
Is there an API to retrieve metrics from polyspace access
Hi Olivier, You definitely have options besides dumping the full html page. Just to clarify, when you say "metrics", do you me...

3 years ago | 0

| accepted

Load more