mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update AccessOfMemoryLocationAfterEndOfBufferUsingStrlen.expected
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
| test.c:13:3:13:24 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:14:3:14:40 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:15:3:15:40 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:16:3:16:44 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:17:3:17:44 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:18:3:18:48 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:19:3:19:48 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:20:3:20:50 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:21:3:21:50 | ... = ... | use a different method to calculate the length. |
|
||||
| test.c:13:3:13:24 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:14:3:14:40 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:15:3:15:40 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:16:3:16:44 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:17:3:17:44 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:18:3:18:48 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:19:3:19:48 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:20:3:20:50 | ... = ... | potential unsafe or redundant assignment. |
|
||||
| test.c:21:3:21:50 | ... = ... | potential unsafe or redundant assignment. |
|
||||
|
||||
Reference in New Issue
Block a user