File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
cpp/ql/test/library-tests/dataflow/taint-tests Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1266,7 +1266,7 @@ namespace Microsoft {
1266
1266
1267
1267
ComPtr ();
1268
1268
ComPtr (const ComPtr &);
1269
- ComPtr (&&other );
1269
+ ComPtr (ComPtr && );
1270
1270
1271
1271
template <typename U>
1272
1272
ComPtr (U *);
Original file line number Diff line number Diff line change @@ -1305,6 +1305,8 @@ WARNING: module 'TaintTracking' has been deprecated and may be removed in future
1305
1305
| atl.cpp:1324:9:1324:10 | ref arg p2 | atl.cpp:1328:1:1328:1 | p2 | |
1306
1306
| atl.cpp:1324:12:1324:14 | call to Get | atl.cpp:1324:8:1324:16 | * ... | TAINT |
1307
1307
| atl.cpp:1326:34:1326:42 | call to move | atl.cpp:1326:34:1326:47 | call to ComPtr | TAINT |
1308
+ | atl.cpp:1326:34:1326:42 | ref arg call to move | atl.cpp:1326:44:1326:45 | p1 [inner post update] | |
1309
+ | atl.cpp:1326:34:1326:42 | ref arg call to move | atl.cpp:1328:1:1328:1 | p1 | |
1308
1310
| atl.cpp:1326:34:1326:47 | call to ComPtr | atl.cpp:1327:9:1327:10 | p3 | |
1309
1311
| atl.cpp:1326:34:1326:47 | call to ComPtr | atl.cpp:1328:1:1328:1 | p3 | |
1310
1312
| atl.cpp:1326:44:1326:45 | p1 | atl.cpp:1326:34:1326:42 | call to move | TAINT |
Original file line number Diff line number Diff line change @@ -5568,6 +5568,7 @@ signatureMatches
5568
5568
| atl.cpp:1231:5:1231:12 | CStrBufT | (unsigned char *,int,unsigned long) | | UTF8_putc | 1 |
5569
5569
| atl.cpp:1231:5:1231:12 | CStrBufT | (unsigned char *,int,unsigned long) | | UTF8_putc | 2 |
5570
5570
| atl.cpp:1268:5:1268:10 | ComPtr | (const ComPtr &) | ComPtr | ComPtr | 0 |
5571
+ | atl.cpp:1269:5:1269:10 | ComPtr | (ComPtr &&) | ComPtr | ComPtr | 0 |
5571
5572
| atl.cpp:1272:5:1272:10 | ComPtr | (T *) | ComPtr | ComPtr<T> | 0 |
5572
5573
| atl.cpp:1283:13:1283:18 | CopyTo | (T **) | ComPtr<T> | CopyTo | 0 |
5573
5574
| atl.cpp:1285:13:1285:18 | CopyTo | (Curl_easy *,void **) | | Curl_resolver_init | 1 |
@@ -46418,6 +46419,7 @@ getParameterTypeName
46418
46419
| atl.cpp:1231:5:1231:12 | CStrBufT | 2 | DWORD |
46419
46420
| atl.cpp:1231:5:1231:12 | CStrBufT | 2 | unsigned long |
46420
46421
| atl.cpp:1268:5:1268:10 | ComPtr | 0 | const ComPtr & |
46422
+ | atl.cpp:1269:5:1269:10 | ComPtr | 0 | ComPtr && |
46421
46423
| atl.cpp:1272:5:1272:10 | ComPtr | 0 | func:0 * |
46422
46424
| atl.cpp:1277:13:1277:14 | As | 0 | ComPtr * |
46423
46425
| atl.cpp:1283:13:1283:18 | CopyTo | 0 | Interfaceclass:0ype ** |
You can’t perform that action at this time.
0 commit comments