Skip to content

Commit 58356d7

Browse files
authored
Merge pull request #22512 from jketema/jketema/test-fix
C++: Fix test I broke by accident
2 parents 4c14393 + b42f997 commit 58356d7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

‎cpp/ql/test/library-tests/dataflow/taint-tests/test_mad-signatures.expected‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,15 @@ getSignatureParameterName
19621962
| (BUF_MEM *,size_t) | | BUF_MEM_grow | 1 | size_t |
19631963
| (BUF_MEM *,size_t) | | BUF_MEM_grow_clean | 0 | BUF_MEM * |
19641964
| (BUF_MEM *,size_t) | | BUF_MEM_grow_clean | 1 | size_t |
1965+
| (Blob *,int,const Blob &,int,int) | BlobUtil | copy | 0 | Blob * |
1966+
| (Blob *,int,const Blob &,int,int) | BlobUtil | copy | 1 | int |
1967+
| (Blob *,int,const Blob &,int,int) | BlobUtil | copy | 2 | const Blob & |
1968+
| (Blob *,int,const Blob &,int,int) | BlobUtil | copy | 3 | int |
1969+
| (Blob *,int,const Blob &,int,int) | BlobUtil | copy | 4 | int |
1970+
| (Blob *,int,const char *,int) | BlobUtil | copy | 0 | Blob * |
1971+
| (Blob *,int,const char *,int) | BlobUtil | copy | 1 | int |
1972+
| (Blob *,int,const char *,int) | BlobUtil | copy | 2 | const char * |
1973+
| (Blob *,int,const char *,int) | BlobUtil | copy | 3 | int |
19651974
| (BrotliBitReader *const,uint64_t,uint64_t *) | | BrotliSafeReadBits32Slow | 0 | BrotliBitReader *const |
19661975
| (BrotliBitReader *const,uint64_t,uint64_t *) | | BrotliSafeReadBits32Slow | 1 | uint64_t |
19671976
| (BrotliBitReader *const,uint64_t,uint64_t *) | | BrotliSafeReadBits32Slow | 2 | uint64_t * |
@@ -13127,6 +13136,10 @@ getSignatureParameterName
1312713136
| (char *,char,char **) | | __old_strtok_r_1c | 0 | char * |
1312813137
| (char *,char,char **) | | __old_strtok_r_1c | 1 | char |
1312913138
| (char *,char,char **) | | __old_strtok_r_1c | 2 | char ** |
13139+
| (char *,const Blob &,int,int) | BlobUtil | copy | 0 | char * |
13140+
| (char *,const Blob &,int,int) | BlobUtil | copy | 1 | const Blob & |
13141+
| (char *,const Blob &,int,int) | BlobUtil | copy | 2 | int |
13142+
| (char *,const Blob &,int,int) | BlobUtil | copy | 3 | int |
1313013143
| (char *,const char *) | | xstrdup | 0 | char * |
1313113144
| (char *,const char *) | | xstrdup | 1 | const char * |
1313213145
| (char *,const char **,const char **,const char **,const char **,const char **) | | _nl_explode_name | 0 | char * |

0 commit comments

Comments
 (0)