Update DangerousUseOfTransformationAfterOperation.expected

This commit is contained in:
ihsinme
2022-03-03 19:55:30 +03:00
committed by GitHub
parent 9e76260f1d
commit b32be69e0a

View File

@@ -1,4 +1,4 @@
| test.cpp:9:8:9:12 | ... * ... | possible signed overflow followed by offset of the pointer out of bounds |
| test.cpp:13:24:13:28 | ... * ... | this transformation is applied after multiplication |
| test.cpp:16:28:16:32 | ... * ... | this transformation is applied after multiplication |
| test.cpp:19:22:19:26 | ... * ... | this transformation is applied after multiplication |
| test.cpp:9:8:9:12 | ... * ... | Possible signed overflow followed by offset of the pointer out of bounds. |
| test.cpp:13:24:13:28 | ... * ... | This transformation is applied after multiplication. |
| test.cpp:16:28:16:32 | ... * ... | This transformation is applied after multiplication. |
| test.cpp:19:22:19:26 | ... * ... | This transformation is applied after multiplication. |