Initial commit

This commit is contained in:
Nikita Kraiouchkine
2023-04-17 10:27:44 +02:00
commit 850d9d296a
79 changed files with 4172 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
| test.c:30:10:30:17 | access to array | Access to dynamic input array without type validation. |
| test.c:30:28:30:35 | access to array | Access to dynamic input array without type validation. |
| test.c:31:10:31:17 | access to array | Access to dynamic input array without type validation. |
| test.c:36:10:36:17 | access to array | Access to dynamic input array without type validation. |
| test.c:36:28:36:35 | access to array | Access to dynamic input array without type validation. |
| test.c:37:10:37:17 | access to array | Access to dynamic input array without type validation. |
| test.c:43:10:43:17 | access to array | Access to dynamic input array without type validation. |
| test.c:43:28:43:35 | access to array | Access to dynamic input array without type validation. |
| test.c:44:10:44:17 | access to array | Access to dynamic input array without type validation. |
| test.c:70:16:70:23 | access to array | Access to dynamic input array without type validation. |
| test.c:71:16:71:23 | access to array | Access to dynamic input array without type validation. |
| test.c:82:10:82:17 | access to array | Access to dynamic input array without type validation. |
| test.c:82:29:82:36 | access to array | Access to dynamic input array without type validation. |
| test.c:83:17:83:24 | access to array | Access to dynamic input array without type validation. |

View File

@@ -0,0 +1 @@
Exercise2.ql