Skip to content

Commit

Permalink
pvs-report: Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
marvim committed Nov 9, 2023
1 parent 40a0805 commit 90aa875
Show file tree
Hide file tree
Showing 10 changed files with 1,393 additions and 1,373 deletions.
4 changes: 2 additions & 2 deletions reports/pvs/PVS-studio.err
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pvs-studio.com/en/docs/warnings/:1:1: error: Help: The documentation for all ana
./src/mpack/mpack_core.c:31:1: warning: V1071 Consider inspecting the 'mpack_w1' function. The return value is not always used. Total calls: 48, discarded results: 5.
./src/mpack/rpc.c:248:1: warning: V1086 A call of the 'memcpy' function will lead to underflow of the buffer 'dst'.
./src/mpack/rpc.c:248:1: warning: V1086 A call of the 'memcpy' function will lead to underflow of the buffer 'src'.
./src/nvim/marktree.h:97:1: error: V629 Consider inspecting the 'id << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
./src/nvim/marktree.h:99:1: error: V629 Consider inspecting the 'id << 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
./src/nvim/api/private/helpers.c:810:1: warning: V601 Pointer is implicitly cast to an integer type. Inspect the second argument.
./src/nvim/api/ui.c:80:1: error: V564 The '|' operator is applied to bool type value. You've probably forgotten to include parentheses or intended to use the '||' operator.
./src/nvim/base64.c:1:1: error: V009 To use free version of PVS-Studio, source code files are required to start with a special comment.
Expand All @@ -18,8 +18,8 @@ pvs-studio.com/en/docs/warnings/:1:1: error: Help: The documentation for all ana
./src/nvim/ex_getln.c:3103:1: error: V595 The 'colored_ccline->cmdbuff' pointer was utilized before it was verified against nullptr. Check lines: 3103, 3109.
./src/nvim/fileio.c:3336:1: warning: V557 Array overrun is possible. The value of 'strlen(tmp) - strlen(user)' index could reach 18446744073709551615.
./src/nvim/help.c:1012:1: error: V781 The value of the 'len' index is checked after it was used. Perhaps there is a mistake in program logic.
./src/nvim/lua/base64.c:1:1: error: V009 To use free version of PVS-Studio, source code files are required to start with a special comment.
./src/nvim/insexpand.c:2810:1: warning: V1048 The 'ret' variable was assigned the same value.
./src/nvim/lua/base64.c:1:1: error: V009 To use free version of PVS-Studio, source code files are required to start with a special comment.
./src/nvim/log.c:183:1: warning: V601 Pointer is implicitly cast to an integer type. Inspect the second argument.
./src/nvim/log.c:286:1: warning: V601 Pointer is implicitly cast to an integer type. Inspect the second argument.
./src/nvim/lua/stdlib.c:663:1: warning: V601 Pointer is implicitly cast to an integer type. Inspect the second argument.
Expand Down
20 changes: 10 additions & 10 deletions reports/pvs/PVS-studio.html.d/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>PVS-Studio Analysis Results</h1>
<br class="clear">
</div>
<table cellpadding="0" cellspacing="0" border="0" class="infotopic">
<tr><th id="col_info">Date:</th><td>Wed Nov 8 05:23:29 2023</td></tr>
<tr><th id="col_info">Date:</th><td>Thu Nov 9 05:28:56 2023</td></tr>
<tr><th id="col_info">PVS-Studio Version:</th><td>7.27.75620.346</td></tr>
<tr><th id="col_info">Command Line:</th><td>plog-converter PVS-studio.log --srcRoot . --excludedCodes V002,V011,V1028,V1042,V1051,V1074 --renderTypes fullhtml --output PVS-studio.html.d </td></tr>
<tr><th id="col_info">Total Warnings (GA):</th><td>45</td></tr>
Expand Down Expand Up @@ -78,7 +78,7 @@ <h1>PVS-Studio Analysis Results</h1>
</tr>
<tr>
<td id="col_group">General Analysis</td>
<td id="col_file"><a target="_blank" href="sources/marktree.h_2.html#ln97">marktree.h:97</a></td>
<td id="col_file"><a target="_blank" href="sources/marktree.h_2.html#ln99">marktree.h:99</a></td>
<td id="col_level" style="color:#FF0000"><b>High</b></td>
<td id="col_code"><a target="_blank" href="https://pvs-studio.com/en/docs/warnings/v629/">V629</td>
<td id="col_message">Consider inspecting the 'id &lt;&lt; 1' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.</td>
Expand Down Expand Up @@ -181,20 +181,20 @@ <h1>PVS-Studio Analysis Results</h1>
<td id="col_code"><a target="_blank" href="https://pvs-studio.com/en/docs/warnings/v781/">V781</td>
<td id="col_message">The value of the 'len' index is checked after it was used. Perhaps there is a mistake in program logic.</td>
</tr>
<tr>
<td id="col_group">Fail/Info</td>
<td id="col_file"><a target="_blank" href="sources/base64.c_15.html#ln1">base64.c:1</a></td>
<td id="col_level" style="color:#000000"><b></b></td>
<td id="col_code"><a target="_blank" href="https://pvs-studio.com/en/docs/warnings/v009/">V009</td>
<td id="col_message">To use free version of PVS-Studio, source code files are required to start with a special comment.</td>
</tr>
<tr>
<td id="col_group">General Analysis</td>
<td id="col_file"><a target="_blank" href="sources/insexpand.c_16.html#ln2810">insexpand.c:2810</a></td>
<td id="col_file"><a target="_blank" href="sources/insexpand.c_15.html#ln2810">insexpand.c:2810</a></td>
<td id="col_level" style="color:#FFA500"><b>Medium</b></td>
<td id="col_code"><a target="_blank" href="https://pvs-studio.com/en/docs/warnings/v1048/">V1048</td>
<td id="col_message">The 'ret' variable was assigned the same value.</td>
</tr>
<tr>
<td id="col_group">Fail/Info</td>
<td id="col_file"><a target="_blank" href="sources/base64.c_16.html#ln1">base64.c:1</a></td>
<td id="col_level" style="color:#000000"><b></b></td>
<td id="col_code"><a target="_blank" href="https://pvs-studio.com/en/docs/warnings/v009/">V009</td>
<td id="col_message">To use free version of PVS-Studio, source code files are required to start with a special comment.</td>
</tr>
<tr>
<td id="col_group">General Analysis</td>
<td id="col_file"><a target="_blank" href="sources/log.c_17.html#ln183">log.c:183</a></td>
Expand Down
Loading

0 comments on commit 90aa875

Please sign in to comment.