qt6-qtwebengine-6.9.0-2.fc43

List of Findings

Error: COMPILER_WARNING (CWE-457): [#def1]
qtwebengine-everywhere-src-6.9.0/examples/webenginewidgets/permissionbrowser/mainwindow.cpp: scope_hint: In member function ‘MainWindow::handlePolicyComboBoxIndexChanged(int)’
qtwebengine-everywhere-src-6.9.0/examples/webenginewidgets/permissionbrowser/mainwindow.cpp:222:5: warning[-Wmaybe-uninitialized]: ‘policy’ may be used uninitialized
#  222 |     if (policy == m_profile->persistentPermissionsPolicy())
#      |     ^~
qtwebengine-everywhere-src-6.9.0/examples/webenginewidgets/permissionbrowser/mainwindow.cpp:209:52: note: ‘policy’ was declared here
#  209 |     QWebEngineProfile::PersistentPermissionsPolicy policy;
#      |                                                    ^~~~~~
#  220|       }
#  221|   
#  222|->     if (policy == m_profile->persistentPermissionsPolicy())
#  223|           return;
#  224|   

Error: GCC_ANALYZER_WARNING (CWE-775): [#def2]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:235:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘*bio.num’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:184:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:189:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:206:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:214:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:226:12: branch_false: following ‘false’ branch (when ‘ret >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:233:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/connect.c:235:12: danger: ‘*bio.num’ leaks here
#  233|           BIO_clear_retry_flags(bio);
#  234|           ret = connect(bio->num, (struct sockaddr*) &c->them, c->them_length);
#  235|->         if (ret < 0) {
#  236|             if (bio_socket_should_retry(ret)) {
#  237|               BIO_set_flags(bio, (BIO_FLAGS_IO_SPECIAL | BIO_FLAGS_SHOULD_RETRY));

Error: GCC_ANALYZER_WARNING (CWE-457): [#def3]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:292:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘buf[i]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:208:5: enter_function: entry to ‘DSA_generate_parameters_ex’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:211:6: branch_false: following ‘false’ branch (when ‘bits <= 10000’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:230:11: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:251:6: branch_false: following ‘false’ branch (when ‘ctx’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:254:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:265:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:273:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:277:29: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:278:10: branch_true: following ‘true’ branch (when ‘seed_in’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:279:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:279:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:288:7: call_function: inlined call to ‘OPENSSL_memcpy’ from ‘DSA_generate_parameters_ex’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:291:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:291:34: branch_true: following ‘true’ branch (when ‘i < qsize’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:292:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/dsa/dsa.c:292:9: danger: use of uninitialized value ‘buf[i]’ here
#  290|         // precompute "SEED + 1" for step 7:
#  291|         for (size_t i = qsize - 1; i < qsize; i--) {
#  292|->         buf[i]++;
#  293|           if (buf[i] != 0) {
#  294|             break;

Error: GCC_ANALYZER_WARNING (CWE-404): [#def4]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:725:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:717:3: acquire_resource: ‘va_copy’ called here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:718:22: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:719:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:725:7: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#  723|       size_t substr_len = strlen(substr);
#  724|       if (SIZE_MAX - total_size < substr_len) {
#  725|->       return; // Would overflow.
#  726|       }
#  727|       total_size += substr_len;

Error: GCC_ANALYZER_WARNING (CWE-672): [#def5]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:755:3: warning[-Wanalyzer-va-list-use-after-va-end]: ‘va_end’ after ‘va_end’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:751:6: enter_function: entry to ‘ERR_add_error_data’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:753:3: acquire_resource: ‘va_start’ called here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:754:3: call_function: calling ‘err_add_error_vdata’ from ‘ERR_add_error_data’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:754:3: return_function: returning to ‘ERR_add_error_data’ from ‘err_add_error_vdata’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/err/err.c:755:3: danger: ‘va_end’ after ‘va_end’ at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
#  753|     va_start(args, count);
#  754|     err_add_error_vdata(count, args);
#  755|->   va_end(args);
#  756|   }
#  757|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def6]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:215:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘B[j]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:108:5: enter_function: entry to ‘pkcs12_key_gen’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:126:6: branch_false: following ‘false’ branch (when ‘pass’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:132:23: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:149:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:150:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:149:7: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:154:31: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:157:6: branch_false: following ‘false’ branch (when ‘S_len <= I_len’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:162:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:163:6: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:167:22: branch_false: following ‘false’ branch (when ‘S_len <= i’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:170:22: branch_false: following ‘false’ branch (when ‘P_len <= i’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:174:10: branch_true: following ‘true’ branch (when ‘out_len != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:179:10: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:179:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:180:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:179:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:181:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:179:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:182:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:179:9: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:194:5: call_function: inlined call to ‘OPENSSL_memcpy’ from ‘pkcs12_key_gen’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:195:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:197:8: branch_false: following ‘false’ branch (when ‘out_len != 0’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:204:24: branch_false: following ‘false’ branch (when ‘block_size <= i’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:212:24: branch_true: following ‘true’ branch (when ‘I_len > i’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:214:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:214:39: branch_true: following ‘true’ branch (when ‘block_size > j’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:215:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/pkcs8/pkcs8.c:215:29: danger: use of uninitialized value ‘B[j]’ here
#  213|         unsigned carry = 1;
#  214|         for (size_t j = block_size - 1; j < block_size; j--) {
#  215|->         carry += I[i + j] + B[j];
#  216|           I[i + j] = (uint8_t)carry;
#  217|           carry >>= 8;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def7]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:140:5: warning[-Wanalyzer-malloc-leak]: leak of ‘pointers’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:116:5: enter_function: entry to ‘CRYPTO_set_thread_local’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:118:3: call_function: calling ‘CRYPTO_once’ from ‘CRYPTO_set_thread_local’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:118:3: return_function: returning to ‘CRYPTO_set_thread_local’ from ‘CRYPTO_once’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:119:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:124:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:125:6: branch_true: following ‘true’ branch (when ‘pointers’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:126:16: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:126:16: acquire_memory: allocated here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:127:8: branch_false: following ‘false’ branch (when ‘pointers’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:131:5: call_function: inlined call to ‘OPENSSL_memset’ from ‘CRYPTO_set_thread_local’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:132:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:139:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:139:6: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:140:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:140:5: danger: ‘pointers’ leaks here; was allocated at [(11)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/10)
#  138|   
#  139|     if (pthread_mutex_lock(&g_destructors_lock) != 0) {
#  140|->     destructor(value);
#  141|       return 0;
#  142|     }

Error: GCC_ANALYZER_WARNING (CWE-401): [#def8]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:146:3: warning[-Wanalyzer-malloc-leak]: leak of ‘pointers’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:116:5: enter_function: entry to ‘CRYPTO_set_thread_local’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:118:3: call_function: calling ‘CRYPTO_once’ from ‘CRYPTO_set_thread_local’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:118:3: return_function: returning to ‘CRYPTO_set_thread_local’ from ‘CRYPTO_once’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:119:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:124:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:125:6: branch_true: following ‘true’ branch (when ‘pointers’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:126:16: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:126:16: acquire_memory: allocated here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:127:8: branch_false: following ‘false’ branch (when ‘pointers’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:131:5: call_function: inlined call to ‘OPENSSL_memset’ from ‘CRYPTO_set_thread_local’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:132:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:139:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:139:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:143:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/thread_pthread.c:146:3: danger: ‘pointers’ leaks here; was allocated at [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
#  144|     pthread_mutex_unlock(&g_destructors_lock);
#  145|   
#  146|->   pointers[index] = value;
#  147|     return 1;
#  148|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def9]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:159:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘aux’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:153:5: enter_function: entry to ‘X509_add1_trust_object’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:155:6: branch_false: following ‘false’ branch (when ‘objtmp’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:158:24: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:158:24: call_function: calling ‘aux_get’ from ‘X509_add1_trust_object’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:158:24: return_function: return of NULL to ‘X509_add1_trust_object’ from ‘aux_get’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:159:7: danger: dereference of NULL ‘aux’
#  157|     }
#  158|     X509_CERT_AUX *aux = aux_get(x);
#  159|->   if (aux->trust == NULL) {
#  160|       aux->trust = sk_ASN1_OBJECT_new_null();
#  161|       if (aux->trust == NULL) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def10]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:181:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘aux’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:175:5: enter_function: entry to ‘X509_add1_reject_object’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:177:6: branch_false: following ‘false’ branch (when ‘objtmp’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:180:24: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:180:24: call_function: calling ‘aux_get’ from ‘X509_add1_reject_object’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:180:24: return_function: return of NULL to ‘X509_add1_reject_object’ from ‘aux_get’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/x_x509a.c:181:7: danger: dereference of NULL ‘aux’
#  179|     }
#  180|     X509_CERT_AUX *aux = aux_get(x);
#  181|->   if (aux->reject == NULL) {
#  182|       aux->reject = sk_ASN1_OBJECT_new_null();
#  183|       if (aux->reject == NULL) {

Error: GCC_ANALYZER_WARNING (CWE-1335): [#def11]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/../common/constants.h:160:12: warning[-Wanalyzer-shift-count-overflow]: shift by count (‘4294967295’) >= precision of type (‘32’)
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2241:21: enter_function: entry to ‘BrotliDecoderDecompressStream’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2251:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2254:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2258:6: branch_true: following ‘true’ branch...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2259:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2267:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2271:8: branch_true: following ‘true’ branch (when ‘result != 1’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2273:10: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2273:10: branch_true: following ‘true’ branch (when ‘result == 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2274:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2283:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2284:15: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2284:14: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2288:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2271:8: branch_false: following ‘false’ branch (when ‘result == 1’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2339:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2566:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/dec/decode.c:2567:43: call_function: inlined call to ‘BrotliCalculateDistanceCodeLimit’ from ‘BrotliDecoderDecompressStream’
#  158|       ndistbits--;
#  159|       /* Find subrange. */
#  160|->     half = (offset >> ndistbits) & 1;
#  161|       /* Calculate the "group" part of dcode. */
#  162|       group = ((ndistbits - 1) << 1) | half;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def12]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:50:32: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nodes’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:796:6: enter_function: entry to ‘BrotliCreateZopfliBackwardReferences’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:801:23: branch_false: following ‘false’ branch (when ‘num_bytes == 18446744073709551615’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:803:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:803:3: call_function: inlined call to ‘BrotliInitZopfliNodes’ from ‘BrotliCreateZopfliBackwardReferences’
#   48|     stub.dcode_insert_length = 0;
#   49|     stub.u.cost = kInfinity;
#   50|->   for (i = 0; i < length; ++i) array[i] = stub;
#   51|   }
#   52|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def13]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:223:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘literal_costs’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:706:8: enter_function: entry to ‘BrotliZopfliComputeShortestPath’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:729:3: call_function: calling ‘InitZopfliCostModel’ from ‘BrotliZopfliComputeShortestPath’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:729:3: return_function: returning to ‘BrotliZopfliComputeShortestPath’ from ‘InitZopfliCostModel’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:731:3: call_function: calling ‘ZopfliCostModelSetFromLiteralCosts’ from ‘BrotliZopfliComputeShortestPath’
#  221|                                       ringbuffer, self->literal_histograms,
#  222|                                       &literal_costs[1]);
#  223|->   literal_costs[0] = 0.0;
#  224|     for (i = 0; i < num_bytes; ++i) {
#  225|       literal_carry += literal_costs[i + 1];

Error: GCC_ANALYZER_WARNING (CWE-476): [#def14]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:727:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘nodes’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:796:6: enter_function: entry to ‘BrotliCreateZopfliBackwardReferences’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:801:23: branch_false: following ‘false’ branch (when ‘num_bytes == 18446744073709551615’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:803:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:803:3: call_function: inlined call to ‘BrotliInitZopfliNodes’ from ‘BrotliCreateZopfliBackwardReferences’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:804:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:804:20: call_function: calling ‘BrotliZopfliComputeShortestPath’ from ‘BrotliCreateZopfliBackwardReferences’
#  725|       return 0;
#  726|     }
#  727|->   nodes[0].length = 0;
#  728|     nodes[0].u.cost = 0;
#  729|     InitZopfliCostModel(m, model, &params->dist, num_bytes);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def15]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:96:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘insert_cost’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:397:13: enter_function: entry to ‘SplitByteVectorCommand’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:416:6: branch_false: following ‘false’ branch (when ‘length != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:421:6: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:421:6: branch_false: following ‘false’ branch (when ‘length > 127’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:433:16: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:433:16: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:433:16: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:437:3: call_function: calling ‘InitialEntropyCodesCommand’ from ‘SplitByteVectorCommand’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:437:3: return_function: returning to ‘SplitByteVectorCommand’ from ‘InitialEntropyCodesCommand’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:448:27: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:449:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:449:20: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:449:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:450:30: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:451:24: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:451:24: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:451:24: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:459:17: branch_true: following ‘true’ branch (when ‘iters > i’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:460:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:460:20: call_function: calling ‘FindBlocksCommand’ from ‘SplitByteVectorCommand’
#   94|            sizeof(insert_cost[0]) * alphabet_size * num_histograms);
#   95|     for (i = 0; i < num_histograms; ++i) {
#   96|->     insert_cost[i] = FastLog2((uint32_t)histograms[i].total_count_);
#   97|     }
#   98|     for (i = alphabet_size; i != 0;) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def16]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:278:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘u32’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:201:13: enter_function: entry to ‘ClusterBlocksCommand’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:206:33: branch_true: following ‘true’ branch (when ‘num_blocks != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:206:33: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:208:7: branch_false: following ‘false’ branch (when ‘num_blocks == 18446744073709551360’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:210:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:214:7: branch_false: following ‘false’ branch (when ‘expected_num_clusters == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:219:31: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:219:31: branch_true: following ‘true’ branch (when ‘num_blocks != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:219:31: call_function: inlined call to ‘brotli_min_size_t’ from ‘ClusterBlocksCommand’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:252:17: branch_false: following ‘false’ branch (when ‘i >= length’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:263:15: branch_true: following ‘true’ branch (when ‘i < num_blocks’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:265:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:268:17: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:270:43: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:278:12: release_memory: ‘u32’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:278:7: danger: dereference of NULL ‘u32 + j * 4’
#  276|         new_clusters[j] = (uint32_t)j;
#  277|         symbols[j] = (uint32_t)j;
#  278|->       sizes[j] = 1;
#  279|       }
#  280|       num_new_clusters = FN(BrotliHistogramCombine)(

Error: GCC_ANALYZER_WARNING (CWE-476): [#def17]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tmp’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: branch_true: following ‘true’ branch (when ‘length != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: branch_false: following ‘false’ branch (when ‘next_index == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: release_memory: ‘tmp’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/cluster_inc.h:214:59: danger: dereference of NULL ‘tmp + (long unsigned int)next_index * 2192’
#  212|      Returns N, the number of unique values in symbols[]. */
#  213|   BROTLI_INTERNAL size_t FN(BrotliHistogramReindex)(MemoryManager* m,
#  214|->     HistogramType* out, uint32_t* symbols, size_t length) CODE({
#  215|     static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
#  216|     uint32_t* new_index = BROTLI_ALLOC(m, uint32_t, length);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def18]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:89:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:41:6: branch_false: following ‘false’ branch (when ‘slot_bits <= 16’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:42:6: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:42:6: branch_false: following ‘false’ branch (when ‘slot_bits <= bucket_bits’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:43:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:43:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:45:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:45:10: branch_false: following ‘false’ branch (when ‘alloc_size == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:49:38: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:69:15: branch_true: following ‘true’ branch (when ‘i < num_slots’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:71:15: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:88:10: branch_true: following ‘true’ branch (when ‘overflow == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:89:18: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:89:18: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:89:9: danger: dereference of NULL ‘flat + (long unsigned int)i * 4’
#   87|         }
#   88|         if (!overflow) {
#   89|->         slot_size[i] = count;
#   90|           total_items += count;
#   91|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def19]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:130:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:41:6: branch_false: following ‘false’ branch (when ‘slot_bits <= 16’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:42:6: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:42:6: branch_false: following ‘false’ branch (when ‘slot_bits <= bucket_bits’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:43:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:43:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:45:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:45:10: branch_false: following ‘false’ branch (when ‘alloc_size == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:49:38: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:69:15: branch_false: following ‘false’ branch (when ‘i >= num_slots’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:98:45: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:120:15: branch_false: following ‘false’ branch (when ‘i >= num_slots’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:125:15: branch_true: following ‘true’ branch (when ‘i < num_buckets’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:126:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:130:30: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:130:21: danger: dereference of NULL ‘flat + (long unsigned int)slot * 4’
#  128|       uint32_t pos;
#  129|       size_t j;
#  130|->     size_t cursor = slot_size[slot];
#  131|       if (count > slot_limit[slot]) count = slot_limit[slot];
#  132|       if (count == 0) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def20]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/histogram_inc.h:20:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:628:6: enter_function: entry to ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:642:6: branch_false: following ‘false’ branch (when ‘num_contexts != 1’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
#   18|   static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) {
#   19|     memset(self->data_, 0, sizeof(self->data_));
#   20|->   self->total_count_ = 0;
#   21|     self->bit_cost_ = HUGE_VAL;
#   22|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/histogram_inc.h:20:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘histograms’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:397:13: enter_function: entry to ‘SplitByteVectorCommand’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:416:6: branch_false: following ‘false’ branch (when ‘length != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:421:6: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:421:6: branch_false: following ‘false’ branch (when ‘length > 127’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:433:16: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:433:16: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:434:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:437:3: call_function: calling ‘InitialEntropyCodesCommand’ from ‘SplitByteVectorCommand’
#   18|   static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) {
#   19|     memset(self->data_, 0, sizeof(self->data_));
#   20|->   self->total_count_ = 0;
#   21|     self->bit_cost_ = HUGE_VAL;
#   22|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def22]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:433:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘combined_histo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:506:13: enter_function: entry to ‘ContextBlockSplitterAddSymbol’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:512:6: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:513:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:513:5: call_function: calling ‘ContextBlockSplitterFinishBlock’ from ‘ContextBlockSplitterAddSymbol’
#  431|           size_t jx = j * num_contexts + i;
#  432|           size_t last_histogram_ix = self->last_histogram_ix_[j] + i;
#  433|->         combined_histo[jx] = histograms[curr_histo_ix];
#  434|           HistogramAddHistogramLiteral(&combined_histo[jx],
#  435|               &histograms[last_histogram_ix]);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def23]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:452:27: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘entropy[i]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:628:6: enter_function: entry to ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:642:6: branch_false: following ‘false’ branch (when ‘num_contexts != 1’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
#  450|         for (i = 0; i < num_contexts; ++i) {
#  451|           last_entropy[num_contexts + i] = last_entropy[i];
#  452|->         last_entropy[i] = entropy[i];
#  453|         }
#  454|         ++self->num_blocks_;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def24]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:473:27: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘combined_entropy[<unknown>]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:628:6: enter_function: entry to ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:642:6: branch_false: following ‘false’ branch (when ‘num_contexts != 1’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
#  471|               combined_histo[num_contexts + i];
#  472|           last_entropy[num_contexts + i] = last_entropy[i];
#  473|->         last_entropy[i] = combined_entropy[num_contexts + i];
#  474|           HistogramClearLiteral(&histograms[self->curr_histogram_ix_ + i]);
#  475|         }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def25]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:484:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘combined_histo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:628:6: enter_function: entry to ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:642:6: branch_false: following ‘false’ branch (when ‘num_contexts != 1’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
#  482|         split->lengths[self->num_blocks_ - 1] += (uint32_t)self->block_size_;
#  483|         for (i = 0; i < num_contexts; ++i) {
#  484|->         histograms[self->last_histogram_ix_[0] + i] = combined_histo[i];
#  485|           last_entropy[i] = combined_entropy[i];
#  486|           if (split->num_types == 1) {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def26]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:485:27: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘combined_entropy[i]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:628:6: enter_function: entry to ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:642:6: branch_false: following ‘false’ branch (when ‘num_contexts != 1’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:647:5: call_function: inlined call to ‘BrotliBuildMetaBlockGreedyInternal’ from ‘BrotliBuildMetaBlockGreedy’
#  483|         for (i = 0; i < num_contexts; ++i) {
#  484|           histograms[self->last_histogram_ix_[0] + i] = combined_histo[i];
#  485|->         last_entropy[i] = combined_entropy[i];
#  486|           if (split->num_types == 1) {
#  487|             last_entropy[num_contexts + i] = last_entropy[i];

Error: GCC_ANALYZER_WARNING (CWE-476): [#def27]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:527:7: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:526:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:526:3: release_memory: ‘*mb.literal_context_map’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:530:15: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:531:23: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:533:17: branch_true: following ‘true’ branch (when ‘j != 64’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:535:38: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:7: release_memory: ‘*mb.literal_context_map’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:30: release_memory: ‘*mb.literal_context_map’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:7: release_memory: ‘*mb.literal_context_map’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:30: release_memory: ‘*mb.literal_context_map’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:7: release_memory: ‘*mb.literal_context_map’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:30: release_memory: ‘*mb.literal_context_map’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/brotli/enc/metablock.c:534:7: danger: dereference of NULL ‘*mb.literal_context_map + ((i << 6) + j) * 4’
#  532|       size_t j;
#  533|       for (j = 0; j < (1u << BROTLI_LITERAL_CONTEXT_BITS); ++j) {
#  534|->       mb->literal_context_map[(i << BROTLI_LITERAL_CONTEXT_BITS) + j] =
#  535|             offset + static_context_map[j];
#  536|       }

Error: GCC_ANALYZER_WARNING (CWE-131): [#def28]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3023:9: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3306:5: enter_function: entry to ‘dav1d_decode_frame’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3307:5: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3310:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3310:15: call_function: calling ‘dav1d_decode_frame_init’ from ‘dav1d_decode_frame’
# 3021|           // over-allocate by 3 bytes since some of the SIMD implementations
# 3022|           // index this from the level type and can thus over-read by up to 3
# 3023|->         f->lf.level = dav1d_malloc(ALLOC_LF, sizeof(*f->lf.level) * num_sb128 * 32 * 32 + 3);
# 3024|           if (!f->lf.mask || !f->lf.level) {
# 3025|               f->lf.mask_sz = 0;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def29]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3570:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘out_delayed’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3354:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3394:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3466:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3513:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3543:8: branch_false: following ‘false’ branch (when ‘res >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3545:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3545:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3546:76: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3547:12: branch_false: following ‘false’ branch (when ‘res >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3552:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3552:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3564:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3564:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3570:47: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3570:9: danger: use of uninitialized value ‘out_delayed’ here
# 3568|           }
# 3569|       } else {
# 3570|->         dav1d_thread_picture_ref(out_delayed, &f->sr_cur);
# 3571|       }
# 3572|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def30]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3609:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ref_coded_width[i]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3354:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3394:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3466:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3513:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3543:8: branch_false: following ‘false’ branch (when ‘res >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3545:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3564:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3565:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3565:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3595:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3599:18: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3600:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3604:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3606:12: branch_true: following ‘true’ branch...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3607:29: branch_true: following ‘true’ branch (when ‘i != 7’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3608:36: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3609:37: danger: use of uninitialized value ‘ref_coded_width[i]’ here
# 3607|               for (int i = 0; i < 7; i++) {
# 3608|                   const int refidx = f->frame_hdr->refidx[i];
# 3609|->                 const int ref_w = ((ref_coded_width[i] + 7) >> 3) << 1;
# 3610|                   const int ref_h = ((f->refp[i].p.p.h + 7) >> 3) << 1;
# 3611|                   if (c->refs[refidx].refmvs != NULL &&

Error: GCC_ANALYZER_WARNING (CWE-457): [#def31]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3643:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘ref_coded_width[pri_ref]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3354:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3394:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3466:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3513:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3543:8: branch_false: following ‘false’ branch (when ‘res >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3545:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3545:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3546:76: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3547:12: branch_false: following ‘false’ branch (when ‘res >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3552:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3552:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3564:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3564:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3565:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3565:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3592:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3633:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3635:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3642:13: branch_false: following ‘false’ branch (when ‘pri_ref != 7’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3643:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/decode.c:3643:33: danger: use of uninitialized value ‘ref_coded_width[pri_ref]’ here
# 3641|               const int pri_ref = f->frame_hdr->primary_ref_frame;
# 3642|               assert(pri_ref != DAV1D_PRIMARY_REF_NONE);
# 3643|->             const int ref_w = ((ref_coded_width[pri_ref] + 7) >> 3) << 1;
# 3644|               const int ref_h = ((f->refp[pri_ref].p.p.h + 7) >> 3) << 1;
# 3645|               if (ref_w == f->bw && ref_h == f->bh) {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def32]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:118:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘flat8in’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:205:13: enter_function: entry to ‘loop_filter_h_sb128uv_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:212:26: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:215:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:215:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:216:27: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:217:16: branch_false: following ‘false’ branch (when ‘L != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:218:23: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:221:39: call_function: inlined call to ‘PXSTRIDE’ from ‘loop_filter_h_sb128uv_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/loopfilter_tmpl.c:221:13: call_function: calling ‘loop_filter’ from ‘loop_filter_h_sb128uv_c’
#  116|               dst[strideb * +5] = (p0 + q0 + q1 + q2 + q3 + q4 * 2 + q5 * 2 +
#  117|                                    q6 * 2 + q6 + q6 + q6 + q6 + q6 + 8) >> 4;
#  118|->         } else if (wd >= 8 && flat8in) {
#  119|               dst[strideb * -3] = (p3 + p3 + p3 + 2 * p2 + p1 + p0 + q0 + 4) >> 3;
#  120|               dst[strideb * -2] = (p3 + p3 + p2 + 2 * p1 + p0 + q0 + q1 + 4) >> 3;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def33]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:250:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sum[1]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:500:13: enter_function: entry to ‘sgr_mix_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:510:5: call_function: calling ‘padding’ from ‘sgr_mix_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:510:5: return_function: returning to ‘sgr_mix_c’ from ‘padding’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:511:5: call_function: calling ‘selfguided_filter’ from ‘sgr_mix_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:511:5: return_function: returning to ‘sgr_mix_c’ from ‘selfguided_filter’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:513:5: call_function: calling ‘selfguided_filter’ from ‘sgr_mix_c’
#  248|       // We skip the last 2 rows as it is never read
#  249|       for (int y = 2; y < h - 2; y++) {
#  250|->         int a = sum[1], a2 = sumsq[1];
#  251|           int b = sum[2], b2 = sumsq[2];
#  252|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def34]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:251:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sum[2]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:477:13: enter_function: entry to ‘sgr_3x3_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:486:5: call_function: calling ‘padding’ from ‘sgr_3x3_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:486:5: return_function: returning to ‘sgr_3x3_c’ from ‘padding’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:487:5: call_function: calling ‘selfguided_filter’ from ‘sgr_3x3_c’
#  249|       for (int y = 2; y < h - 2; y++) {
#  250|           int a = sum[1], a2 = sumsq[1];
#  251|->         int b = sum[2], b2 = sumsq[2];
#  252|   
#  253|           // We don't store the first column as it is never read and

Error: GCC_ANALYZER_WARNING (CWE-457): [#def35]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:251:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sum[2]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:477:13: enter_function: entry to ‘sgr_3x3_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:486:5: call_function: calling ‘padding’ from ‘sgr_3x3_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:486:5: return_function: returning to ‘sgr_3x3_c’ from ‘padding’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:487:5: call_function: calling ‘selfguided_filter’ from ‘sgr_3x3_c’
#  249|       for (int y = 2; y < h - 2; y++) {
#  250|           int a = sum[1], a2 = sumsq[1];
#  251|->         int b = sum[2], b2 = sumsq[2];
#  252|   
#  253|           // We don't store the first column as it is never read and

Error: GCC_ANALYZER_WARNING (CWE-457): [#def36]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:328:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sum[1]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:500:13: enter_function: entry to ‘sgr_mix_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:510:5: call_function: calling ‘padding’ from ‘sgr_mix_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:510:5: return_function: returning to ‘sgr_mix_c’ from ‘padding’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:511:5: call_function: calling ‘selfguided_filter’ from ‘sgr_mix_c’
#  326|       for (int y = 2; y < h - 2; y++) {
#  327|           int a = sum[0], a2 = sumsq[0];
#  328|->         int b = sum[1], b2 = sumsq[1];
#  329|           int c = sum[2], c2 = sumsq[2];
#  330|           int d = sum[3], d2 = sumsq[3];

Error: GCC_ANALYZER_WARNING (CWE-457): [#def37]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:328:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘sum[1]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:500:13: enter_function: entry to ‘sgr_mix_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:510:5: call_function: calling ‘padding’ from ‘sgr_mix_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:510:5: return_function: returning to ‘sgr_mix_c’ from ‘padding’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/looprestoration_tmpl.c:511:5: call_function: calling ‘selfguided_filter’ from ‘sgr_mix_c’
#  326|       for (int y = 2; y < h - 2; y++) {
#  327|           int a = sum[0], a2 = sumsq[0];
#  328|->         int b = sum[1], b2 = sumsq[1];
#  329|           int c = sum[2], c2 = sumsq[2];
#  330|           int d = sum[3], d2 = sumsq[3];

Error: GCC_ANALYZER_WARNING (CWE-457): [#def38]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:213:27: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:381:1: enter_function: entry to ‘put_8tap_smooth_sharp_scaled_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:381:1: call_function: calling ‘put_8tap_scaled_c’ from ‘put_8tap_smooth_sharp_scaled_c’
#  211|               dst[x] = fv ? DAV1D_FILTER_8TAP_CLIP(mid_ptr, x, fv, 128,
#  212|                                                    6 + intermediate_bits) :
#  213|->                           iclip_pixel((mid_ptr[x] + intermediate_rnd) >>
#  214|                                                 intermediate_bits);
#  215|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def39]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:213:40: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:381:1: enter_function: entry to ‘put_8tap_smooth_sharp_scaled_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:381:1: call_function: calling ‘put_8tap_scaled_c’ from ‘put_8tap_smooth_sharp_scaled_c’
#  211|               dst[x] = fv ? DAV1D_FILTER_8TAP_CLIP(mid_ptr, x, fv, 128,
#  212|                                                    6 + intermediate_bits) :
#  213|->                           iclip_pixel((mid_ptr[x] + intermediate_rnd) >>
#  214|                                                 intermediate_bits);
#  215|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def40]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:320:13: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:384:1: enter_function: entry to ‘prep_8tap_sharp_smooth_scaled_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:384:1: call_function: calling ‘prep_8tap_scaled_c’ from ‘prep_8tap_sharp_smooth_scaled_c’
#  318|   
#  319|           for (x = 0; x < w; x++)
#  320|->             tmp[x] = (fv ? DAV1D_FILTER_8TAP_RND(mid_ptr, x, fv, 128, 6)
#  321|                            : mid_ptr[x]) - PREP_BIAS;
#  322|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def41]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:321:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:383:1: enter_function: entry to ‘prep_8tap_sharp_regular_scaled_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/dav1d/libdav1d/src/mc_tmpl.c:383:1: call_function: calling ‘prep_8tap_scaled_c’ from ‘prep_8tap_sharp_regular_scaled_c’
#  319|           for (x = 0; x < w; x++)
#  320|               tmp[x] = (fv ? DAV1D_FILTER_8TAP_RND(mid_ptr, x, fv, 128, 6)
#  321|->                          : mid_ptr[x]) - PREP_BIAS;
#  322|   
#  323|           my += dy;

Error: GCC_ANALYZER_WARNING (CWE-1335): [#def42]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/bitwriter.c:355:27: warning[-Wanalyzer-shift-count-overflow]: shift by count (‘32’) >= precision of type (‘32’)
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/bitwriter.c:390:19: enter_function: entry to ‘FLAC__bitwriter_write_raw_uint64’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/bitwriter.c:395:25: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/bitwriter.c:396:25: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/bitwriter.c:396:25: call_function: calling ‘FLAC__bitwriter_write_raw_uint32_nocheck’ from ‘FLAC__bitwriter_write_raw_uint64’
#  353|   	left = FLAC__BITS_PER_WORD - bw->bits;
#  354|   	if(bits < left) {
#  355|-> 		bw->accum <<= bits;
#  356|   		bw->accum |= val;
#  357|   		bw->bits += bits;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def43]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2403:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘track’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2459:37: enter_function: entry to ‘read_metadata_block_data_cuesheet_cb_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2470:11: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2474:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2475:11: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2481:11: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2483:24: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2487:11: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2491:11: branch_true: following ‘true’ branch (when ‘ret == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2492:17: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2492:17: release_memory: ‘*block.tracks’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2497:20: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2498:135: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2498:135: release_memory: ‘*block.tracks’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2498:74: release_memory: ‘*block.tracks’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_iterators.c:2498:74: call_function: calling ‘read_metadata_block_data_cuesheet_track_cb_’ from ‘read_metadata_block_data_cuesheet_cb_’
# 2401|   	if(read_cb(buffer, 1, len, handle) != len)
# 2402|   		return FLAC__METADATA_SIMPLE_ITERATOR_STATUS_READ_ERROR;
# 2403|-> 	track->offset = unpack_uint64_(buffer, len);
# 2404|   
# 2405|   	FLAC__ASSERT(FLAC__STREAM_METADATA_CUESHEET_TRACK_NUMBER_LEN % 8 == 0);

Error: GCC_ANALYZER_WARNING (CWE-401): [#def44]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:144:17: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(size2)’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_false: following ‘false’ branch (when ‘i < 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1327:32: call_function: inlined call to ‘FLAC__metadata_object_vorbiscomment_append_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
#  142|   		memcpy(x, from->entry, from->length);
#  143|   		x[from->length] = '\0';
#  144|-> 		to->entry = x;
#  145|   	}
#  146|   	return true;

Error: GCC_ANALYZER_WARNING (CWE-126): [#def45]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:205:35: warning[-Wanalyzer-out-of-bounds]: heap-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1307:34: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: call_function: calling ‘FLAC__metadata_object_vorbiscomment_set_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_set_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:28: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1310:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1312:28: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1314:40: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1315:41: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
#  203|   	for (i = 0; i < object->data.vorbis_comment.num_comments; i++) {
#  204|   		object->length += (FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN / 8);
#  205|-> 		object->length += object->data.vorbis_comment.comments[i].length;
#  206|   	}
#  207|   }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def46]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:205:35: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>.length’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1307:34: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: call_function: calling ‘FLAC__metadata_object_vorbiscomment_set_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_set_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:28: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1310:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1312:28: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1314:40: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1315:41: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
#  203|   	for (i = 0; i < object->data.vorbis_comment.num_comments; i++) {
#  204|   		object->length += (FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN / 8);
#  205|-> 		object->length += object->data.vorbis_comment.comments[i].length;
#  206|   	}
#  207|   }

Error: GCC_ANALYZER_WARNING (CWE-131): [#def47]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:213:16: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1445:14: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_remove_entries_matching’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1456:69: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1457:71: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1456:69: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1457:71: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1457:20: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1458:25: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1459:31: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_remove_entries_matching’
#  211|   	FLAC__ASSERT(num_comments > 0);
#  212|   
#  213|-> 	return safe_calloc_(num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry));
#  214|   }
#  215|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def48]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:305:21: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*<unknown>’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1307:34: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: call_function: calling ‘FLAC__metadata_object_vorbiscomment_set_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_set_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:28: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1310:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1312:28: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1314:40: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1315:41: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_delete_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:44: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1318:52: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1318:44: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1319:53: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1319:53: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
#  303|   
#  304|   	for (i = offset; i < object->data.vorbis_comment.num_comments; i++) {
#  305|-> 		if (FLAC__metadata_object_vorbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length))
#  306|   			return (int)i;
#  307|   	}

Error: GCC_ANALYZER_WARNING (CWE-131): [#def49]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:305:71: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1307:34: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: call_function: calling ‘FLAC__metadata_object_vorbiscomment_set_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_set_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:28: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1310:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1312:28: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1314:40: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1315:41: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_delete_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:44: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1318:52: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1318:44: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1319:53: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1319:53: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
#  303|   
#  304|   	for (i = offset; i < object->data.vorbis_comment.num_comments; i++) {
#  305|-> 		if (FLAC__metadata_object_vorbiscomment_entry_matches(object->data.vorbis_comment.comments[i], field_name, field_name_length))
#  306|   			return (int)i;
#  307|   	}

Error: GCC_ANALYZER_WARNING (CWE-476): [#def50]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:337:35: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘*object.data.cue_sheet.tracks’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1600:21: enter_function: entry to ‘FLAC__metadata_object_cuesheet_resize_tracks’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1605:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1613:41: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1617:20: branch_false: following ‘false’ branch (when ‘new_num_tracks <= 134217727’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1623:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1623:20: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1629:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1629:20: branch_true: following ‘true’ branch (when ‘new_size == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1630:30: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1631:25: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1631:25: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1648:9: call_function: calling ‘cuesheet_calculate_length_’ from ‘FLAC__metadata_object_cuesheet_resize_tracks’
#  335|   
#  336|   	for (i = 0; i < object->data.cue_sheet.num_tracks; i++) {
#  337|-> 		object->length += object->data.cue_sheet.tracks[i].num_indices * (
#  338|   			FLAC__STREAM_METADATA_CUESHEET_INDEX_OFFSET_LEN +
#  339|   			FLAC__STREAM_METADATA_CUESHEET_INDEX_NUMBER_LEN +

Error: GCC_ANALYZER_WARNING (CWE-122): [#def51]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1186:33: warning[-Wanalyzer-out-of-bounds]: heap-based buffer overflow
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1307:34: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: call_function: calling ‘FLAC__metadata_object_vorbiscomment_set_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_set_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:28: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1310:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1312:28: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1314:40: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1315:41: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
# 1184|   				return false;
# 1185|   			for (i = 0; i < new_num_comments; i++) {
# 1186|-> 				object->data.vorbis_comment.comments[i].length = 0;
# 1187|   				if ((object->data.vorbis_comment.comments[i].entry = safe_malloc_(1)) == NULL) {
# 1188|   					object->data.vorbis_comment.num_comments = i+1;

Error: GCC_ANALYZER_WARNING (CWE-122): [#def52]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1187:37: warning[-Wanalyzer-out-of-bounds]: heap-based buffer overflow
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1307:34: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: call_function: calling ‘FLAC__metadata_object_vorbiscomment_set_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_set_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:28: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1310:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1312:28: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1314:40: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1315:41: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
# 1185|   			for (i = 0; i < new_num_comments; i++) {
# 1186|   				object->data.vorbis_comment.comments[i].length = 0;
# 1187|-> 				if ((object->data.vorbis_comment.comments[i].entry = safe_malloc_(1)) == NULL) {
# 1188|   					object->data.vorbis_comment.num_comments = i+1;
# 1189|   					return false;

Error: GCC_ANALYZER_WARNING (CWE-126): [#def53]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1191:33: warning[-Wanalyzer-out-of-bounds]: heap-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1288:21: enter_function: entry to ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1292:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1298:53: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1300:20: branch_false: following ‘false’ branch (when ‘eq’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1303:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1305:21: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1306:20: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1307:34: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: call_function: calling ‘FLAC__metadata_object_vorbiscomment_set_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:30: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘FLAC__metadata_object_vorbiscomment_set_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1308:28: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1310:33: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1312:28: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: call_function: calling ‘vorbiscomment_find_entry_from_’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1313:37: return_function: returning to ‘FLAC__metadata_object_vorbiscomment_replace_comment’ from ‘vorbiscomment_find_entry_from_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1314:40: branch_true: following ‘true’ branch (when ‘i >= 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1315:41: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/metadata_object.c:1316:46: call_function: calling ‘FLAC__metadata_object_vorbiscomment_delete_comment’ from ‘FLAC__metadata_object_vorbiscomment_replace_comment’
# 1189|   					return false;
# 1190|   				}
# 1191|-> 				object->data.vorbis_comment.comments[i].entry[0] = '\0';
# 1192|   			}
# 1193|   		}

Error: GCC_ANALYZER_WARNING (CWE-775): [#def54]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:475:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘file’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:554:16: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:554:26: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:554:26: acquire_resource: opened here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:556:11: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:559:16: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:475:24: danger: ‘file’ leaks here; was opened at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
#  473|   
#  474|   	if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED)
#  475|-> 		return decoder->protected_->initstate = FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED;
#  476|   
#  477|   	if(0 == write_callback || 0 == error_callback)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def55]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:475:24: warning[-Wanalyzer-malloc-leak]: leak of ‘file’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:554:16: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:554:26: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:554:26: acquire_memory: allocated here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:556:11: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:559:16: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:475:24: danger: ‘file’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
#  473|   
#  474|   	if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED)
#  475|-> 		return decoder->protected_->initstate = FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED;
#  476|   
#  477|   	if(0 == write_callback || 0 == error_callback)

Error: GCC_ANALYZER_WARNING (CWE-401): [#def56]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:1754:44: warning[-Wanalyzer-malloc-leak]: leak of ‘malloc(size2)’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3235:12: enter_function: entry to ‘seek_to_absolute_sample_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3307:11: branch_false: following ‘false’ branch (when ‘seek_table’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3361:11: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3368:19: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:20: branch_false: following ‘false’ branch (when ‘lower_bound_sample < upper_bound_sample’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3373:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:21: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:21: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3378:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3378:19: branch_false: following ‘false’ branch (when ‘seek_from_lower_bound == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3383:80: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3398:19: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3402:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3402:19: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3412:17: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3413:21: call_function: calling ‘FLAC__stream_decoder_process_single’ from ‘seek_to_absolute_sample_’
# 1752|   					else
# 1753|   						length -= obj->comments[i].length;
# 1754|-> 					if (0 == (obj->comments[i].entry = safe_malloc_add_2op_(obj->comments[i].length, /*+*/1))) {
# 1755|   						decoder->protected_->state = FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR;
# 1756|   						obj->num_comments = i;

Error: GCC_ANALYZER_WARNING (CWE-131): [#def57]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:1849:41: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3235:12: enter_function: entry to ‘seek_to_absolute_sample_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3307:11: branch_false: following ‘false’ branch (when ‘seek_table’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3361:11: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3368:19: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:20: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:20: branch_false: following ‘false’ branch (when ‘lower_bound_sample < upper_bound_sample’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3373:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:21: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3372:21: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3378:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3378:19: branch_false: following ‘false’ branch (when ‘seek_from_lower_bound == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3383:80: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3398:19: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3402:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3402:19: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3412:17: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_decoder.c:3413:21: call_function: calling ‘FLAC__stream_decoder_process_single’ from ‘seek_to_absolute_sample_’
# 1847|   
# 1848|   			if(track->num_indices > 0) {
# 1849|-> 				if(0 == (track->indices = safe_calloc_(track->num_indices, sizeof(FLAC__StreamMetadata_CueSheet_Index)))) {
# 1850|   					decoder->protected_->state = FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR;
# 1851|   					return false;

Error: GCC_ANALYZER_WARNING (CWE-775): [#def58]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1321:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘file’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1398:38: enter_function: entry to ‘init_file_internal_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1418:16: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1418:26: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1418:26: acquire_resource: opened here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1420:11: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1425:16: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1425:16: call_function: calling ‘init_FILE_internal_’ from ‘init_file_internal_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1425:16: return_function: returning to ‘init_file_internal_’ from ‘init_FILE_internal_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1321:11: danger: ‘file’ leaks here; was opened at [(4)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/3)
# 1319|   	FLAC__ASSERT(0 != file);
# 1320|   
# 1321|-> 	if(encoder->protected_->state != FLAC__STREAM_ENCODER_UNINITIALIZED)
# 1322|   		return FLAC__STREAM_ENCODER_INIT_STATUS_ALREADY_INITIALIZED;
# 1323|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1321:11: warning[-Wanalyzer-malloc-leak]: leak of ‘file’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1398:38: enter_function: entry to ‘init_file_internal_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1418:16: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1418:26: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1418:26: acquire_memory: allocated here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1420:11: branch_false: following ‘false’ branch (when ‘file’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1425:16: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1425:16: call_function: calling ‘init_FILE_internal_’ from ‘init_file_internal_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1425:16: return_function: returning to ‘init_file_internal_’ from ‘init_FILE_internal_’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/flac/src/libFLAC/stream_encoder.c:1321:11: danger: ‘file’ leaks here; was allocated at [(4)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/3)
# 1319|   	FLAC__ASSERT(0 != file);
# 1320|   
# 1321|-> 	if(encoder->protected_->state != FLAC__STREAM_ENCODER_UNINITIALIZED)
# 1322|   		return FLAC__STREAM_ENCODER_INIT_STATUS_ALREADY_INITIALIZED;
# 1323|   

Error: COMPILER_WARNING: [#def60]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:18:10: note[note]: called from here
#   16|   static inline void copy_128(const uint8_t *src, uint8_t *dst) {
#   17|     __m256i s[4];
#   18|->   s[0] = _mm256_loadu_si256((__m256i *)(src + 0 * 32));
#   19|     s[1] = _mm256_loadu_si256((__m256i *)(src + 1 * 32));
#   20|     s[2] = _mm256_loadu_si256((__m256i *)(src + 2 * 32));

Error: COMPILER_WARNING: [#def61]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:19:10: note[note]: called from here
#   17|     __m256i s[4];
#   18|     s[0] = _mm256_loadu_si256((__m256i *)(src + 0 * 32));
#   19|->   s[1] = _mm256_loadu_si256((__m256i *)(src + 1 * 32));
#   20|     s[2] = _mm256_loadu_si256((__m256i *)(src + 2 * 32));
#   21|     s[3] = _mm256_loadu_si256((__m256i *)(src + 3 * 32));

Error: COMPILER_WARNING: [#def62]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:20:10: note[note]: called from here
#   18|     s[0] = _mm256_loadu_si256((__m256i *)(src + 0 * 32));
#   19|     s[1] = _mm256_loadu_si256((__m256i *)(src + 1 * 32));
#   20|->   s[2] = _mm256_loadu_si256((__m256i *)(src + 2 * 32));
#   21|     s[3] = _mm256_loadu_si256((__m256i *)(src + 3 * 32));
#   22|     _mm256_storeu_si256((__m256i *)(dst + 0 * 32), s[0]);

Error: COMPILER_WARNING: [#def63]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:21:10: note[note]: called from here
#   19|     s[1] = _mm256_loadu_si256((__m256i *)(src + 1 * 32));
#   20|     s[2] = _mm256_loadu_si256((__m256i *)(src + 2 * 32));
#   21|->   s[3] = _mm256_loadu_si256((__m256i *)(src + 3 * 32));
#   22|     _mm256_storeu_si256((__m256i *)(dst + 0 * 32), s[0]);
#   23|     _mm256_storeu_si256((__m256i *)(dst + 1 * 32), s[1]);

Error: COMPILER_WARNING: [#def64]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:22:3: note[note]: called from here
#   20|     s[2] = _mm256_loadu_si256((__m256i *)(src + 2 * 32));
#   21|     s[3] = _mm256_loadu_si256((__m256i *)(src + 3 * 32));
#   22|->   _mm256_storeu_si256((__m256i *)(dst + 0 * 32), s[0]);
#   23|     _mm256_storeu_si256((__m256i *)(dst + 1 * 32), s[1]);
#   24|     _mm256_storeu_si256((__m256i *)(dst + 2 * 32), s[2]);

Error: COMPILER_WARNING: [#def65]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:23:3: note[note]: called from here
#   21|     s[3] = _mm256_loadu_si256((__m256i *)(src + 3 * 32));
#   22|     _mm256_storeu_si256((__m256i *)(dst + 0 * 32), s[0]);
#   23|->   _mm256_storeu_si256((__m256i *)(dst + 1 * 32), s[1]);
#   24|     _mm256_storeu_si256((__m256i *)(dst + 2 * 32), s[2]);
#   25|     _mm256_storeu_si256((__m256i *)(dst + 3 * 32), s[3]);

Error: COMPILER_WARNING: [#def66]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:24:3: note[note]: called from here
#   22|     _mm256_storeu_si256((__m256i *)(dst + 0 * 32), s[0]);
#   23|     _mm256_storeu_si256((__m256i *)(dst + 1 * 32), s[1]);
#   24|->   _mm256_storeu_si256((__m256i *)(dst + 2 * 32), s[2]);
#   25|     _mm256_storeu_si256((__m256i *)(dst + 3 * 32), s[3]);
#   26|   }

Error: COMPILER_WARNING: [#def67]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c:25:3: note[note]: called from here
#   23|     _mm256_storeu_si256((__m256i *)(dst + 1 * 32), s[1]);
#   24|     _mm256_storeu_si256((__m256i *)(dst + 2 * 32), s[2]);
#   25|->   _mm256_storeu_si256((__m256i *)(dst + 3 * 32), s[3]);
#   26|   }
#   27|   

Error: COMPILER_WARNING: [#def68]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:39:28: note[note]: called from here
#   37|                           const int16_t *iscan) {
#   38|     const __m128i zero = _mm_setzero_si128();
#   39|->   const __m256i big_zero = _mm256_setzero_si256();
#   40|     int index;
#   41|   

Error: COMPILER_WARNING: [#def69]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:60:13: note[note]: called from here
#   58|     coeff1 = load_tran_low(coeff_ptr + 8);
#   59|   
#   60|->   qcoeff0 = _mm_abs_epi16(coeff0);
#   61|     qcoeff1 = _mm_abs_epi16(coeff1);
#   62|   

Error: COMPILER_WARNING: [#def70]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:61:13: note[note]: called from here
#   59|   
#   60|     qcoeff0 = _mm_abs_epi16(coeff0);
#   61|->   qcoeff1 = _mm_abs_epi16(coeff1);
#   62|   
#   63|     cmp_mask0 = _mm_cmpgt_epi16(qcoeff0, zbin);

Error: COMPILER_WARNING: [#def71]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:68:7: note[note]: called from here
#   66|   
#   67|     all_zero = _mm_or_si128(cmp_mask0, cmp_mask1);
#   68|->   if (_mm_test_all_zeros(all_zero, all_zero)) {
#   69|       _mm256_store_si256((__m256i *)(qcoeff_ptr), big_zero);
#   70|       _mm256_store_si256((__m256i *)(dqcoeff_ptr), big_zero);

Error: COMPILER_WARNING: [#def72]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:69:5: note[note]: called from here
#   67|     all_zero = _mm_or_si128(cmp_mask0, cmp_mask1);
#   68|     if (_mm_test_all_zeros(all_zero, all_zero)) {
#   69|->     _mm256_store_si256((__m256i *)(qcoeff_ptr), big_zero);
#   70|       _mm256_store_si256((__m256i *)(dqcoeff_ptr), big_zero);
#   71|       _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), big_zero);

Error: COMPILER_WARNING: [#def73]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:70:5: note[note]: called from here
#   68|     if (_mm_test_all_zeros(all_zero, all_zero)) {
#   69|       _mm256_store_si256((__m256i *)(qcoeff_ptr), big_zero);
#   70|->     _mm256_store_si256((__m256i *)(dqcoeff_ptr), big_zero);
#   71|       _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), big_zero);
#   72|       _mm256_store_si256((__m256i *)(dqcoeff_ptr + 8), big_zero);

Error: COMPILER_WARNING: [#def74]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:71:5: note[note]: called from here
#   69|       _mm256_store_si256((__m256i *)(qcoeff_ptr), big_zero);
#   70|       _mm256_store_si256((__m256i *)(dqcoeff_ptr), big_zero);
#   71|->     _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), big_zero);
#   72|       _mm256_store_si256((__m256i *)(dqcoeff_ptr + 8), big_zero);
#   73|   

Error: COMPILER_WARNING: [#def75]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:72:5: note[note]: called from here
#   70|       _mm256_store_si256((__m256i *)(dqcoeff_ptr), big_zero);
#   71|       _mm256_store_si256((__m256i *)(qcoeff_ptr + 8), big_zero);
#   72|->     _mm256_store_si256((__m256i *)(dqcoeff_ptr + 8), big_zero);
#   73|   
#   74|       if (n_coeffs == 16) return;

Error: COMPILER_WARNING: [#def76]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:88:15: note[note]: called from here
#   86|   
#   87|       // Reinsert signs
#   88|->     qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#   89|       qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#   90|   

Error: COMPILER_WARNING: [#def77]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:89:15: note[note]: called from here
#   87|       // Reinsert signs
#   88|       qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#   89|->     qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#   90|   
#   91|       // Mask out zbin threshold coeffs

Error: COMPILER_WARNING: [#def78]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:111:15: note[note]: called from here
#  109|       coeff1 = load_tran_low(coeff_ptr + index + 8);
#  110|   
#  111|->     qcoeff0 = _mm_abs_epi16(coeff0);
#  112|       qcoeff1 = _mm_abs_epi16(coeff1);
#  113|   

Error: COMPILER_WARNING: [#def79]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:112:15: note[note]: called from here
#  110|   
#  111|       qcoeff0 = _mm_abs_epi16(coeff0);
#  112|->     qcoeff1 = _mm_abs_epi16(coeff1);
#  113|   
#  114|       cmp_mask0 = _mm_cmpgt_epi16(qcoeff0, zbin);

Error: COMPILER_WARNING: [#def80]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:118:9: note[note]: called from here
#  116|   
#  117|       all_zero = _mm_or_si128(cmp_mask0, cmp_mask1);
#  118|->     if (_mm_test_all_zeros(all_zero, all_zero)) {
#  119|         _mm256_store_si256((__m256i *)(qcoeff_ptr + index), big_zero);
#  120|         _mm256_store_si256((__m256i *)(dqcoeff_ptr + index), big_zero);

Error: COMPILER_WARNING: [#def81]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:119:7: note[note]: called from here
#  117|       all_zero = _mm_or_si128(cmp_mask0, cmp_mask1);
#  118|       if (_mm_test_all_zeros(all_zero, all_zero)) {
#  119|->       _mm256_store_si256((__m256i *)(qcoeff_ptr + index), big_zero);
#  120|         _mm256_store_si256((__m256i *)(dqcoeff_ptr + index), big_zero);
#  121|         _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), big_zero);

Error: COMPILER_WARNING: [#def82]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:120:7: note[note]: called from here
#  118|       if (_mm_test_all_zeros(all_zero, all_zero)) {
#  119|         _mm256_store_si256((__m256i *)(qcoeff_ptr + index), big_zero);
#  120|->       _mm256_store_si256((__m256i *)(dqcoeff_ptr + index), big_zero);
#  121|         _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), big_zero);
#  122|         _mm256_store_si256((__m256i *)(dqcoeff_ptr + index + 8), big_zero);

Error: COMPILER_WARNING: [#def83]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:121:7: note[note]: called from here
#  119|         _mm256_store_si256((__m256i *)(qcoeff_ptr + index), big_zero);
#  120|         _mm256_store_si256((__m256i *)(dqcoeff_ptr + index), big_zero);
#  121|->       _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), big_zero);
#  122|         _mm256_store_si256((__m256i *)(dqcoeff_ptr + index + 8), big_zero);
#  123|         continue;

Error: COMPILER_WARNING: [#def84]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:122:7: note[note]: called from here
#  120|         _mm256_store_si256((__m256i *)(dqcoeff_ptr + index), big_zero);
#  121|         _mm256_store_si256((__m256i *)(qcoeff_ptr + index + 8), big_zero);
#  122|->       _mm256_store_si256((__m256i *)(dqcoeff_ptr + index + 8), big_zero);
#  123|         continue;
#  124|       }

Error: COMPILER_WARNING: [#def85]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:129:15: note[note]: called from here
#  127|       calculate_qcoeff(&qcoeff1, round, quant, shift);
#  128|   
#  129|->     qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#  130|       qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#  131|   

Error: COMPILER_WARNING: [#def86]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c:130:15: note[note]: called from here
#  128|   
#  129|       qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#  130|->     qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#  131|   
#  132|       qcoeff0 = _mm_and_si128(qcoeff0, cmp_mask0);

Error: COMPILER_WARNING: [#def87]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_avx2.c:625:12: note[note]: called from here
#  623|   static inline void load_from_src_buf(const uint8_t *ref1, __m256i *src,
#  624|                                        const int stride) {
#  625|->   src[0] = _mm256_loadu_si256((const __m256i *)ref1);
#  626|     src[1] = _mm256_loadu_si256((const __m256i *)(ref1 + stride));
#  627|     src[2] = _mm256_loadu_si256((const __m256i *)(ref1 + (2 * stride)));

Error: COMPILER_WARNING: [#def88]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_avx2.c:626:12: note[note]: called from here
#  624|                                        const int stride) {
#  625|     src[0] = _mm256_loadu_si256((const __m256i *)ref1);
#  626|->   src[1] = _mm256_loadu_si256((const __m256i *)(ref1 + stride));
#  627|     src[2] = _mm256_loadu_si256((const __m256i *)(ref1 + (2 * stride)));
#  628|     src[3] = _mm256_loadu_si256((const __m256i *)(ref1 + (3 * stride)));

Error: COMPILER_WARNING: [#def89]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_avx2.c:627:12: note[note]: called from here
#  625|     src[0] = _mm256_loadu_si256((const __m256i *)ref1);
#  626|     src[1] = _mm256_loadu_si256((const __m256i *)(ref1 + stride));
#  627|->   src[2] = _mm256_loadu_si256((const __m256i *)(ref1 + (2 * stride)));
#  628|     src[3] = _mm256_loadu_si256((const __m256i *)(ref1 + (3 * stride)));
#  629|   }

Error: COMPILER_WARNING: [#def90]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_avx2.c:628:12: note[note]: called from here
#  626|     src[1] = _mm256_loadu_si256((const __m256i *)(ref1 + stride));
#  627|     src[2] = _mm256_loadu_si256((const __m256i *)(ref1 + (2 * stride)));
#  628|->   src[3] = _mm256_loadu_si256((const __m256i *)(ref1 + (3 * stride)));
#  629|   }
#  630|   

Error: COMPILER_WARNING: [#def91]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_sse4.c:49:20: note[note]: called from here
#   47|     mean = _mm_madd_epi16(mean, k_one_epi16);
#   48|     // m0+m1 m2+m3 s0+s1 s2+s3
#   49|->   __m128i result = _mm_hadd_epi32(mean, sse);
#   50|     // m0+m1+m2+m3 s0+s1+s2+s3 x x
#   51|     result = _mm_add_epi32(result, _mm_bsrli_si128(result, 4));

Error: COMPILER_WARNING: [#def92]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_sse4.c:54:24: note[note]: called from here
#   52|   
#   53|     // (mean * mean): dynamic range 31 bits.
#   54|->   const int mean_int = _mm_extract_epi32(result, 0);
#   55|     const int sse_int = _mm_extract_epi32(result, 2);
#   56|     const unsigned int mean_abs = abs(mean_int);

Error: COMPILER_WARNING: [#def93]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_sse4.c:55:23: note[note]: called from here
#   53|     // (mean * mean): dynamic range 31 bits.
#   54|     const int mean_int = _mm_extract_epi32(result, 0);
#   55|->   const int sse_int = _mm_extract_epi32(result, 2);
#   56|     const unsigned int mean_abs = abs(mean_int);
#   57|     const int var = sse_int - ((mean_abs * mean_abs) >> (bwl + 2));

Error: COMPILER_WARNING: [#def94]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blend_sse4.h:45:26: note[note]: called from here
#   43|     const __m128i v_s0_b = xx_loadl_64(src0);
#   44|     const __m128i v_s1_b = xx_loadl_64(src1);
#   45|->   const __m128i v_s0_w = _mm_cvtepu8_epi16(v_s0_b);
#   46|     const __m128i v_s1_w = _mm_cvtepu8_epi16(v_s1_b);
#   47|   

Error: COMPILER_WARNING: [#def95]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blend_sse4.h:46:26: note[note]: called from here
#   44|     const __m128i v_s1_b = xx_loadl_64(src1);
#   45|     const __m128i v_s0_w = _mm_cvtepu8_epi16(v_s0_b);
#   46|->   const __m128i v_s1_w = _mm_cvtepu8_epi16(v_s1_b);
#   47|   
#   48|     const __m128i v_p0_w = _mm_mullo_epi16(v_s0_w, *v_m0_w);

Error: COMPILER_WARNING: [#def96]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blend_sse4.h:78:26: note[note]: called from here
#   76|     const __m128i v_s1_b = xx_loadl_64(src1);
#   77|   
#   78|->   const __m128i v_p0_w = _mm_maddubs_epi16(_mm_unpacklo_epi8(v_s0_b, v_s1_b),
#   79|                                              _mm_unpacklo_epi8(*v_m0_b, *v_m1_b));
#   80|   

Error: COMPILER_WARNING: [#def97]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blend_sse4.h:81:27: note[note]: called from here
#   79|                                              _mm_unpacklo_epi8(*v_m0_b, *v_m1_b));
#   80|   
#   81|->   const __m128i v_res_w = _mm_mulhrs_epi16(v_p0_w, *rounding);
#   82|     const __m128i v_res = _mm_packus_epi16(v_res_w, v_res_w);
#   83|     return v_res;

Error: COMPILER_WARNING: [#def98]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:22:16: note[note]: called from here
#   20|   
#   21|     // Accumulate the various elements of register into first element.
#   22|->   sum_buffer = _mm256_permute2f128_si256(regx_sum, regx_sum, 1);
#   23|     regx_sum = _mm256_add_epi32(sum_buffer, regx_sum);
#   24|     regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 8));

Error: COMPILER_WARNING: [#def99]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:23:14: note[note]: called from here
#   21|     // Accumulate the various elements of register into first element.
#   22|     sum_buffer = _mm256_permute2f128_si256(regx_sum, regx_sum, 1);
#   23|->   regx_sum = _mm256_add_epi32(sum_buffer, regx_sum);
#   24|     regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 8));
#   25|     regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 4));

Error: COMPILER_WARNING: [#def100]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:24:14: note[note]: called from here
#   22|     sum_buffer = _mm256_permute2f128_si256(regx_sum, regx_sum, 1);
#   23|     regx_sum = _mm256_add_epi32(sum_buffer, regx_sum);
#   24|->   regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 8));
#   25|     regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 4));
#   26|   

Error: COMPILER_WARNING: [#def101]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:25:14: note[note]: called from here
#   23|     regx_sum = _mm256_add_epi32(sum_buffer, regx_sum);
#   24|     regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 8));
#   25|->   regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 4));
#   26|   
#   27|     sse_buffer = _mm256_permute2f128_si256(regx2_sum, regx2_sum, 1);

Error: COMPILER_WARNING: [#def102]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:27:16: note[note]: called from here
#   25|     regx_sum = _mm256_add_epi32(regx_sum, _mm256_srli_si256(regx_sum, 4));
#   26|   
#   27|->   sse_buffer = _mm256_permute2f128_si256(regx2_sum, regx2_sum, 1);
#   28|     regx2_sum = _mm256_add_epi64(sse_buffer, regx2_sum);
#   29|     regx2_sum = _mm256_add_epi64(regx2_sum, _mm256_srli_si256(regx2_sum, 8));

Error: COMPILER_WARNING: [#def103]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:28:15: note[note]: called from here
#   26|   
#   27|     sse_buffer = _mm256_permute2f128_si256(regx2_sum, regx2_sum, 1);
#   28|->   regx2_sum = _mm256_add_epi64(sse_buffer, regx2_sum);
#   29|     regx2_sum = _mm256_add_epi64(regx2_sum, _mm256_srli_si256(regx2_sum, 8));
#   30|   

Error: COMPILER_WARNING: [#def104]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:29:15: note[note]: called from here
#   27|     sse_buffer = _mm256_permute2f128_si256(regx2_sum, regx2_sum, 1);
#   28|     regx2_sum = _mm256_add_epi64(sse_buffer, regx2_sum);
#   29|->   regx2_sum = _mm256_add_epi64(regx2_sum, _mm256_srli_si256(regx2_sum, 8));
#   30|   
#   31|     out_buffer = _mm256_castsi256_si128(regx_sum);

Error: COMPILER_WARNING: [#def105]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:31:16: note[note]: called from here
#   29|     regx2_sum = _mm256_add_epi64(regx2_sum, _mm256_srli_si256(regx2_sum, 8));
#   30|   
#   31|->   out_buffer = _mm256_castsi256_si128(regx_sum);
#   32|     *x_sum += _mm_cvtsi128_si32(out_buffer);
#   33|     out_buffer = _mm256_castsi256_si128(regx2_sum);

Error: COMPILER_WARNING: [#def106]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c:33:16: note[note]: called from here
#   31|     out_buffer = _mm256_castsi256_si128(regx_sum);
#   32|     *x_sum += _mm_cvtsi128_si32(out_buffer);
#   33|->   out_buffer = _mm256_castsi256_si128(regx2_sum);
#   34|   #if AOM_ARCH_X86_64
#   35|     *x2_sum += _mm_cvtsi128_si64(out_buffer);

Error: COMPILER_WARNING: [#def107]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_avx2.h:726:26: note[note]: called from here
#  724|   static inline __m256i convolve_lowbd(const __m256i *const s,
#  725|                                        const __m256i *const coeffs) {
#  726|->   const __m256i res_01 = _mm256_maddubs_epi16(s[0], coeffs[0]);
#  727|     const __m256i res_23 = _mm256_maddubs_epi16(s[1], coeffs[1]);
#  728|     const __m256i res_45 = _mm256_maddubs_epi16(s[2], coeffs[2]);

Error: COMPILER_WARNING: [#def108]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_avx2.h:727:26: note[note]: called from here
#  725|                                        const __m256i *const coeffs) {
#  726|     const __m256i res_01 = _mm256_maddubs_epi16(s[0], coeffs[0]);
#  727|->   const __m256i res_23 = _mm256_maddubs_epi16(s[1], coeffs[1]);
#  728|     const __m256i res_45 = _mm256_maddubs_epi16(s[2], coeffs[2]);
#  729|     const __m256i res_67 = _mm256_maddubs_epi16(s[3], coeffs[3]);

Error: COMPILER_WARNING: [#def109]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_avx2.h:728:26: note[note]: called from here
#  726|     const __m256i res_01 = _mm256_maddubs_epi16(s[0], coeffs[0]);
#  727|     const __m256i res_23 = _mm256_maddubs_epi16(s[1], coeffs[1]);
#  728|->   const __m256i res_45 = _mm256_maddubs_epi16(s[2], coeffs[2]);
#  729|     const __m256i res_67 = _mm256_maddubs_epi16(s[3], coeffs[3]);
#  730|   

Error: COMPILER_WARNING: [#def110]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_avx2.h:729:26: note[note]: called from here
#  727|     const __m256i res_23 = _mm256_maddubs_epi16(s[1], coeffs[1]);
#  728|     const __m256i res_45 = _mm256_maddubs_epi16(s[2], coeffs[2]);
#  729|->   const __m256i res_67 = _mm256_maddubs_epi16(s[3], coeffs[3]);
#  730|   
#  731|     // order: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Error: COMPILER_WARNING: [#def111]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_avx2.h:732:23: note[note]: called from here
#  730|   
#  731|     // order: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#  732|->   const __m256i res = _mm256_add_epi16(_mm256_add_epi16(res_01, res_45),
#  733|                                          _mm256_add_epi16(res_23, res_67));
#  734|   

Error: COMPILER_WARNING: [#def112]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_ssse3.h:21:10: note[note]: called from here
#   19|     const __m128i f_values = _mm_load_si128((const __m128i *)filter);
#   20|     // pack and duplicate the filter values
#   21|->   f[0] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0200u));
#   22|     f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   23|     f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));

Error: COMPILER_WARNING: [#def113]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_ssse3.h:22:10: note[note]: called from here
#   20|     // pack and duplicate the filter values
#   21|     f[0] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0200u));
#   22|->   f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   23|     f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));
#   24|     f[3] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0e0cu));

Error: COMPILER_WARNING: [#def114]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_ssse3.h:23:10: note[note]: called from here
#   21|     f[0] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0200u));
#   22|     f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   23|->   f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));
#   24|     f[3] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0e0cu));
#   25|   }

Error: COMPILER_WARNING: [#def115]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/convolve_ssse3.h:24:10: note[note]: called from here
#   22|     f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   23|     f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));
#   24|->   f[3] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0e0cu));
#   25|   }
#   26|   

Error: COMPILER_WARNING: [#def116]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/fft_avx2.c:23:1: note[note]: called from here
#   21|   
#   22|   // Generate the 1d forward transforms for float using _mm256
#   23|-> GEN_FFT_8(static inline void, avx2, float, __m256, _mm256_load_ps,
#   24|             _mm256_store_ps, _mm256_set1_ps, _mm256_add_ps, _mm256_sub_ps,
#   25|             _mm256_mul_ps)

Error: COMPILER_WARNING: [#def117]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_avx2.c:45:5: note[note]: called from here
#   43|                                     ptrdiff_t stride) {
#   44|     for (int i = 0; i < height; ++i) {
#   45|->     _mm256_storeu_si256((__m256i *)dst, *r);
#   46|       dst += stride;
#   47|     }

Error: COMPILER_WARNING: [#def118]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse4.c:165:18: note[note]: called from here
#  163|   
#  164|       if (upsample_above) {
#  165|->       a0_above = _mm_shuffle_epi8(a0_above, *(__m128i *)EvenOddMaskx[0]);
#  166|         a1_above = _mm_srli_si128(a0_above, 8);
#  167|   

Error: COMPILER_WARNING: [#def119]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse4.c:175:10: note[note]: called from here
#  173|       }
#  174|       // lower half
#  175|->     a0 = _mm_cvtepu8_epi16(a0_above);
#  176|       a1 = _mm_cvtepu8_epi16(a1_above);
#  177|   

Error: COMPILER_WARNING: [#def120]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse4.c:176:10: note[note]: called from here
#  174|       // lower half
#  175|       a0 = _mm_cvtepu8_epi16(a0_above);
#  176|->     a1 = _mm_cvtepu8_epi16(a1_above);
#  177|   
#  178|       diff = _mm_sub_epi16(a1, a0);   // a[x+1] - a[x]

Error: COMPILER_WARNING: [#def121]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse4.c:187:10: note[note]: called from here
#  185|   
#  186|       // uppar half
#  187|->     a0 = _mm_cvtepu8_epi16(_mm_srli_si128(a0_above, 8));
#  188|       a1 = _mm_cvtepu8_epi16(_mm_srli_si128(a1_above, 8));
#  189|   

Error: COMPILER_WARNING: [#def122]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse4.c:188:10: note[note]: called from here
#  186|       // uppar half
#  187|       a0 = _mm_cvtepu8_epi16(_mm_srli_si128(a0_above, 8));
#  188|->     a1 = _mm_cvtepu8_epi16(_mm_srli_si128(a1_above, 8));
#  189|   
#  190|       diff = _mm_sub_epi16(a1, a0);   // a[x+1] - a[x]

Error: COMPILER_WARNING: [#def123]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse4.c:201:9: note[note]: called from here
#  199|   
#  200|       dst[r] =
#  201|->         _mm_blendv_epi8(a_mbase_x, res, *(__m128i *)Mask[0][base_max_diff]);
#  202|       x += dx;
#  203|     }

Error: COMPILER_WARNING: [#def124]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_ssse3.c:26:16: note[note]: called from here
#   24|     const __m128i base = _mm_sub_epi16(_mm_add_epi16(*top, *left), *topleft);
#   25|   
#   26|->   __m128i pl = _mm_abs_epi16(_mm_sub_epi16(base, *left));
#   27|     __m128i pt = _mm_abs_epi16(_mm_sub_epi16(base, *top));
#   28|     __m128i ptl = _mm_abs_epi16(_mm_sub_epi16(base, *topleft));

Error: COMPILER_WARNING: [#def125]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_ssse3.c:27:16: note[note]: called from here
#   25|   
#   26|     __m128i pl = _mm_abs_epi16(_mm_sub_epi16(base, *left));
#   27|->   __m128i pt = _mm_abs_epi16(_mm_sub_epi16(base, *top));
#   28|     __m128i ptl = _mm_abs_epi16(_mm_sub_epi16(base, *topleft));
#   29|   

Error: COMPILER_WARNING: [#def126]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_ssse3.c:28:17: note[note]: called from here
#   26|     __m128i pl = _mm_abs_epi16(_mm_sub_epi16(base, *left));
#   27|     __m128i pt = _mm_abs_epi16(_mm_sub_epi16(base, *top));
#   28|->   __m128i ptl = _mm_abs_epi16(_mm_sub_epi16(base, *topleft));
#   29|   
#   30|     __m128i mask1 = _mm_cmpgt_epi16(pl, pt);

Error: COMPILER_WARNING: [#def127]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/jnt_variance_ssse3.c:26:21: note[note]: called from here
#   24|                                           void *const result) {
#   25|     __m128i p_lo = _mm_unpacklo_epi8(*p0, *p1);
#   26|->   __m128i mult_lo = _mm_maddubs_epi16(p_lo, *w);
#   27|     __m128i round_lo = _mm_add_epi16(mult_lo, *r);
#   28|     __m128i shift_lo = _mm_srai_epi16(round_lo, DIST_PRECISION_BITS);

Error: COMPILER_WARNING: [#def128]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/jnt_variance_ssse3.c:31:21: note[note]: called from here
#   29|   
#   30|     __m128i p_hi = _mm_unpackhi_epi8(*p0, *p1);
#   31|->   __m128i mult_hi = _mm_maddubs_epi16(p_hi, *w);
#   32|     __m128i round_hi = _mm_add_epi16(mult_hi, *r);
#   33|     __m128i shift_hi = _mm_srai_epi16(round_hi, DIST_PRECISION_BITS);

Error: COMPILER_WARNING: [#def129]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:487:22: note[note]: called from here
#  485|     const __m128i x7 = _mm_loadu_si128((__m128i *)(in0 + in_p * 7));
#  486|   
#  487|->   const __m256i y0 = _mm256_insertf128_si256(
#  488|         _mm256_castsi128_si256(x0), _mm_loadu_si128((__m128i *)(in0 + in_p * 8)),
#  489|         0x1);

Error: COMPILER_WARNING: [#def130]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:490:22: note[note]: called from here
#  488|         _mm256_castsi128_si256(x0), _mm_loadu_si128((__m128i *)(in0 + in_p * 8)),
#  489|         0x1);
#  490|->   const __m256i y1 = _mm256_insertf128_si256(
#  491|         _mm256_castsi128_si256(x1), _mm_loadu_si128((__m128i *)(in0 + in_p * 9)),
#  492|         0x1);

Error: COMPILER_WARNING: [#def131]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:493:22: note[note]: called from here
#  491|         _mm256_castsi128_si256(x1), _mm_loadu_si128((__m128i *)(in0 + in_p * 9)),
#  492|         0x1);
#  493|->   const __m256i y2 = _mm256_insertf128_si256(
#  494|         _mm256_castsi128_si256(x2), _mm_loadu_si128((__m128i *)(in0 + in_p * 10)),
#  495|         0x1);

Error: COMPILER_WARNING: [#def132]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:496:22: note[note]: called from here
#  494|         _mm256_castsi128_si256(x2), _mm_loadu_si128((__m128i *)(in0 + in_p * 10)),
#  495|         0x1);
#  496|->   const __m256i y3 = _mm256_insertf128_si256(
#  497|         _mm256_castsi128_si256(x3), _mm_loadu_si128((__m128i *)(in0 + in_p * 11)),
#  498|         0x1);

Error: COMPILER_WARNING: [#def133]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:499:22: note[note]: called from here
#  497|         _mm256_castsi128_si256(x3), _mm_loadu_si128((__m128i *)(in0 + in_p * 11)),
#  498|         0x1);
#  499|->   const __m256i y4 = _mm256_insertf128_si256(
#  500|         _mm256_castsi128_si256(x4), _mm_loadu_si128((__m128i *)(in0 + in_p * 12)),
#  501|         0x1);

Error: COMPILER_WARNING: [#def134]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:502:22: note[note]: called from here
#  500|         _mm256_castsi128_si256(x4), _mm_loadu_si128((__m128i *)(in0 + in_p * 12)),
#  501|         0x1);
#  502|->   const __m256i y5 = _mm256_insertf128_si256(
#  503|         _mm256_castsi128_si256(x5), _mm_loadu_si128((__m128i *)(in0 + in_p * 13)),
#  504|         0x1);

Error: COMPILER_WARNING: [#def135]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:505:22: note[note]: called from here
#  503|         _mm256_castsi128_si256(x5), _mm_loadu_si128((__m128i *)(in0 + in_p * 13)),
#  504|         0x1);
#  505|->   const __m256i y6 = _mm256_insertf128_si256(
#  506|         _mm256_castsi128_si256(x6), _mm_loadu_si128((__m128i *)(in0 + in_p * 14)),
#  507|         0x1);

Error: COMPILER_WARNING: [#def136]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:508:22: note[note]: called from here
#  506|         _mm256_castsi128_si256(x6), _mm_loadu_si128((__m128i *)(in0 + in_p * 14)),
#  507|         0x1);
#  508|->   const __m256i y7 = _mm256_insertf128_si256(
#  509|         _mm256_castsi128_si256(x7), _mm_loadu_si128((__m128i *)(in0 + in_p * 15)),
#  510|         0x1);

Error: COMPILER_WARNING: [#def137]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:512:25: note[note]: called from here
#  510|         0x1);
#  511|   
#  512|->   const __m256i y_s00 = _mm256_unpacklo_epi8(y0, y1);
#  513|     const __m256i y_s01 = _mm256_unpackhi_epi8(y0, y1);
#  514|     const __m256i y_s02 = _mm256_unpacklo_epi8(y2, y3);

Error: COMPILER_WARNING: [#def138]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:513:25: note[note]: called from here
#  511|   
#  512|     const __m256i y_s00 = _mm256_unpacklo_epi8(y0, y1);
#  513|->   const __m256i y_s01 = _mm256_unpackhi_epi8(y0, y1);
#  514|     const __m256i y_s02 = _mm256_unpacklo_epi8(y2, y3);
#  515|     const __m256i y_s03 = _mm256_unpackhi_epi8(y2, y3);

Error: COMPILER_WARNING: [#def139]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:514:25: note[note]: called from here
#  512|     const __m256i y_s00 = _mm256_unpacklo_epi8(y0, y1);
#  513|     const __m256i y_s01 = _mm256_unpackhi_epi8(y0, y1);
#  514|->   const __m256i y_s02 = _mm256_unpacklo_epi8(y2, y3);
#  515|     const __m256i y_s03 = _mm256_unpackhi_epi8(y2, y3);
#  516|     const __m256i y_s04 = _mm256_unpacklo_epi8(y4, y5);

Error: COMPILER_WARNING: [#def140]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:515:25: note[note]: called from here
#  513|     const __m256i y_s01 = _mm256_unpackhi_epi8(y0, y1);
#  514|     const __m256i y_s02 = _mm256_unpacklo_epi8(y2, y3);
#  515|->   const __m256i y_s03 = _mm256_unpackhi_epi8(y2, y3);
#  516|     const __m256i y_s04 = _mm256_unpacklo_epi8(y4, y5);
#  517|     const __m256i y_s05 = _mm256_unpackhi_epi8(y4, y5);

Error: COMPILER_WARNING: [#def141]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:516:25: note[note]: called from here
#  514|     const __m256i y_s02 = _mm256_unpacklo_epi8(y2, y3);
#  515|     const __m256i y_s03 = _mm256_unpackhi_epi8(y2, y3);
#  516|->   const __m256i y_s04 = _mm256_unpacklo_epi8(y4, y5);
#  517|     const __m256i y_s05 = _mm256_unpackhi_epi8(y4, y5);
#  518|     const __m256i y_s06 = _mm256_unpacklo_epi8(y6, y7);

Error: COMPILER_WARNING: [#def142]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:517:25: note[note]: called from here
#  515|     const __m256i y_s03 = _mm256_unpackhi_epi8(y2, y3);
#  516|     const __m256i y_s04 = _mm256_unpacklo_epi8(y4, y5);
#  517|->   const __m256i y_s05 = _mm256_unpackhi_epi8(y4, y5);
#  518|     const __m256i y_s06 = _mm256_unpacklo_epi8(y6, y7);
#  519|     const __m256i y_s07 = _mm256_unpackhi_epi8(y6, y7);

Error: COMPILER_WARNING: [#def143]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:518:25: note[note]: called from here
#  516|     const __m256i y_s04 = _mm256_unpacklo_epi8(y4, y5);
#  517|     const __m256i y_s05 = _mm256_unpackhi_epi8(y4, y5);
#  518|->   const __m256i y_s06 = _mm256_unpacklo_epi8(y6, y7);
#  519|     const __m256i y_s07 = _mm256_unpackhi_epi8(y6, y7);
#  520|   

Error: COMPILER_WARNING: [#def144]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:519:25: note[note]: called from here
#  517|     const __m256i y_s05 = _mm256_unpackhi_epi8(y4, y5);
#  518|     const __m256i y_s06 = _mm256_unpacklo_epi8(y6, y7);
#  519|->   const __m256i y_s07 = _mm256_unpackhi_epi8(y6, y7);
#  520|   
#  521|     const __m256i y_s10 = _mm256_unpacklo_epi16(y_s00, y_s02);

Error: COMPILER_WARNING: [#def145]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:521:25: note[note]: called from here
#  519|     const __m256i y_s07 = _mm256_unpackhi_epi8(y6, y7);
#  520|   
#  521|->   const __m256i y_s10 = _mm256_unpacklo_epi16(y_s00, y_s02);
#  522|     const __m256i y_s11 = _mm256_unpackhi_epi16(y_s00, y_s02);
#  523|     const __m256i y_s12 = _mm256_unpacklo_epi16(y_s01, y_s03);

Error: COMPILER_WARNING: [#def146]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:522:25: note[note]: called from here
#  520|   
#  521|     const __m256i y_s10 = _mm256_unpacklo_epi16(y_s00, y_s02);
#  522|->   const __m256i y_s11 = _mm256_unpackhi_epi16(y_s00, y_s02);
#  523|     const __m256i y_s12 = _mm256_unpacklo_epi16(y_s01, y_s03);
#  524|     const __m256i y_s13 = _mm256_unpackhi_epi16(y_s01, y_s03);

Error: COMPILER_WARNING: [#def147]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:523:25: note[note]: called from here
#  521|     const __m256i y_s10 = _mm256_unpacklo_epi16(y_s00, y_s02);
#  522|     const __m256i y_s11 = _mm256_unpackhi_epi16(y_s00, y_s02);
#  523|->   const __m256i y_s12 = _mm256_unpacklo_epi16(y_s01, y_s03);
#  524|     const __m256i y_s13 = _mm256_unpackhi_epi16(y_s01, y_s03);
#  525|     const __m256i y_s14 = _mm256_unpacklo_epi16(y_s04, y_s06);

Error: COMPILER_WARNING: [#def148]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:524:25: note[note]: called from here
#  522|     const __m256i y_s11 = _mm256_unpackhi_epi16(y_s00, y_s02);
#  523|     const __m256i y_s12 = _mm256_unpacklo_epi16(y_s01, y_s03);
#  524|->   const __m256i y_s13 = _mm256_unpackhi_epi16(y_s01, y_s03);
#  525|     const __m256i y_s14 = _mm256_unpacklo_epi16(y_s04, y_s06);
#  526|     const __m256i y_s15 = _mm256_unpackhi_epi16(y_s04, y_s06);

Error: COMPILER_WARNING: [#def149]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:525:25: note[note]: called from here
#  523|     const __m256i y_s12 = _mm256_unpacklo_epi16(y_s01, y_s03);
#  524|     const __m256i y_s13 = _mm256_unpackhi_epi16(y_s01, y_s03);
#  525|->   const __m256i y_s14 = _mm256_unpacklo_epi16(y_s04, y_s06);
#  526|     const __m256i y_s15 = _mm256_unpackhi_epi16(y_s04, y_s06);
#  527|     const __m256i y_s16 = _mm256_unpacklo_epi16(y_s05, y_s07);

Error: COMPILER_WARNING: [#def150]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:526:25: note[note]: called from here
#  524|     const __m256i y_s13 = _mm256_unpackhi_epi16(y_s01, y_s03);
#  525|     const __m256i y_s14 = _mm256_unpacklo_epi16(y_s04, y_s06);
#  526|->   const __m256i y_s15 = _mm256_unpackhi_epi16(y_s04, y_s06);
#  527|     const __m256i y_s16 = _mm256_unpacklo_epi16(y_s05, y_s07);
#  528|     const __m256i y_s17 = _mm256_unpackhi_epi16(y_s05, y_s07);

Error: COMPILER_WARNING: [#def151]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:527:25: note[note]: called from here
#  525|     const __m256i y_s14 = _mm256_unpacklo_epi16(y_s04, y_s06);
#  526|     const __m256i y_s15 = _mm256_unpackhi_epi16(y_s04, y_s06);
#  527|->   const __m256i y_s16 = _mm256_unpacklo_epi16(y_s05, y_s07);
#  528|     const __m256i y_s17 = _mm256_unpackhi_epi16(y_s05, y_s07);
#  529|   

Error: COMPILER_WARNING: [#def152]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:528:25: note[note]: called from here
#  526|     const __m256i y_s15 = _mm256_unpackhi_epi16(y_s04, y_s06);
#  527|     const __m256i y_s16 = _mm256_unpacklo_epi16(y_s05, y_s07);
#  528|->   const __m256i y_s17 = _mm256_unpackhi_epi16(y_s05, y_s07);
#  529|   
#  530|     const __m256i y_s20 = _mm256_unpacklo_epi32(y_s10, y_s14);

Error: COMPILER_WARNING: [#def153]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:530:25: note[note]: called from here
#  528|     const __m256i y_s17 = _mm256_unpackhi_epi16(y_s05, y_s07);
#  529|   
#  530|->   const __m256i y_s20 = _mm256_unpacklo_epi32(y_s10, y_s14);
#  531|     const __m256i y_s21 = _mm256_unpackhi_epi32(y_s10, y_s14);
#  532|     const __m256i y_s22 = _mm256_unpacklo_epi32(y_s11, y_s15);

Error: COMPILER_WARNING: [#def154]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:531:25: note[note]: called from here
#  529|   
#  530|     const __m256i y_s20 = _mm256_unpacklo_epi32(y_s10, y_s14);
#  531|->   const __m256i y_s21 = _mm256_unpackhi_epi32(y_s10, y_s14);
#  532|     const __m256i y_s22 = _mm256_unpacklo_epi32(y_s11, y_s15);
#  533|     const __m256i y_s23 = _mm256_unpackhi_epi32(y_s11, y_s15);

Error: COMPILER_WARNING: [#def155]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:532:25: note[note]: called from here
#  530|     const __m256i y_s20 = _mm256_unpacklo_epi32(y_s10, y_s14);
#  531|     const __m256i y_s21 = _mm256_unpackhi_epi32(y_s10, y_s14);
#  532|->   const __m256i y_s22 = _mm256_unpacklo_epi32(y_s11, y_s15);
#  533|     const __m256i y_s23 = _mm256_unpackhi_epi32(y_s11, y_s15);
#  534|     const __m256i y_s24 = _mm256_unpacklo_epi32(y_s12, y_s16);

Error: COMPILER_WARNING: [#def156]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:533:25: note[note]: called from here
#  531|     const __m256i y_s21 = _mm256_unpackhi_epi32(y_s10, y_s14);
#  532|     const __m256i y_s22 = _mm256_unpacklo_epi32(y_s11, y_s15);
#  533|->   const __m256i y_s23 = _mm256_unpackhi_epi32(y_s11, y_s15);
#  534|     const __m256i y_s24 = _mm256_unpacklo_epi32(y_s12, y_s16);
#  535|     const __m256i y_s25 = _mm256_unpackhi_epi32(y_s12, y_s16);

Error: COMPILER_WARNING: [#def157]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:534:25: note[note]: called from here
#  532|     const __m256i y_s22 = _mm256_unpacklo_epi32(y_s11, y_s15);
#  533|     const __m256i y_s23 = _mm256_unpackhi_epi32(y_s11, y_s15);
#  534|->   const __m256i y_s24 = _mm256_unpacklo_epi32(y_s12, y_s16);
#  535|     const __m256i y_s25 = _mm256_unpackhi_epi32(y_s12, y_s16);
#  536|     const __m256i y_s26 = _mm256_unpacklo_epi32(y_s13, y_s17);

Error: COMPILER_WARNING: [#def158]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:535:25: note[note]: called from here
#  533|     const __m256i y_s23 = _mm256_unpackhi_epi32(y_s11, y_s15);
#  534|     const __m256i y_s24 = _mm256_unpacklo_epi32(y_s12, y_s16);
#  535|->   const __m256i y_s25 = _mm256_unpackhi_epi32(y_s12, y_s16);
#  536|     const __m256i y_s26 = _mm256_unpacklo_epi32(y_s13, y_s17);
#  537|     const __m256i y_s27 = _mm256_unpackhi_epi32(y_s13, y_s17);

Error: COMPILER_WARNING: [#def159]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:536:25: note[note]: called from here
#  534|     const __m256i y_s24 = _mm256_unpacklo_epi32(y_s12, y_s16);
#  535|     const __m256i y_s25 = _mm256_unpackhi_epi32(y_s12, y_s16);
#  536|->   const __m256i y_s26 = _mm256_unpacklo_epi32(y_s13, y_s17);
#  537|     const __m256i y_s27 = _mm256_unpackhi_epi32(y_s13, y_s17);
#  538|   

Error: COMPILER_WARNING: [#def160]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:537:25: note[note]: called from here
#  535|     const __m256i y_s25 = _mm256_unpackhi_epi32(y_s12, y_s16);
#  536|     const __m256i y_s26 = _mm256_unpacklo_epi32(y_s13, y_s17);
#  537|->   const __m256i y_s27 = _mm256_unpackhi_epi32(y_s13, y_s17);
#  538|   
#  539|     const __m256i row_s01 = _mm256_permute4x64_epi64(y_s20, 0xd8);

Error: COMPILER_WARNING: [#def161]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:539:27: note[note]: called from here
#  537|     const __m256i y_s27 = _mm256_unpackhi_epi32(y_s13, y_s17);
#  538|   
#  539|->   const __m256i row_s01 = _mm256_permute4x64_epi64(y_s20, 0xd8);
#  540|     const __m256i row_s23 = _mm256_permute4x64_epi64(y_s21, 0xd8);
#  541|     const __m256i row_s45 = _mm256_permute4x64_epi64(y_s22, 0xd8);

Error: COMPILER_WARNING: [#def162]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:540:27: note[note]: called from here
#  538|   
#  539|     const __m256i row_s01 = _mm256_permute4x64_epi64(y_s20, 0xd8);
#  540|->   const __m256i row_s23 = _mm256_permute4x64_epi64(y_s21, 0xd8);
#  541|     const __m256i row_s45 = _mm256_permute4x64_epi64(y_s22, 0xd8);
#  542|     const __m256i row_s67 = _mm256_permute4x64_epi64(y_s23, 0xd8);

Error: COMPILER_WARNING: [#def163]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:541:27: note[note]: called from here
#  539|     const __m256i row_s01 = _mm256_permute4x64_epi64(y_s20, 0xd8);
#  540|     const __m256i row_s23 = _mm256_permute4x64_epi64(y_s21, 0xd8);
#  541|->   const __m256i row_s45 = _mm256_permute4x64_epi64(y_s22, 0xd8);
#  542|     const __m256i row_s67 = _mm256_permute4x64_epi64(y_s23, 0xd8);
#  543|     const __m256i row_s89 = _mm256_permute4x64_epi64(y_s24, 0xd8);

Error: COMPILER_WARNING: [#def164]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:542:27: note[note]: called from here
#  540|     const __m256i row_s23 = _mm256_permute4x64_epi64(y_s21, 0xd8);
#  541|     const __m256i row_s45 = _mm256_permute4x64_epi64(y_s22, 0xd8);
#  542|->   const __m256i row_s67 = _mm256_permute4x64_epi64(y_s23, 0xd8);
#  543|     const __m256i row_s89 = _mm256_permute4x64_epi64(y_s24, 0xd8);
#  544|     const __m256i row_s1011 = _mm256_permute4x64_epi64(y_s25, 0xd8);

Error: COMPILER_WARNING: [#def165]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:543:27: note[note]: called from here
#  541|     const __m256i row_s45 = _mm256_permute4x64_epi64(y_s22, 0xd8);
#  542|     const __m256i row_s67 = _mm256_permute4x64_epi64(y_s23, 0xd8);
#  543|->   const __m256i row_s89 = _mm256_permute4x64_epi64(y_s24, 0xd8);
#  544|     const __m256i row_s1011 = _mm256_permute4x64_epi64(y_s25, 0xd8);
#  545|     const __m256i row_s1213 = _mm256_permute4x64_epi64(y_s26, 0xd8);

Error: COMPILER_WARNING: [#def166]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:544:29: note[note]: called from here
#  542|     const __m256i row_s67 = _mm256_permute4x64_epi64(y_s23, 0xd8);
#  543|     const __m256i row_s89 = _mm256_permute4x64_epi64(y_s24, 0xd8);
#  544|->   const __m256i row_s1011 = _mm256_permute4x64_epi64(y_s25, 0xd8);
#  545|     const __m256i row_s1213 = _mm256_permute4x64_epi64(y_s26, 0xd8);
#  546|     const __m256i row_s1415 = _mm256_permute4x64_epi64(y_s27, 0xd8);

Error: COMPILER_WARNING: [#def167]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:545:29: note[note]: called from here
#  543|     const __m256i row_s89 = _mm256_permute4x64_epi64(y_s24, 0xd8);
#  544|     const __m256i row_s1011 = _mm256_permute4x64_epi64(y_s25, 0xd8);
#  545|->   const __m256i row_s1213 = _mm256_permute4x64_epi64(y_s26, 0xd8);
#  546|     const __m256i row_s1415 = _mm256_permute4x64_epi64(y_s27, 0xd8);
#  547|   

Error: COMPILER_WARNING: [#def168]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:546:29: note[note]: called from here
#  544|     const __m256i row_s1011 = _mm256_permute4x64_epi64(y_s25, 0xd8);
#  545|     const __m256i row_s1213 = _mm256_permute4x64_epi64(y_s26, 0xd8);
#  546|->   const __m256i row_s1415 = _mm256_permute4x64_epi64(y_s27, 0xd8);
#  547|   
#  548|     if (is_store_avx2) {

Error: COMPILER_WARNING: [#def169]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:549:5: note[note]: called from here
#  547|   
#  548|     if (is_store_avx2) {
#  549|->     _mm256_storeu_si256((__m256i *)(out), row_s01);
#  550|       _mm256_storeu_si256((__m256i *)(out + (2 * out_p)), row_s23);
#  551|       _mm256_storeu_si256((__m256i *)(out + (4 * out_p)), row_s45);

Error: COMPILER_WARNING: [#def170]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:550:5: note[note]: called from here
#  548|     if (is_store_avx2) {
#  549|       _mm256_storeu_si256((__m256i *)(out), row_s01);
#  550|->     _mm256_storeu_si256((__m256i *)(out + (2 * out_p)), row_s23);
#  551|       _mm256_storeu_si256((__m256i *)(out + (4 * out_p)), row_s45);
#  552|       _mm256_storeu_si256((__m256i *)(out + (6 * out_p)), row_s67);

Error: COMPILER_WARNING: [#def171]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:551:5: note[note]: called from here
#  549|       _mm256_storeu_si256((__m256i *)(out), row_s01);
#  550|       _mm256_storeu_si256((__m256i *)(out + (2 * out_p)), row_s23);
#  551|->     _mm256_storeu_si256((__m256i *)(out + (4 * out_p)), row_s45);
#  552|       _mm256_storeu_si256((__m256i *)(out + (6 * out_p)), row_s67);
#  553|       _mm256_storeu_si256((__m256i *)(out + (8 * out_p)), row_s89);

Error: COMPILER_WARNING: [#def172]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:552:5: note[note]: called from here
#  550|       _mm256_storeu_si256((__m256i *)(out + (2 * out_p)), row_s23);
#  551|       _mm256_storeu_si256((__m256i *)(out + (4 * out_p)), row_s45);
#  552|->     _mm256_storeu_si256((__m256i *)(out + (6 * out_p)), row_s67);
#  553|       _mm256_storeu_si256((__m256i *)(out + (8 * out_p)), row_s89);
#  554|       _mm256_storeu_si256((__m256i *)(out + (10 * out_p)), row_s1011);

Error: COMPILER_WARNING: [#def173]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:553:5: note[note]: called from here
#  551|       _mm256_storeu_si256((__m256i *)(out + (4 * out_p)), row_s45);
#  552|       _mm256_storeu_si256((__m256i *)(out + (6 * out_p)), row_s67);
#  553|->     _mm256_storeu_si256((__m256i *)(out + (8 * out_p)), row_s89);
#  554|       _mm256_storeu_si256((__m256i *)(out + (10 * out_p)), row_s1011);
#  555|       _mm256_storeu_si256((__m256i *)(out + (12 * out_p)), row_s1213);

Error: COMPILER_WARNING: [#def174]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:554:5: note[note]: called from here
#  552|       _mm256_storeu_si256((__m256i *)(out + (6 * out_p)), row_s67);
#  553|       _mm256_storeu_si256((__m256i *)(out + (8 * out_p)), row_s89);
#  554|->     _mm256_storeu_si256((__m256i *)(out + (10 * out_p)), row_s1011);
#  555|       _mm256_storeu_si256((__m256i *)(out + (12 * out_p)), row_s1213);
#  556|       _mm256_storeu_si256((__m256i *)(out + (14 * out_p)), row_s1415);

Error: COMPILER_WARNING: [#def175]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:555:5: note[note]: called from here
#  553|       _mm256_storeu_si256((__m256i *)(out + (8 * out_p)), row_s89);
#  554|       _mm256_storeu_si256((__m256i *)(out + (10 * out_p)), row_s1011);
#  555|->     _mm256_storeu_si256((__m256i *)(out + (12 * out_p)), row_s1213);
#  556|       _mm256_storeu_si256((__m256i *)(out + (14 * out_p)), row_s1415);
#  557|     } else {

Error: COMPILER_WARNING: [#def176]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:556:5: note[note]: called from here
#  554|       _mm256_storeu_si256((__m256i *)(out + (10 * out_p)), row_s1011);
#  555|       _mm256_storeu_si256((__m256i *)(out + (12 * out_p)), row_s1213);
#  556|->     _mm256_storeu_si256((__m256i *)(out + (14 * out_p)), row_s1415);
#  557|     } else {
#  558|       _mm_storeu_si128((__m128i *)(out), _mm256_castsi256_si128(row_s01));

Error: COMPILER_WARNING: [#def177]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:558:5: note[note]: called from here
#  556|       _mm256_storeu_si256((__m256i *)(out + (14 * out_p)), row_s1415);
#  557|     } else {
#  558|->     _mm_storeu_si128((__m128i *)(out), _mm256_castsi256_si128(row_s01));
#  559|       _mm_storeu_si128((__m128i *)(out + (2 * out_p)),
#  560|                        _mm256_castsi256_si128(row_s23));

Error: COMPILER_WARNING: [#def178]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:559:5: note[note]: called from here
#  557|     } else {
#  558|       _mm_storeu_si128((__m128i *)(out), _mm256_castsi256_si128(row_s01));
#  559|->     _mm_storeu_si128((__m128i *)(out + (2 * out_p)),
#  560|                        _mm256_castsi256_si128(row_s23));
#  561|       _mm_storeu_si128((__m128i *)(out + (4 * out_p)),

Error: COMPILER_WARNING: [#def179]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:561:5: note[note]: called from here
#  559|       _mm_storeu_si128((__m128i *)(out + (2 * out_p)),
#  560|                        _mm256_castsi256_si128(row_s23));
#  561|->     _mm_storeu_si128((__m128i *)(out + (4 * out_p)),
#  562|                        _mm256_castsi256_si128(row_s45));
#  563|       _mm_storeu_si128((__m128i *)(out + (6 * out_p)),

Error: COMPILER_WARNING: [#def180]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:563:5: note[note]: called from here
#  561|       _mm_storeu_si128((__m128i *)(out + (4 * out_p)),
#  562|                        _mm256_castsi256_si128(row_s45));
#  563|->     _mm_storeu_si128((__m128i *)(out + (6 * out_p)),
#  564|                        _mm256_castsi256_si128(row_s67));
#  565|       _mm_storeu_si128((__m128i *)(out + (8 * out_p)),

Error: COMPILER_WARNING: [#def181]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:565:5: note[note]: called from here
#  563|       _mm_storeu_si128((__m128i *)(out + (6 * out_p)),
#  564|                        _mm256_castsi256_si128(row_s67));
#  565|->     _mm_storeu_si128((__m128i *)(out + (8 * out_p)),
#  566|                        _mm256_castsi256_si128(row_s89));
#  567|       _mm_storeu_si128((__m128i *)(out + (10 * out_p)),

Error: COMPILER_WARNING: [#def182]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:567:5: note[note]: called from here
#  565|       _mm_storeu_si128((__m128i *)(out + (8 * out_p)),
#  566|                        _mm256_castsi256_si128(row_s89));
#  567|->     _mm_storeu_si128((__m128i *)(out + (10 * out_p)),
#  568|                        _mm256_castsi256_si128(row_s1011));
#  569|       _mm_storeu_si128((__m128i *)(out + (12 * out_p)),

Error: COMPILER_WARNING: [#def183]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:569:5: note[note]: called from here
#  567|       _mm_storeu_si128((__m128i *)(out + (10 * out_p)),
#  568|                        _mm256_castsi256_si128(row_s1011));
#  569|->     _mm_storeu_si128((__m128i *)(out + (12 * out_p)),
#  570|                        _mm256_castsi256_si128(row_s1213));
#  571|       _mm_storeu_si128((__m128i *)(out + (14 * out_p)),

Error: COMPILER_WARNING: [#def184]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:571:5: note[note]: called from here
#  569|       _mm_storeu_si128((__m128i *)(out + (12 * out_p)),
#  570|                        _mm256_castsi256_si128(row_s1213));
#  571|->     _mm_storeu_si128((__m128i *)(out + (14 * out_p)),
#  572|                        _mm256_castsi256_si128(row_s1415));
#  573|       _mm_storeu_si128((__m128i *)(out + (1 * out_p)),

Error: COMPILER_WARNING: [#def185]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:573:5: note[note]: called from here
#  571|       _mm_storeu_si128((__m128i *)(out + (14 * out_p)),
#  572|                        _mm256_castsi256_si128(row_s1415));
#  573|->     _mm_storeu_si128((__m128i *)(out + (1 * out_p)),
#  574|                        _mm256_extracti128_si256(row_s01, 1));
#  575|       _mm_storeu_si128((__m128i *)(out + (3 * out_p)),

Error: COMPILER_WARNING: [#def186]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:575:5: note[note]: called from here
#  573|       _mm_storeu_si128((__m128i *)(out + (1 * out_p)),
#  574|                        _mm256_extracti128_si256(row_s01, 1));
#  575|->     _mm_storeu_si128((__m128i *)(out + (3 * out_p)),
#  576|                        _mm256_extracti128_si256(row_s23, 1));
#  577|       _mm_storeu_si128((__m128i *)(out + (5 * out_p)),

Error: COMPILER_WARNING: [#def187]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:577:5: note[note]: called from here
#  575|       _mm_storeu_si128((__m128i *)(out + (3 * out_p)),
#  576|                        _mm256_extracti128_si256(row_s23, 1));
#  577|->     _mm_storeu_si128((__m128i *)(out + (5 * out_p)),
#  578|                        _mm256_extracti128_si256(row_s45, 1));
#  579|       _mm_storeu_si128((__m128i *)(out + (7 * out_p)),

Error: COMPILER_WARNING: [#def188]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:579:5: note[note]: called from here
#  577|       _mm_storeu_si128((__m128i *)(out + (5 * out_p)),
#  578|                        _mm256_extracti128_si256(row_s45, 1));
#  579|->     _mm_storeu_si128((__m128i *)(out + (7 * out_p)),
#  580|                        _mm256_extracti128_si256(row_s67, 1));
#  581|       _mm_storeu_si128((__m128i *)(out + (9 * out_p)),

Error: COMPILER_WARNING: [#def189]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:581:5: note[note]: called from here
#  579|       _mm_storeu_si128((__m128i *)(out + (7 * out_p)),
#  580|                        _mm256_extracti128_si256(row_s67, 1));
#  581|->     _mm_storeu_si128((__m128i *)(out + (9 * out_p)),
#  582|                        _mm256_extracti128_si256(row_s89, 1));
#  583|       _mm_storeu_si128((__m128i *)(out + (11 * out_p)),

Error: COMPILER_WARNING: [#def190]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:583:5: note[note]: called from here
#  581|       _mm_storeu_si128((__m128i *)(out + (9 * out_p)),
#  582|                        _mm256_extracti128_si256(row_s89, 1));
#  583|->     _mm_storeu_si128((__m128i *)(out + (11 * out_p)),
#  584|                        _mm256_extracti128_si256(row_s1011, 1));
#  585|       _mm_storeu_si128((__m128i *)(out + (13 * out_p)),

Error: COMPILER_WARNING: [#def191]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:585:5: note[note]: called from here
#  583|       _mm_storeu_si128((__m128i *)(out + (11 * out_p)),
#  584|                        _mm256_extracti128_si256(row_s1011, 1));
#  585|->     _mm_storeu_si128((__m128i *)(out + (13 * out_p)),
#  586|                        _mm256_extracti128_si256(row_s1213, 1));
#  587|       _mm_storeu_si128((__m128i *)(out + (15 * out_p)),

Error: COMPILER_WARNING: [#def192]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c:587:5: note[note]: called from here
#  585|       _mm_storeu_si128((__m128i *)(out + (13 * out_p)),
#  586|                        _mm256_extracti128_si256(row_s1213, 1));
#  587|->     _mm_storeu_si128((__m128i *)(out + (15 * out_p)),
#  588|                        _mm256_extracti128_si256(row_s1415, 1));
#  589|     }

Error: COMPILER_WARNING: [#def193]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_ssse3.c:120:24: note[note]: called from here
#  118|         const __m128i data_l = _mm_unpacklo_epi8(a, b);
#  119|         const __m128i mask_l = _mm_unpacklo_epi8(m, m_inv);
#  120|->       __m128i pred_l = _mm_maddubs_epi16(data_l, mask_l);
#  121|         pred_l = xx_roundn_epu16(pred_l, AOM_BLEND_A64_ROUND_BITS);
#  122|   

Error: COMPILER_WARNING: [#def194]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_ssse3.c:125:24: note[note]: called from here
#  123|         const __m128i data_r = _mm_unpackhi_epi8(a, b);
#  124|         const __m128i mask_r = _mm_unpackhi_epi8(m, m_inv);
#  125|->       __m128i pred_r = _mm_maddubs_epi16(data_r, mask_r);
#  126|         pred_r = xx_roundn_epu16(pred_r, AOM_BLEND_A64_ROUND_BITS);
#  127|   

Error: COMPILER_WARNING: [#def195]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_variance_intrin_ssse3.c:142:8: note[note]: called from here
#  140|                                      const __m128i filter) {
#  141|     __m128i v0 = _mm_unpacklo_epi8(a, b);
#  142|->   v0 = _mm_maddubs_epi16(v0, filter);
#  143|     v0 = xx_roundn_epu16(v0, FILTER_BITS);
#  144|   

Error: COMPILER_WARNING: [#def196]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_variance_intrin_ssse3.c:146:8: note[note]: called from here
#  144|   
#  145|     __m128i v1 = _mm_unpackhi_epi8(a, b);
#  146|->   v1 = _mm_maddubs_epi16(v1, filter);
#  147|     v1 = xx_roundn_epu16(v1, FILTER_BITS);
#  148|   

Error: COMPILER_WARNING: [#def197]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:24:11: note[note]: called from here
#   22|                                         const int16_t *shift_ptr, __m256i *shift,
#   23|                                         int log_scale) {
#   24|->   *zbin = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)zbin_ptr));
#   25|     *zbin = _mm256_permute4x64_epi64(*zbin, 0x54);
#   26|     if (log_scale > 0) {

Error: COMPILER_WARNING: [#def198]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:25:11: note[note]: called from here
#   23|                                         int log_scale) {
#   24|     *zbin = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)zbin_ptr));
#   25|->   *zbin = _mm256_permute4x64_epi64(*zbin, 0x54);
#   26|     if (log_scale > 0) {
#   27|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));

Error: COMPILER_WARNING: [#def199]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:27:25: note[note]: called from here
#   25|     *zbin = _mm256_permute4x64_epi64(*zbin, 0x54);
#   26|     if (log_scale > 0) {
#   27|->     const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   28|       *zbin = _mm256_add_epi16(*zbin, rnd);
#   29|       *zbin = _mm256_srai_epi16(*zbin, log_scale);

Error: COMPILER_WARNING: [#def200]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:28:13: note[note]: called from here
#   26|     if (log_scale > 0) {
#   27|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   28|->     *zbin = _mm256_add_epi16(*zbin, rnd);
#   29|       *zbin = _mm256_srai_epi16(*zbin, log_scale);
#   30|     }

Error: COMPILER_WARNING: [#def201]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:29:13: note[note]: called from here
#   27|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   28|       *zbin = _mm256_add_epi16(*zbin, rnd);
#   29|->     *zbin = _mm256_srai_epi16(*zbin, log_scale);
#   30|     }
#   31|     // Subtracting 1 here eliminates a _mm256_cmpeq_epi16() instruction when

Error: COMPILER_WARNING: [#def202]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:33:11: note[note]: called from here
#   31|     // Subtracting 1 here eliminates a _mm256_cmpeq_epi16() instruction when
#   32|     // calculating the zbin mask. (See quantize_b_logscale{0,1,2}_16)
#   33|->   *zbin = _mm256_sub_epi16(*zbin, _mm256_set1_epi16(1));
#   34|   
#   35|     *round = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)round_ptr));

Error: COMPILER_WARNING: [#def203]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:35:12: note[note]: called from here
#   33|     *zbin = _mm256_sub_epi16(*zbin, _mm256_set1_epi16(1));
#   34|   
#   35|->   *round = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)round_ptr));
#   36|     *round = _mm256_permute4x64_epi64(*round, 0x54);
#   37|     if (log_scale > 0) {

Error: COMPILER_WARNING: [#def204]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:36:12: note[note]: called from here
#   34|   
#   35|     *round = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)round_ptr));
#   36|->   *round = _mm256_permute4x64_epi64(*round, 0x54);
#   37|     if (log_scale > 0) {
#   38|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));

Error: COMPILER_WARNING: [#def205]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:38:25: note[note]: called from here
#   36|     *round = _mm256_permute4x64_epi64(*round, 0x54);
#   37|     if (log_scale > 0) {
#   38|->     const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   39|       *round = _mm256_add_epi16(*round, rnd);
#   40|       *round = _mm256_srai_epi16(*round, log_scale);

Error: COMPILER_WARNING: [#def206]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:39:14: note[note]: called from here
#   37|     if (log_scale > 0) {
#   38|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   39|->     *round = _mm256_add_epi16(*round, rnd);
#   40|       *round = _mm256_srai_epi16(*round, log_scale);
#   41|     }

Error: COMPILER_WARNING: [#def207]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:40:14: note[note]: called from here
#   38|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   39|       *round = _mm256_add_epi16(*round, rnd);
#   40|->     *round = _mm256_srai_epi16(*round, log_scale);
#   41|     }
#   42|   

Error: COMPILER_WARNING: [#def208]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:43:12: note[note]: called from here
#   41|     }
#   42|   
#   43|->   *quant = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)quant_ptr));
#   44|     *quant = _mm256_permute4x64_epi64(*quant, 0x54);
#   45|     *dequant =

Error: COMPILER_WARNING: [#def209]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:44:12: note[note]: called from here
#   42|   
#   43|     *quant = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)quant_ptr));
#   44|->   *quant = _mm256_permute4x64_epi64(*quant, 0x54);
#   45|     *dequant =
#   46|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));

Error: COMPILER_WARNING: [#def210]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:46:7: note[note]: called from here
#   44|     *quant = _mm256_permute4x64_epi64(*quant, 0x54);
#   45|     *dequant =
#   46|->       _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));
#   47|     *dequant = _mm256_permute4x64_epi64(*dequant, 0x54);
#   48|     *shift = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)shift_ptr));

Error: COMPILER_WARNING: [#def211]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:47:14: note[note]: called from here
#   45|     *dequant =
#   46|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));
#   47|->   *dequant = _mm256_permute4x64_epi64(*dequant, 0x54);
#   48|     *shift = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)shift_ptr));
#   49|     *shift = _mm256_permute4x64_epi64(*shift, 0x54);

Error: COMPILER_WARNING: [#def212]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:48:12: note[note]: called from here
#   46|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));
#   47|     *dequant = _mm256_permute4x64_epi64(*dequant, 0x54);
#   48|->   *shift = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)shift_ptr));
#   49|     *shift = _mm256_permute4x64_epi64(*shift, 0x54);
#   50|   }

Error: COMPILER_WARNING: [#def213]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c:49:12: note[note]: called from here
#   47|     *dequant = _mm256_permute4x64_epi64(*dequant, 0x54);
#   48|     *shift = _mm256_castsi128_si256(_mm_load_si128((const __m128i *)shift_ptr));
#   49|->   *shift = _mm256_permute4x64_epi64(*shift, 0x54);
#   50|   }
#   51|   

Error: COMPILER_WARNING: [#def214]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_ssse3.c:41:25: note[note]: called from here
#   39|                                                        tran_low_t *dqcoeff) {
#   40|     // Un-sign to bias rounding like C.
#   41|->   const __m128i coeff = _mm_abs_epi16(qcoeff);
#   42|   
#   43|     const __m128i sign_0 = _mm_unpacklo_epi16(zero, qcoeff);

Error: COMPILER_WARNING: [#def215]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_ssse3.c:55:17: note[note]: called from here
#   53|     dqcoeff32_1 = _mm_srli_epi32(dqcoeff32_1, 2);
#   54|   
#   55|->   dqcoeff32_0 = _mm_sign_epi32(dqcoeff32_0, sign_0);
#   56|     dqcoeff32_1 = _mm_sign_epi32(dqcoeff32_1, sign_1);
#   57|   

Error: COMPILER_WARNING: [#def216]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/quantize_ssse3.c:56:17: note[note]: called from here
#   54|   
#   55|     dqcoeff32_0 = _mm_sign_epi32(dqcoeff32_0, sign_0);
#   56|->   dqcoeff32_1 = _mm_sign_epi32(dqcoeff32_1, sign_1);
#   57|   
#   58|     _mm_store_si128((__m128i *)(dqcoeff), dqcoeff32_0);

Error: COMPILER_WARNING: [#def217]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad4d_avx2.c:27:23: note[note]: called from here
#   25|     // merge sum_ref0 and sum_ref1 also sum_ref2 and sum_ref3
#   26|     // 0, 0, 1, 1
#   27|->   __m256i sum_ref01 = _mm256_castps_si256(_mm256_shuffle_ps(
#   28|         _mm256_castsi256_ps(*sum_ref0), _mm256_castsi256_ps(*sum_ref1),
#   29|         _MM_SHUFFLE(2, 0, 2, 0)));

Error: COMPILER_WARNING: [#def218]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad4d_avx2.c:31:23: note[note]: called from here
#   29|         _MM_SHUFFLE(2, 0, 2, 0)));
#   30|     // 2, 2, 3, 3
#   31|->   __m256i sum_ref23 = _mm256_castps_si256(_mm256_shuffle_ps(
#   32|         _mm256_castsi256_ps(*sum_ref2), _mm256_castsi256_ps(*sum_ref3),
#   33|         _MM_SHUFFLE(2, 0, 2, 0)));

Error: COMPILER_WARNING: [#def219]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad4d_avx2.c:36:25: note[note]: called from here
#   34|   
#   35|     // sum adjacent 32 bit integers
#   36|->   __m256i sum_ref0123 = _mm256_hadd_epi32(sum_ref01, sum_ref23);
#   37|   
#   38|     // add the low 128 bit to the high 128 bit

Error: COMPILER_WARNING: [#def220]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad4d_avx2.c:39:17: note[note]: called from here
#   37|   
#   38|     // add the low 128 bit to the high 128 bit
#   39|->   __m128i sum = _mm_add_epi32(_mm256_castsi256_si128(sum_ref0123),
#   40|                                 _mm256_extractf128_si256(sum_ref0123, 1));
#   41|   

Error: COMPILER_WARNING: [#def221]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:22:21: note[note]: called from here
#   20|     int i;
#   21|     __m256i sad1_reg, sad2_reg, ref1_reg, ref2_reg;
#   22|->   __m256i sum_sad = _mm256_setzero_si256();
#   23|     __m256i sum_sad_h;
#   24|     __m128i sum_sad128;

Error: COMPILER_WARNING: [#def222]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:26:16: note[note]: called from here
#   24|     __m128i sum_sad128;
#   25|     for (i = 0; i < h; i++) {
#   26|->     ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr);
#   27|       ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32));
#   28|       sad1_reg =

Error: COMPILER_WARNING: [#def223]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:27:16: note[note]: called from here
#   25|     for (i = 0; i < h; i++) {
#   26|       ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr);
#   27|->     ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32));
#   28|       sad1_reg =
#   29|           _mm256_sad_epu8(ref1_reg, _mm256_loadu_si256((__m256i const *)src_ptr));

Error: COMPILER_WARNING: [#def224]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:29:9: note[note]: called from here
#   27|       ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32));
#   28|       sad1_reg =
#   29|->         _mm256_sad_epu8(ref1_reg, _mm256_loadu_si256((__m256i const *)src_ptr));
#   30|       sad2_reg = _mm256_sad_epu8(
#   31|           ref2_reg, _mm256_loadu_si256((__m256i const *)(src_ptr + 32)));

Error: COMPILER_WARNING: [#def225]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:30:16: note[note]: called from here
#   28|       sad1_reg =
#   29|           _mm256_sad_epu8(ref1_reg, _mm256_loadu_si256((__m256i const *)src_ptr));
#   30|->     sad2_reg = _mm256_sad_epu8(
#   31|           ref2_reg, _mm256_loadu_si256((__m256i const *)(src_ptr + 32)));
#   32|       sum_sad = _mm256_add_epi32(sum_sad, _mm256_add_epi32(sad1_reg, sad2_reg));

Error: COMPILER_WARNING: [#def226]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:32:15: note[note]: called from here
#   30|       sad2_reg = _mm256_sad_epu8(
#   31|           ref2_reg, _mm256_loadu_si256((__m256i const *)(src_ptr + 32)));
#   32|->     sum_sad = _mm256_add_epi32(sum_sad, _mm256_add_epi32(sad1_reg, sad2_reg));
#   33|       ref_ptr += ref_stride;
#   34|       src_ptr += src_stride;

Error: COMPILER_WARNING: [#def227]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:36:15: note[note]: called from here
#   34|       src_ptr += src_stride;
#   35|     }
#   36|->   sum_sad_h = _mm256_srli_si256(sum_sad, 8);
#   37|     sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   38|     sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);

Error: COMPILER_WARNING: [#def228]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:37:13: note[note]: called from here
#   35|     }
#   36|     sum_sad_h = _mm256_srli_si256(sum_sad, 8);
#   37|->   sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   38|     sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);
#   39|     sum_sad128 = _mm_add_epi32(_mm256_castsi256_si128(sum_sad), sum_sad128);

Error: COMPILER_WARNING: [#def229]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:38:16: note[note]: called from here
#   36|     sum_sad_h = _mm256_srli_si256(sum_sad, 8);
#   37|     sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   38|->   sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);
#   39|     sum_sad128 = _mm_add_epi32(_mm256_castsi256_si128(sum_sad), sum_sad128);
#   40|     unsigned int res = (unsigned int)_mm_cvtsi128_si32(sum_sad128);

Error: COMPILER_WARNING: [#def230]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:39:16: note[note]: called from here
#   37|     sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   38|     sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);
#   39|->   sum_sad128 = _mm_add_epi32(_mm256_castsi256_si128(sum_sad), sum_sad128);
#   40|     unsigned int res = (unsigned int)_mm_cvtsi128_si32(sum_sad128);
#   41|     _mm256_zeroupper();

Error: COMPILER_WARNING: [#def231]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c:41:3: note[note]: called from here
#   39|     sum_sad128 = _mm_add_epi32(_mm256_castsi256_si128(sum_sad), sum_sad128);
#   40|     unsigned int res = (unsigned int)_mm_cvtsi128_si32(sum_sad128);
#   41|->   _mm256_zeroupper();
#   42|     return res;
#   43|   }

Error: COMPILER_WARNING: [#def232]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:19:17: note[note]: called from here
#   17|                                const uint8_t *ref_ptr, int ref_stride) {
#   18|     __m256i s1, s2, r1, r2;
#   19|->   __m256i sum = _mm256_setzero_si256();
#   20|     __m128i sum_i128;
#   21|     int i;

Error: COMPILER_WARNING: [#def233]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:24:10: note[note]: called from here
#   22|   
#   23|     for (i = 0; i < 16; ++i) {
#   24|->     r1 = _mm256_loadu_si256((__m256i const *)ref_ptr);
#   25|       r2 = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride));
#   26|       s1 = _mm256_sad_epu8(r1, _mm256_loadu_si256((__m256i const *)src_ptr));

Error: COMPILER_WARNING: [#def234]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:25:10: note[note]: called from here
#   23|     for (i = 0; i < 16; ++i) {
#   24|       r1 = _mm256_loadu_si256((__m256i const *)ref_ptr);
#   25|->     r2 = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride));
#   26|       s1 = _mm256_sad_epu8(r1, _mm256_loadu_si256((__m256i const *)src_ptr));
#   27|       s2 = _mm256_sad_epu8(

Error: COMPILER_WARNING: [#def235]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:26:10: note[note]: called from here
#   24|       r1 = _mm256_loadu_si256((__m256i const *)ref_ptr);
#   25|       r2 = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride));
#   26|->     s1 = _mm256_sad_epu8(r1, _mm256_loadu_si256((__m256i const *)src_ptr));
#   27|       s2 = _mm256_sad_epu8(
#   28|           r2, _mm256_loadu_si256((__m256i const *)(src_ptr + src_stride)));

Error: COMPILER_WARNING: [#def236]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:27:10: note[note]: called from here
#   25|       r2 = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride));
#   26|       s1 = _mm256_sad_epu8(r1, _mm256_loadu_si256((__m256i const *)src_ptr));
#   27|->     s2 = _mm256_sad_epu8(
#   28|           r2, _mm256_loadu_si256((__m256i const *)(src_ptr + src_stride)));
#   29|       sum = _mm256_add_epi32(sum, _mm256_add_epi32(s1, s2));

Error: COMPILER_WARNING: [#def237]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:29:11: note[note]: called from here
#   27|       s2 = _mm256_sad_epu8(
#   28|           r2, _mm256_loadu_si256((__m256i const *)(src_ptr + src_stride)));
#   29|->     sum = _mm256_add_epi32(sum, _mm256_add_epi32(s1, s2));
#   30|       ref_ptr += ref_stride << 1;
#   31|       src_ptr += src_stride << 1;

Error: COMPILER_WARNING: [#def238]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:34:9: note[note]: called from here
#   32|     }
#   33|   
#   34|->   sum = _mm256_add_epi32(sum, _mm256_srli_si256(sum, 8));
#   35|     sum_i128 = _mm_add_epi32(_mm256_extracti128_si256(sum, 1),
#   36|                              _mm256_castsi256_si128(sum));

Error: COMPILER_WARNING: [#def239]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c:35:14: note[note]: called from here
#   33|   
#   34|     sum = _mm256_add_epi32(sum, _mm256_srli_si256(sum, 8));
#   35|->   sum_i128 = _mm_add_epi32(_mm256_extracti128_si256(sum, 1),
#   36|                              _mm256_castsi256_si128(sum));
#   37|     return (unsigned int)_mm_cvtsi128_si32(sum_i128);

Error: COMPILER_WARNING: [#def240]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sse_sse4.c:45:27: note[note]: called from here
#   43|     const __m128i v_a0 = xx_loadu_128(a);
#   44|     const __m128i v_b0 = xx_loadu_128(b);
#   45|->   const __m128i v_a00_w = _mm_cvtepu8_epi16(v_a0);
#   46|     const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   47|     const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);

Error: COMPILER_WARNING: [#def241]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sse_sse4.c:46:27: note[note]: called from here
#   44|     const __m128i v_b0 = xx_loadu_128(b);
#   45|     const __m128i v_a00_w = _mm_cvtepu8_epi16(v_a0);
#   46|->   const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   47|     const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);
#   48|     const __m128i v_b01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_b0, 8));

Error: COMPILER_WARNING: [#def242]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sse_sse4.c:47:27: note[note]: called from here
#   45|     const __m128i v_a00_w = _mm_cvtepu8_epi16(v_a0);
#   46|     const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   47|->   const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);
#   48|     const __m128i v_b01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_b0, 8));
#   49|     const __m128i v_d00_w = _mm_sub_epi16(v_a00_w, v_b00_w);

Error: COMPILER_WARNING: [#def243]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sse_sse4.c:48:27: note[note]: called from here
#   46|     const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   47|     const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);
#   48|->   const __m128i v_b01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_b0, 8));
#   49|     const __m128i v_d00_w = _mm_sub_epi16(v_a00_w, v_b00_w);
#   50|     const __m128i v_d01_w = _mm_sub_epi16(v_a01_w, v_b01_w);

Error: COMPILER_WARNING: [#def244]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/subtract_avx2.c:34:17: note[note]: called from here
#   32|       ptrdiff_t src_stride, const uint8_t *pred_ptr, ptrdiff_t pred_stride) {
#   33|     for (int32_t j = 0; j < rows; ++j) {
#   34|->     __m128i s = _mm_lddqu_si128((__m128i *)(src_ptr));
#   35|       __m128i p = _mm_lddqu_si128((__m128i *)(pred_ptr));
#   36|       __m256i s_0 = _mm256_cvtepu8_epi16(s);

Error: COMPILER_WARNING: [#def245]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/subtract_avx2.c:35:17: note[note]: called from here
#   33|     for (int32_t j = 0; j < rows; ++j) {
#   34|       __m128i s = _mm_lddqu_si128((__m128i *)(src_ptr));
#   35|->     __m128i p = _mm_lddqu_si128((__m128i *)(pred_ptr));
#   36|       __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   37|       __m256i p_0 = _mm256_cvtepu8_epi16(p);

Error: COMPILER_WARNING: [#def246]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/subtract_avx2.c:36:19: note[note]: called from here
#   34|       __m128i s = _mm_lddqu_si128((__m128i *)(src_ptr));
#   35|       __m128i p = _mm_lddqu_si128((__m128i *)(pred_ptr));
#   36|->     __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   37|       __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   38|       const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);

Error: COMPILER_WARNING: [#def247]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/subtract_avx2.c:37:19: note[note]: called from here
#   35|       __m128i p = _mm_lddqu_si128((__m128i *)(pred_ptr));
#   36|       __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   37|->     __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   38|       const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);
#   39|       _mm256_store_si256((__m256i *)(diff_ptr), d_0);

Error: COMPILER_WARNING: [#def248]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/subtract_avx2.c:38:25: note[note]: called from here
#   36|       __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   37|       __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   38|->     const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);
#   39|       _mm256_store_si256((__m256i *)(diff_ptr), d_0);
#   40|       src_ptr += src_stride;

Error: COMPILER_WARNING: [#def249]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/subtract_avx2.c:39:5: note[note]: called from here
#   37|       __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   38|       const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);
#   39|->     _mm256_store_si256((__m256i *)(diff_ptr), d_0);
#   40|       src_ptr += src_stride;
#   41|       pred_ptr += pred_stride;

Error: COMPILER_WARNING: [#def250]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:23:21: note[note]: called from here
#   21|                                                   int width, int height) {
#   22|     uint64_t result;
#   23|->   __m256i v_acc_q = _mm256_setzero_si256();
#   24|     const __m256i v_zext_mask_q = _mm256_set1_epi64x(~0u);
#   25|     for (int col = 0; col < height; col += 4) {

Error: COMPILER_WARNING: [#def251]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:24:33: note[note]: called from here
#   22|     uint64_t result;
#   23|     __m256i v_acc_q = _mm256_setzero_si256();
#   24|->   const __m256i v_zext_mask_q = _mm256_set1_epi64x(~0u);
#   25|     for (int col = 0; col < height; col += 4) {
#   26|       __m256i v_acc_d = _mm256_setzero_si256();

Error: COMPILER_WARNING: [#def252]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:26:23: note[note]: called from here
#   24|     const __m256i v_zext_mask_q = _mm256_set1_epi64x(~0u);
#   25|     for (int col = 0; col < height; col += 4) {
#   26|->     __m256i v_acc_d = _mm256_setzero_si256();
#   27|       for (int row = 0; row < width; row += 16) {
#   28|         const int16_t *tempsrc = src + row;

Error: COMPILER_WARNING: [#def253]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:30:11: note[note]: called from here
#   28|         const int16_t *tempsrc = src + row;
#   29|         const __m256i v_val_0_w =
#   30|->           _mm256_loadu_si256((const __m256i *)(tempsrc + 0 * stride));
#   31|         const __m256i v_val_1_w =
#   32|             _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride));

Error: COMPILER_WARNING: [#def254]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:32:11: note[note]: called from here
#   30|             _mm256_loadu_si256((const __m256i *)(tempsrc + 0 * stride));
#   31|         const __m256i v_val_1_w =
#   32|->           _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride));
#   33|         const __m256i v_val_2_w =
#   34|             _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride));

Error: COMPILER_WARNING: [#def255]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:34:11: note[note]: called from here
#   32|             _mm256_loadu_si256((const __m256i *)(tempsrc + 1 * stride));
#   33|         const __m256i v_val_2_w =
#   34|->           _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride));
#   35|         const __m256i v_val_3_w =
#   36|             _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride));

Error: COMPILER_WARNING: [#def256]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:36:11: note[note]: called from here
#   34|             _mm256_loadu_si256((const __m256i *)(tempsrc + 2 * stride));
#   35|         const __m256i v_val_3_w =
#   36|->           _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride));
#   37|   
#   38|         const __m256i v_sq_0_d = _mm256_madd_epi16(v_val_0_w, v_val_0_w);

Error: COMPILER_WARNING: [#def257]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:38:32: note[note]: called from here
#   36|             _mm256_loadu_si256((const __m256i *)(tempsrc + 3 * stride));
#   37|   
#   38|->       const __m256i v_sq_0_d = _mm256_madd_epi16(v_val_0_w, v_val_0_w);
#   39|         const __m256i v_sq_1_d = _mm256_madd_epi16(v_val_1_w, v_val_1_w);
#   40|         const __m256i v_sq_2_d = _mm256_madd_epi16(v_val_2_w, v_val_2_w);

Error: COMPILER_WARNING: [#def258]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:39:32: note[note]: called from here
#   37|   
#   38|         const __m256i v_sq_0_d = _mm256_madd_epi16(v_val_0_w, v_val_0_w);
#   39|->       const __m256i v_sq_1_d = _mm256_madd_epi16(v_val_1_w, v_val_1_w);
#   40|         const __m256i v_sq_2_d = _mm256_madd_epi16(v_val_2_w, v_val_2_w);
#   41|         const __m256i v_sq_3_d = _mm256_madd_epi16(v_val_3_w, v_val_3_w);

Error: COMPILER_WARNING: [#def259]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:40:32: note[note]: called from here
#   38|         const __m256i v_sq_0_d = _mm256_madd_epi16(v_val_0_w, v_val_0_w);
#   39|         const __m256i v_sq_1_d = _mm256_madd_epi16(v_val_1_w, v_val_1_w);
#   40|->       const __m256i v_sq_2_d = _mm256_madd_epi16(v_val_2_w, v_val_2_w);
#   41|         const __m256i v_sq_3_d = _mm256_madd_epi16(v_val_3_w, v_val_3_w);
#   42|   

Error: COMPILER_WARNING: [#def260]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:41:32: note[note]: called from here
#   39|         const __m256i v_sq_1_d = _mm256_madd_epi16(v_val_1_w, v_val_1_w);
#   40|         const __m256i v_sq_2_d = _mm256_madd_epi16(v_val_2_w, v_val_2_w);
#   41|->       const __m256i v_sq_3_d = _mm256_madd_epi16(v_val_3_w, v_val_3_w);
#   42|   
#   43|         const __m256i v_sum_01_d = _mm256_add_epi32(v_sq_0_d, v_sq_1_d);

Error: COMPILER_WARNING: [#def261]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:43:34: note[note]: called from here
#   41|         const __m256i v_sq_3_d = _mm256_madd_epi16(v_val_3_w, v_val_3_w);
#   42|   
#   43|->       const __m256i v_sum_01_d = _mm256_add_epi32(v_sq_0_d, v_sq_1_d);
#   44|         const __m256i v_sum_23_d = _mm256_add_epi32(v_sq_2_d, v_sq_3_d);
#   45|         const __m256i v_sum_0123_d = _mm256_add_epi32(v_sum_01_d, v_sum_23_d);

Error: COMPILER_WARNING: [#def262]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:44:34: note[note]: called from here
#   42|   
#   43|         const __m256i v_sum_01_d = _mm256_add_epi32(v_sq_0_d, v_sq_1_d);
#   44|->       const __m256i v_sum_23_d = _mm256_add_epi32(v_sq_2_d, v_sq_3_d);
#   45|         const __m256i v_sum_0123_d = _mm256_add_epi32(v_sum_01_d, v_sum_23_d);
#   46|   

Error: COMPILER_WARNING: [#def263]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:45:36: note[note]: called from here
#   43|         const __m256i v_sum_01_d = _mm256_add_epi32(v_sq_0_d, v_sq_1_d);
#   44|         const __m256i v_sum_23_d = _mm256_add_epi32(v_sq_2_d, v_sq_3_d);
#   45|->       const __m256i v_sum_0123_d = _mm256_add_epi32(v_sum_01_d, v_sum_23_d);
#   46|   
#   47|         v_acc_d = _mm256_add_epi32(v_acc_d, v_sum_0123_d);

Error: COMPILER_WARNING: [#def264]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:47:17: note[note]: called from here
#   45|         const __m256i v_sum_0123_d = _mm256_add_epi32(v_sum_01_d, v_sum_23_d);
#   46|   
#   47|->       v_acc_d = _mm256_add_epi32(v_acc_d, v_sum_0123_d);
#   48|       }
#   49|       v_acc_q =

Error: COMPILER_WARNING: [#def265]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:50:9: note[note]: called from here
#   48|       }
#   49|       v_acc_q =
#   50|->         _mm256_add_epi64(v_acc_q, _mm256_and_si256(v_acc_d, v_zext_mask_q));
#   51|       v_acc_q = _mm256_add_epi64(v_acc_q, _mm256_srli_epi64(v_acc_d, 32));
#   52|       src += 4 * stride;

Error: COMPILER_WARNING: [#def266]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:51:15: note[note]: called from here
#   49|       v_acc_q =
#   50|           _mm256_add_epi64(v_acc_q, _mm256_and_si256(v_acc_d, v_zext_mask_q));
#   51|->     v_acc_q = _mm256_add_epi64(v_acc_q, _mm256_srli_epi64(v_acc_d, 32));
#   52|       src += 4 * stride;
#   53|     }

Error: COMPILER_WARNING: [#def267]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:54:30: note[note]: called from here
#   52|       src += 4 * stride;
#   53|     }
#   54|->   __m128i lower_64_2_Value = _mm256_castsi256_si128(v_acc_q);
#   55|     __m128i higher_64_2_Value = _mm256_extracti128_si256(v_acc_q, 1);
#   56|     __m128i result_64_2_int = _mm_add_epi64(lower_64_2_Value, higher_64_2_Value);

Error: COMPILER_WARNING: [#def268]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c:55:31: note[note]: called from here
#   53|     }
#   54|     __m128i lower_64_2_Value = _mm256_castsi256_si128(v_acc_q);
#   55|->   __m128i higher_64_2_Value = _mm256_extracti128_si256(v_acc_q, 1);
#   56|     __m128i result_64_2_int = _mm_add_epi64(lower_64_2_Value, higher_64_2_Value);
#   57|   

Error: COMPILER_WARNING: [#def269]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/synonyms_avx2.h:31:10: note[note]: called from here
#   29|   // to the right type.
#   30|   static inline __m256i yy_load_256(const void *a) {
#   31|->   return _mm256_load_si256((const __m256i *)a);
#   32|   }
#   33|   

Error: COMPILER_WARNING: [#def270]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/synonyms_avx2.h:35:10: note[note]: called from here
#   33|   
#   34|   static inline __m256i yy_loadu_256(const void *a) {
#   35|->   return _mm256_loadu_si256((const __m256i *)a);
#   36|   }
#   37|   

Error: COMPILER_WARNING: [#def271]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/synonyms_avx2.h:43:3: note[note]: called from here
#   41|   
#   42|   static inline void yy_storeu_256(void *const a, const __m256i v) {
#   43|->   _mm256_storeu_si256((__m256i *)a, v);
#   44|   }
#   45|   

Error: COMPILER_WARNING: [#def272]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/synonyms_avx2.h:60:10: note[note]: called from here
#   58|   // ([ hi ], [ lo ]) -> [ hi ][ lo ]
#   59|   static inline __m256i yy_set_m128i(__m128i hi, __m128i lo) {
#   60|->   return _mm256_insertf128_si256(_mm256_castsi128_si256(lo), hi, 1);
#   61|   }
#   62|   

Error: COMPILER_WARNING: [#def273]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/txfm_common_avx2.h:24:10: note[note]: called from here
#   22|   
#   23|   static inline __m256i pair_set_w16_epi16(int16_t a, int16_t b) {
#   24|->   return _mm256_set1_epi32(
#   25|         (int32_t)(((uint16_t)(a)) | (((uint32_t)(uint16_t)(b)) << 16)));
#   26|   }

Error: COMPILER_WARNING: [#def274]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:32:27: note[note]: called from here
#   30|                                           __m256i *const sse,
#   31|                                           __m256i *const sum) {
#   32|->   const __m256i adj_sub = _mm256_set1_epi16((short)0xff01);  // (1,-1)
#   33|   
#   34|     // unpack into pairs of source and reference values

Error: COMPILER_WARNING: [#def275]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:35:28: note[note]: called from here
#   33|   
#   34|     // unpack into pairs of source and reference values
#   35|->   const __m256i src_ref0 = _mm256_unpacklo_epi8(src, ref);
#   36|     const __m256i src_ref1 = _mm256_unpackhi_epi8(src, ref);
#   37|   

Error: COMPILER_WARNING: [#def276]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:36:28: note[note]: called from here
#   34|     // unpack into pairs of source and reference values
#   35|     const __m256i src_ref0 = _mm256_unpacklo_epi8(src, ref);
#   36|->   const __m256i src_ref1 = _mm256_unpackhi_epi8(src, ref);
#   37|   
#   38|     // subtract adjacent elements using src*1 + ref*-1

Error: COMPILER_WARNING: [#def277]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:39:25: note[note]: called from here
#   37|   
#   38|     // subtract adjacent elements using src*1 + ref*-1
#   39|->   const __m256i diff0 = _mm256_maddubs_epi16(src_ref0, adj_sub);
#   40|     const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   41|     const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);

Error: COMPILER_WARNING: [#def278]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:40:25: note[note]: called from here
#   38|     // subtract adjacent elements using src*1 + ref*-1
#   39|     const __m256i diff0 = _mm256_maddubs_epi16(src_ref0, adj_sub);
#   40|->   const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   41|     const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);
#   42|     const __m256i madd1 = _mm256_madd_epi16(diff1, diff1);

Error: COMPILER_WARNING: [#def279]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:41:25: note[note]: called from here
#   39|     const __m256i diff0 = _mm256_maddubs_epi16(src_ref0, adj_sub);
#   40|     const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   41|->   const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);
#   42|     const __m256i madd1 = _mm256_madd_epi16(diff1, diff1);
#   43|   

Error: COMPILER_WARNING: [#def280]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:42:25: note[note]: called from here
#   40|     const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   41|     const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);
#   42|->   const __m256i madd1 = _mm256_madd_epi16(diff1, diff1);
#   43|   
#   44|     // add to the running totals

Error: COMPILER_WARNING: [#def281]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:45:10: note[note]: called from here
#   43|   
#   44|     // add to the running totals
#   45|->   *sum = _mm256_add_epi16(*sum, _mm256_add_epi16(diff0, diff1));
#   46|     *sse = _mm256_add_epi32(*sse, _mm256_add_epi32(madd0, madd1));
#   47|   }

Error: COMPILER_WARNING: [#def282]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c:46:10: note[note]: called from here
#   44|     // add to the running totals
#   45|     *sum = _mm256_add_epi16(*sum, _mm256_add_epi16(diff0, diff1));
#   46|->   *sse = _mm256_add_epi32(*sse, _mm256_add_epi32(madd0, madd1));
#   47|   }
#   48|   

Error: COMPILER_WARNING: [#def283]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_impl_avx2.c:366:1: note[note]: called from here
#  364|     }
#  365|   
#  366|-> MAKE_SUB_PIXEL_VAR_32XH(64, 6)
#  367|   MAKE_SUB_PIXEL_VAR_32XH(32, 5)
#  368|   MAKE_SUB_PIXEL_VAR_32XH(16, 4)

Error: COMPILER_WARNING: [#def284]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_impl_ssse3.c:49:23: note[note]: called from here
#   47|   
#   48|           // b[i] = a[i] * filter[0] + a[i + 1] * filter[1]
#   49|->         __m128i res = _mm_maddubs_epi16(source, filters);
#   50|   
#   51|           // round

Error: COMPILER_WARNING: [#def285]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_impl_ssse3.c:73:32: note[note]: called from here
#   71|         // { a[0], a[1], a[1], a[2], a[2], a[3], a[3], a[4],
#   72|         //   a[4], a[5], a[5], a[6], a[6], a[7], a[7], a[8] }
#   73|->       __m128i source_shuffle = _mm_shuffle_epi8(source, shuffle_mask);
#   74|   
#   75|         __m128i res = _mm_maddubs_epi16(source_shuffle, filters);

Error: COMPILER_WARNING: [#def286]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_impl_ssse3.c:75:21: note[note]: called from here
#   73|         __m128i source_shuffle = _mm_shuffle_epi8(source, shuffle_mask);
#   74|   
#   75|->       __m128i res = _mm_maddubs_epi16(source_shuffle, filters);
#   76|         res = _mm_srai_epi16(_mm_add_epi16(res, r), FILTER_BITS - 1);
#   77|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def287]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:47:3: warning[-Wanalyzer-malloc-leak]: leak of ‘addr’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:55:7: enter_function: entry to ‘aom_memalign’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:57:8: call_function: inlined call to ‘check_size_argument_overflow’ from ‘aom_memalign’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:58:16: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:59:22: acquire_memory: allocated here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:60:6: branch_true: following ‘true’ branch (when ‘addr’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:61:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/aom_mem.c:62:5: call_function: inlined call to ‘SetActualMallocAddress’ from ‘aom_memalign’
#   45|                                      const void *const malloc_addr) {
#   46|     size_t *const malloc_addr_location = GetMallocAddressLocation(mem);
#   47|->   *malloc_addr_location = (size_t)malloc_addr;
#   48|   }
#   49|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def288]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/av1_inv_txfm2d.c:284:7: warning[-Wanalyzer-jump-through-null]: jump through null pointer
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/av1_inv_txfm2d.c:480:6: enter_function: entry to ‘av1_inv_txfm2d_add_32x8_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/av1_inv_txfm2d.c:483:3: call_function: calling ‘inv_txfm2d_add_facade’ from ‘av1_inv_txfm2d_add_32x8_c’
#  282|         }
#  283|         clamp_buf(temp_in, txfm_size_col, bd + 8);
#  284|->       txfm_func_row(temp_in, buf_ptr, cos_bit_row, stage_range_row);
#  285|       }
#  286|       av1_round_shift_array(buf_ptr, txfm_size_col, -shift[0]);

Error: GCC_ANALYZER_WARNING (CWE-465): [#def289]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/cdef.c:315:6: warning[-Wanalyzer-deref-before-check]: check of ‘*<unknown>’ for NULL after already dereferencing it
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/cdef.c:467:6: enter_function: entry to ‘av1_cdef_frame’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/cdef.c:475:21: branch_true: following ‘true’ branch (when ‘fbr < nvfb’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/cdef.c:476:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/cdef.c:476:5: call_function: calling ‘av1_cdef_fb_row’ from ‘av1_cdef_frame’
#  313|     const CdefInfo *const cdef_info = &cm->cdef_info;
#  314|   
#  315|->   if (mi_params->mi_grid_base[MI_SIZE_64X64 * fbr * mi_params->mi_stride +
#  316|                                 MI_SIZE_64X64 * fbc] == NULL ||
#  317|         mbmi_cdef_strength == -1) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def290]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:99:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘hdrFile’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:98:19: acquire_memory: this call could return NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:99:3: danger: argument 4 (‘hdrFile’) from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0) could be NULL where non-null expected
#   97|                                            const char *filename) {
#   98|     FILE *hdrFile = fopen(filename, "w");
#   99|->   fwrite(data, size, sizeof(uint8_t), hdrFile);
#  100|   
#  101|     // Reset order hints(7bit + a previous bit) to 0, so that all camera frame

Error: GCC_ANALYZER_WARNING (CWE-688): [#def291]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:116:36: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘fcFile’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:111:18: acquire_memory: this call could return NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:116:15: branch_true: following ‘true’ branch (when ‘i != 10622’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:116:60: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:116:36: danger: argument 1 (‘fcFile’) from [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0) could be NULL where non-null expected
#  114|     unsigned int i;
#  115|   
#  116|->   for (i = 0; i < n_contexts; ++i) fprintf(fcFile, "%d ", *fcp++);
#  117|     fclose(fcFile);
#  118|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def292]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/filter.h:267:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:424:6: enter_function: entry to ‘aom_upsampled_pred_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:461:38: call_function: inlined call to ‘av1_get_filter’ from ‘aom_upsampled_pred_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:463:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:469:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:469:13: branch_true: following ‘true’ branch (when ‘subpel_y_q3 == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:471:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:471:9: call_function: inlined call to ‘av1_get_interp_filter_subpel_kernel’ from ‘aom_upsampled_pred_c’
#  265|   static inline const int16_t *av1_get_interp_filter_subpel_kernel(
#  266|       const InterpFilterParams *const filter_params, const int subpel) {
#  267|->   return filter_params->filter_ptr + filter_params->taps * subpel;
#  268|   }
#  269|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def293]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/scale.h:66:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:972:6: enter_function: entry to ‘av1_setup_build_prediction_by_above_pred’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:981:19: branch_false: following ‘false’ branch (when ‘j >= num_planes’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:988:28: call_function: inlined call to ‘has_second_ref’ from ‘av1_setup_build_prediction_by_above_pred’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:990:21: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:991:30: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:996:5: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:997:11: call_function: inlined call to ‘av1_is_valid_scale’ from ‘av1_setup_build_prediction_by_above_pred’
#   64|   static inline int av1_is_valid_scale(const struct scale_factors *sf) {
#   65|     assert(sf != NULL);
#   66|->   return sf->x_scale_fp != REF_INVALID_SCALE &&
#   67|            sf->y_scale_fp != REF_INVALID_SCALE;
#   68|   }

Error: COMPILER_WARNING: [#def294]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:89:31: note[note]: called from here
#   87|         // Now zero-extend up to 16-bit precision, i.e.
#   88|         // [ 00 00 00 00 hg fe dc ba ] -> [ 0h 0g 0f 0e 0d 0c 0b 0a ]
#   89|->       const __m128i src0_16 = _mm_cvtepu8_epi16(src0_8);
#   90|         const __m128i src1_16 = _mm_cvtepu8_epi16(src1_8);
#   91|         const __m128i src2_16 = _mm_cvtepu8_epi16(src2_8);

Error: COMPILER_WARNING: [#def295]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:90:31: note[note]: called from here
#   88|         // [ 00 00 00 00 hg fe dc ba ] -> [ 0h 0g 0f 0e 0d 0c 0b 0a ]
#   89|         const __m128i src0_16 = _mm_cvtepu8_epi16(src0_8);
#   90|->       const __m128i src1_16 = _mm_cvtepu8_epi16(src1_8);
#   91|         const __m128i src2_16 = _mm_cvtepu8_epi16(src2_8);
#   92|         const __m128i src3_16 = _mm_cvtepu8_epi16(src3_8);

Error: COMPILER_WARNING: [#def296]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:91:31: note[note]: called from here
#   89|         const __m128i src0_16 = _mm_cvtepu8_epi16(src0_8);
#   90|         const __m128i src1_16 = _mm_cvtepu8_epi16(src1_8);
#   91|->       const __m128i src2_16 = _mm_cvtepu8_epi16(src2_8);
#   92|         const __m128i src3_16 = _mm_cvtepu8_epi16(src3_8);
#   93|   

Error: COMPILER_WARNING: [#def297]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:92:31: note[note]: called from here
#   90|         const __m128i src1_16 = _mm_cvtepu8_epi16(src1_8);
#   91|         const __m128i src2_16 = _mm_cvtepu8_epi16(src2_8);
#   92|->       const __m128i src3_16 = _mm_cvtepu8_epi16(src3_8);
#   93|   
#   94|         // Multiply by filter coefficients (results in a 32-bit value),

Error: COMPILER_WARNING: [#def298]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:105:33: note[note]: called from here
#  103|         // Reduce horizontally and add, i.e.
#  104|         // ([ D C B A ], [ S R Q P ]) -> [ S+R Q+P D+C B+A ]
#  105|->       const __m128i conv01_32 = _mm_hadd_epi32(conv0_32, conv1_32);
#  106|         const __m128i conv23_32 = _mm_hadd_epi32(conv2_32, conv3_32);
#  107|   

Error: COMPILER_WARNING: [#def299]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:106:33: note[note]: called from here
#  104|         // ([ D C B A ], [ S R Q P ]) -> [ S+R Q+P D+C B+A ]
#  105|         const __m128i conv01_32 = _mm_hadd_epi32(conv0_32, conv1_32);
#  106|->       const __m128i conv23_32 = _mm_hadd_epi32(conv2_32, conv3_32);
#  107|   
#  108|         const __m128i conv0123_32 = _mm_hadd_epi32(conv01_32, conv23_32);

Error: COMPILER_WARNING: [#def300]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:108:35: note[note]: called from here
#  106|         const __m128i conv23_32 = _mm_hadd_epi32(conv2_32, conv3_32);
#  107|   
#  108|->       const __m128i conv0123_32 = _mm_hadd_epi32(conv01_32, conv23_32);
#  109|   
#  110|         // Divide down by (1 << FILTER_BITS), rounding to nearest.

Error: COMPILER_WARNING: [#def301]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c:116:34: note[note]: called from here
#  114|         // Pack 32-bit values into 16-bit values, i.e.
#  115|         // ([ D C B A ], [ 0 0 0 0 ]) -> [ 0 0 0 0 D C B A ]
#  116|->       const __m128i shifted_16 = _mm_packus_epi32(shifted_32, zero);
#  117|   
#  118|         // Pack 16-bit values into 8-bit values, i.e.

Error: COMPILER_WARNING: [#def302]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_scale_sse4.c:75:32: note[note]: called from here
#   73|   
#   74|         // Reduce horizontally and add
#   75|->       const __m128i conv01lo = _mm_hadd_epi32(conv0lo, conv1lo);
#   76|         const __m128i conv23lo = _mm_hadd_epi32(conv2lo, conv3lo);
#   77|         const __m128i conv = _mm_hadd_epi32(conv01lo, conv23lo);

Error: COMPILER_WARNING: [#def303]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_scale_sse4.c:76:32: note[note]: called from here
#   74|         // Reduce horizontally and add
#   75|         const __m128i conv01lo = _mm_hadd_epi32(conv0lo, conv1lo);
#   76|->       const __m128i conv23lo = _mm_hadd_epi32(conv2lo, conv3lo);
#   77|         const __m128i conv = _mm_hadd_epi32(conv01lo, conv23lo);
#   78|   

Error: COMPILER_WARNING: [#def304]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_scale_sse4.c:77:28: note[note]: called from here
#   75|         const __m128i conv01lo = _mm_hadd_epi32(conv0lo, conv1lo);
#   76|         const __m128i conv23lo = _mm_hadd_epi32(conv2lo, conv3lo);
#   77|->       const __m128i conv = _mm_hadd_epi32(conv01lo, conv23lo);
#   78|   
#   79|         // Divide down by (1 << round), rounding to nearest.

Error: COMPILER_WARNING: [#def305]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_scale_sse4.c:83:17: note[note]: called from here
#   81|             _mm_sra_epi32(_mm_add_epi32(conv, round_add), round_shift);
#   82|   
#   83|->       shifted = _mm_packus_epi32(shifted, shifted);
#   84|         // Write transposed to the output
#   85|         _mm_storel_epi64((__m128i *)(dst + y + x * h), shifted);

Error: COMPILER_WARNING: [#def306]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_inv_txfm_ssse3.c:88:3: note[note]: called from here
#   86|     // stage 2
#   87|     // stage 3
#   88|->   btf_16_ssse3(cospi[32], cospi[32], x[0], x[0], x[1]);
#   89|   
#   90|     // stage 4

Error: COMPILER_WARNING: [#def307]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_txfm_sse4.h:55:26: note[note]: called from here
#   53|       for (i = 0; i < size; i++) {
#   54|         const __m128i r0 = av1_round_shift_32_sse4_1(input[i], bit);
#   55|->       const __m128i r1 = _mm_mullo_epi32(sqrt2, r0);
#   56|         output[i] = av1_round_shift_32_sse4_1(r1, NewSqrt2Bits);
#   57|       }

Error: COMPILER_WARNING: [#def308]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/av1_txfm_sse4.h:62:26: note[note]: called from here
#   60|       for (i = 0; i < size; i++) {
#   61|         const __m128i r0 = _mm_slli_epi32(input[i], -bit);
#   62|->       const __m128i r1 = _mm_mullo_epi32(sqrt2, r0);
#   63|         output[i] = av1_round_shift_32_sse4_1(r1, NewSqrt2Bits);
#   64|       }

Error: COMPILER_WARNING: [#def309] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:22:15: error[error]: unknown type name ‘__m256i’
#   20|   (x7^2+y2^7)*C7 + (x8^2+0^2)*C8 on each 128-bit lane. Here the C1..C8 constants
#   21|   are in const1 and const2. */
#   22|-> static inline __m256i fold_mul_and_sum_avx2(__m256i *partiala,
#   23|                                               __m256i *partialb,
#   24|                                               const __m256i *const1,

Error: COMPILER_WARNING: [#def310] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:22:45: error[error]: unknown type name ‘__m256i’
#   20|   (x7^2+y2^7)*C7 + (x8^2+0^2)*C8 on each 128-bit lane. Here the C1..C8 constants
#   21|   are in const1 and const2. */
#   22|-> static inline __m256i fold_mul_and_sum_avx2(__m256i *partiala,
#   23|                                               __m256i *partialb,
#   24|                                               const __m256i *const1,

Error: COMPILER_WARNING: [#def311] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:23:45: error[error]: unknown type name ‘__m256i’
#   21|   are in const1 and const2. */
#   22|   static inline __m256i fold_mul_and_sum_avx2(__m256i *partiala,
#   23|->                                             __m256i *partialb,
#   24|                                               const __m256i *const1,
#   25|                                               const __m256i *const2) {

Error: COMPILER_WARNING: [#def312] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:24:51: error[error]: unknown type name ‘__m256i’
#   22|   static inline __m256i fold_mul_and_sum_avx2(__m256i *partiala,
#   23|                                               __m256i *partialb,
#   24|->                                             const __m256i *const1,
#   25|                                               const __m256i *const2) {
#   26|     // Mask used to shuffle the elements present in 256bit register.

Error: COMPILER_WARNING: [#def313] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:25:51: error[error]: unknown type name ‘__m256i’
#   23|                                               __m256i *partialb,
#   24|                                               const __m256i *const1,
#   25|->                                             const __m256i *const2) {
#   26|     // Mask used to shuffle the elements present in 256bit register.
#   27|     static const int shuffle_reg_256bit[8] = { 0x0b0a0d0c, 0x07060908, 0x03020504,

Error: COMPILER_WARNING: [#def314] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:51:15: error[error]: unknown type name ‘__m256i’
#   49|   }
#   50|   
#   51|-> static inline __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   52|                                    __m256i *x3) {
#   53|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def315] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:51:34: error[error]: unknown type name ‘__m256i’
#   49|   }
#   50|   
#   51|-> static inline __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   52|                                    __m256i *x3) {
#   53|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def316] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:51:47: error[error]: unknown type name ‘__m256i’
#   49|   }
#   50|   
#   51|-> static inline __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   52|                                    __m256i *x3) {
#   53|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def317] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:51:60: error[error]: unknown type name ‘__m256i’
#   49|   }
#   50|   
#   51|-> static inline __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   52|                                    __m256i *x3) {
#   53|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def318] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:52:34: error[error]: unknown type name ‘__m256i’
#   50|   
#   51|   static inline __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   52|->                                  __m256i *x3) {
#   53|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);
#   54|     const __m256i t1 = _mm256_unpacklo_epi32(*x2, *x3);

Error: COMPILER_WARNING: [#def319] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:68:15: error[error]: unknown type name ‘__m256i’
#   66|   /* Computes cost for directions 0, 5, 6 and 7. We can call this function again
#   67|   to compute the remaining directions. */
#   68|-> static inline __m256i compute_directions_avx2(__m256i *lines,
#   69|                                                 int32_t cost_frist_8x8[4],
#   70|                                                 int32_t cost_second_8x8[4]) {

Error: COMPILER_WARNING: [#def320] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:68:47: error[error]: unknown type name ‘__m256i’
#   66|   /* Computes cost for directions 0, 5, 6 and 7. We can call this function again
#   67|   to compute the remaining directions. */
#   68|-> static inline __m256i compute_directions_avx2(__m256i *lines,
#   69|                                                 int32_t cost_frist_8x8[4],
#   70|                                                 int32_t cost_second_8x8[4]) {

Error: COMPILER_WARNING: [#def321] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:150:53: error[error]: unknown type name ‘__m256i’
#  148|   /* transpose and reverse the order of the lines -- equivalent to a 90-degree
#  149|   counter-clockwise rotation of the pixels. */
#  150|-> static inline void array_reverse_transpose_8x8_avx2(__m256i *in, __m256i *res) {
#  151|     const __m256i tr0_0 = _mm256_unpacklo_epi16(in[0], in[1]);
#  152|     const __m256i tr0_1 = _mm256_unpacklo_epi16(in[2], in[3]);

Error: COMPILER_WARNING: [#def322] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:150:66: error[error]: unknown type name ‘__m256i’
#  148|   /* transpose and reverse the order of the lines -- equivalent to a 90-degree
#  149|   counter-clockwise rotation of the pixels. */
#  150|-> static inline void array_reverse_transpose_8x8_avx2(__m256i *in, __m256i *res) {
#  151|     const __m256i tr0_0 = _mm256_unpacklo_epi16(in[0], in[1]);
#  152|     const __m256i tr0_1 = _mm256_unpacklo_epi16(in[2], in[3]);

Error: COMPILER_WARNING: [#def323] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:191:9: error[error]: unknown type name ‘__m256i’
#  189|   
#  190|     const __m128i const_coeff_shift_reg = _mm_cvtsi32_si128(coeff_shift);
#  191|->   const __m256i const_128_reg = _mm256_set1_epi16(128);
#  192|     __m256i lines[8];
#  193|     for (int i = 0; i < 8; i++) {

Error: COMPILER_WARNING: [#def324] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:191:33: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_set1_epi16’; did you mean ‘_mm_set1_epi16’?
#  189|   
#  190|     const __m128i const_coeff_shift_reg = _mm_cvtsi32_si128(coeff_shift);
#  191|->   const __m256i const_128_reg = _mm256_set1_epi16(128);
#  192|     __m256i lines[8];
#  193|     for (int i = 0; i < 8; i++) {

Error: COMPILER_WARNING: [#def325] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:192:3: error[error]: unknown type name ‘__m256i’
#  190|     const __m128i const_coeff_shift_reg = _mm_cvtsi32_si128(coeff_shift);
#  191|     const __m256i const_128_reg = _mm256_set1_epi16(128);
#  192|->   __m256i lines[8];
#  193|     for (int i = 0; i < 8; i++) {
#  194|       const __m128i src_1 = _mm_loadu_si128((const __m128i *)&img1[i * stride]);

Error: COMPILER_WARNING: [#def326] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:197:16: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_insertf128_si256’
#  195|       const __m128i src_2 = _mm_loadu_si128((const __m128i *)&img2[i * stride]);
#  196|   
#  197|->     lines[i] = _mm256_insertf128_si256(_mm256_castsi128_si256(src_1), src_2, 1);
#  198|       lines[i] = _mm256_sub_epi16(
#  199|           _mm256_sra_epi16(lines[i], const_coeff_shift_reg), const_128_reg);

Error: COMPILER_WARNING: [#def327] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:197:40: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_castsi128_si256’; did you mean ‘_mm_castsi128_pd’?
#  195|       const __m128i src_2 = _mm_loadu_si128((const __m128i *)&img2[i * stride]);
#  196|   
#  197|->     lines[i] = _mm256_insertf128_si256(_mm256_castsi128_si256(src_1), src_2, 1);
#  198|       lines[i] = _mm256_sub_epi16(
#  199|           _mm256_sra_epi16(lines[i], const_coeff_shift_reg), const_128_reg);

Error: COMPILER_WARNING: [#def328] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:198:16: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_sub_epi16’; did you mean ‘_mm_sub_epi16’?
#  196|   
#  197|       lines[i] = _mm256_insertf128_si256(_mm256_castsi128_si256(src_1), src_2, 1);
#  198|->     lines[i] = _mm256_sub_epi16(
#  199|           _mm256_sra_epi16(lines[i], const_coeff_shift_reg), const_128_reg);
#  200|     }

Error: COMPILER_WARNING: [#def329] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:199:9: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_sra_epi16’; did you mean ‘_mm_sra_epi16’?
#  197|       lines[i] = _mm256_insertf128_si256(_mm256_castsi128_si256(src_1), src_2, 1);
#  198|       lines[i] = _mm256_sub_epi16(
#  199|->         _mm256_sra_epi16(lines[i], const_coeff_shift_reg), const_128_reg);
#  200|     }
#  201|   

Error: COMPILER_WARNING: [#def330] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:203:9: error[error]: unknown type name ‘__m256i’
#  201|   
#  202|     /* Compute "mostly vertical" directions. */
#  203|->   const __m256i dir47 =
#  204|         compute_directions_avx2(lines, cost_first_8x8 + 4, cost_second_8x8 + 4);
#  205|   

Error: COMPILER_WARNING: [#def331] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:204:7: error[-Wimplicit-function-declaration]: implicit declaration of function ‘compute_directions_avx2’; did you mean ‘compute_directions’?
#  202|     /* Compute "mostly vertical" directions. */
#  203|     const __m256i dir47 =
#  204|->       compute_directions_avx2(lines, cost_first_8x8 + 4, cost_second_8x8 + 4);
#  205|   
#  206|     /* Transpose and reverse the order of the lines. */

Error: COMPILER_WARNING: [#def332] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:207:3: error[-Wimplicit-function-declaration]: implicit declaration of function ‘array_reverse_transpose_8x8_avx2’; did you mean ‘array_reverse_transpose_8x8’?
#  205|   
#  206|     /* Transpose and reverse the order of the lines. */
#  207|->   array_reverse_transpose_8x8_avx2(lines, lines);
#  208|   
#  209|     /* Compute "mostly horizontal" directions. */

Error: COMPILER_WARNING: [#def333] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:210:9: error[error]: unknown type name ‘__m256i’
#  208|   
#  209|     /* Compute "mostly horizontal" directions. */
#  210|->   const __m256i dir03 =
#  211|         compute_directions_avx2(lines, cost_first_8x8, cost_second_8x8);
#  212|   

Error: COMPILER_WARNING: [#def334] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:213:3: error[error]: unknown type name ‘__m256i’
#  211|         compute_directions_avx2(lines, cost_first_8x8, cost_second_8x8);
#  212|   
#  213|->   __m256i max = _mm256_max_epi32(dir03, dir47);
#  214|     max =
#  215|         _mm256_max_epi32(max, _mm256_or_si256(_mm256_srli_si256(max, 8),

Error: COMPILER_WARNING: [#def335] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:213:17: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_max_epi32’; did you mean ‘_mm_max_epi16’?
#  211|         compute_directions_avx2(lines, cost_first_8x8, cost_second_8x8);
#  212|   
#  213|->   __m256i max = _mm256_max_epi32(dir03, dir47);
#  214|     max =
#  215|         _mm256_max_epi32(max, _mm256_or_si256(_mm256_srli_si256(max, 8),

Error: COMPILER_WARNING: [#def336] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:215:29: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_or_si256’
#  213|     __m256i max = _mm256_max_epi32(dir03, dir47);
#  214|     max =
#  215|->       _mm256_max_epi32(max, _mm256_or_si256(_mm256_srli_si256(max, 8),
#  216|                                               _mm256_slli_si256(max, 16 - (8))));
#  217|     max =

Error: COMPILER_WARNING: [#def337] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:215:45: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_srli_si256’; did you mean ‘_mm_srli_si128’?
#  213|     __m256i max = _mm256_max_epi32(dir03, dir47);
#  214|     max =
#  215|->       _mm256_max_epi32(max, _mm256_or_si256(_mm256_srli_si256(max, 8),
#  216|                                               _mm256_slli_si256(max, 16 - (8))));
#  217|     max =

Error: COMPILER_WARNING: [#def338] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:216:45: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_slli_si256’; did you mean ‘_mm_slli_si128’?
#  214|     max =
#  215|         _mm256_max_epi32(max, _mm256_or_si256(_mm256_srli_si256(max, 8),
#  216|->                                             _mm256_slli_si256(max, 16 - (8))));
#  217|     max =
#  218|         _mm256_max_epi32(max, _mm256_or_si256(_mm256_srli_si256(max, 4),

Error: COMPILER_WARNING: [#def339] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:221:36: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_castsi256_si128’; did you mean ‘_mm_castps_si128’?
#  219|                                               _mm256_slli_si256(max, 16 - (4))));
#  220|   
#  221|->   const __m128i first_8x8_output = _mm256_castsi256_si128(max);
#  222|     const __m128i second_8x8_output = _mm256_extractf128_si256(max, 1);
#  223|     const __m128i cmpeg_res_00 =

Error: COMPILER_WARNING: [#def340] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:221:36: error[error]: incompatible types when initializing type ‘__m128i’ using type ‘int’
#  219|                                               _mm256_slli_si256(max, 16 - (4))));
#  220|   
#  221|->   const __m128i first_8x8_output = _mm256_castsi256_si128(max);
#  222|     const __m128i second_8x8_output = _mm256_extractf128_si256(max, 1);
#  223|     const __m128i cmpeg_res_00 =

Error: COMPILER_WARNING: [#def341] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:222:37: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_extractf128_si256’
#  220|   
#  221|     const __m128i first_8x8_output = _mm256_castsi256_si128(max);
#  222|->   const __m128i second_8x8_output = _mm256_extractf128_si256(max, 1);
#  223|     const __m128i cmpeg_res_00 =
#  224|         _mm_cmpeq_epi32(first_8x8_output, _mm256_castsi256_si128(dir47));

Error: COMPILER_WARNING: [#def342] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:222:37: error[error]: incompatible types when initializing type ‘__m128i’ using type ‘int’
#  220|   
#  221|     const __m128i first_8x8_output = _mm256_castsi256_si128(max);
#  222|->   const __m128i second_8x8_output = _mm256_extractf128_si256(max, 1);
#  223|     const __m128i cmpeg_res_00 =
#  224|         _mm_cmpeq_epi32(first_8x8_output, _mm256_castsi256_si128(dir47));

Error: COMPILER_WARNING: [#def343] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:224:41: error[error]: incompatible type for argument 2 of ‘_mm_cmpeq_epi32’
#  222|     const __m128i second_8x8_output = _mm256_extractf128_si256(max, 1);
#  223|     const __m128i cmpeg_res_00 =
#  224|->       _mm_cmpeq_epi32(first_8x8_output, _mm256_castsi256_si128(dir47));
#  225|     const __m128i cmpeg_res_01 =
#  226|         _mm_cmpeq_epi32(first_8x8_output, _mm256_castsi256_si128(dir03));

Error: COMPILER_WARNING: [#def344] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:226:41: error[error]: incompatible type for argument 2 of ‘_mm_cmpeq_epi32’
#  224|         _mm_cmpeq_epi32(first_8x8_output, _mm256_castsi256_si128(dir47));
#  225|     const __m128i cmpeg_res_01 =
#  226|->       _mm_cmpeq_epi32(first_8x8_output, _mm256_castsi256_si128(dir03));
#  227|     const __m128i cmpeg_res_10 =
#  228|         _mm_cmpeq_epi32(second_8x8_output, _mm256_extractf128_si256(dir47, 1));

Error: COMPILER_WARNING: [#def345] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:228:42: error[error]: incompatible type for argument 2 of ‘_mm_cmpeq_epi32’
#  226|         _mm_cmpeq_epi32(first_8x8_output, _mm256_castsi256_si128(dir03));
#  227|     const __m128i cmpeg_res_10 =
#  228|->       _mm_cmpeq_epi32(second_8x8_output, _mm256_extractf128_si256(dir47, 1));
#  229|     const __m128i cmpeg_res_11 =
#  230|         _mm_cmpeq_epi32(second_8x8_output, _mm256_extractf128_si256(dir03, 1));

Error: COMPILER_WARNING: [#def346] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:230:42: error[error]: incompatible type for argument 2 of ‘_mm_cmpeq_epi32’
#  228|         _mm_cmpeq_epi32(second_8x8_output, _mm256_extractf128_si256(dir47, 1));
#  229|     const __m128i cmpeg_res_11 =
#  230|->       _mm_cmpeq_epi32(second_8x8_output, _mm256_extractf128_si256(dir03, 1));
#  231|     const __m128i t_first_8x8 = _mm_packs_epi32(cmpeg_res_01, cmpeg_res_00);
#  232|     const __m128i t_second_8x8 = _mm_packs_epi32(cmpeg_res_11, cmpeg_res_10);

Error: COMPILER_WARNING: [#def347] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:234:36: error[error]: incompatible type for argument 1 of ‘_mm_cvtsi128_si32’
#  232|     const __m128i t_second_8x8 = _mm_packs_epi32(cmpeg_res_11, cmpeg_res_10);
#  233|   
#  234|->   best_cost[0] = _mm_cvtsi128_si32(_mm256_castsi256_si128(max));
#  235|     best_cost[1] = _mm_cvtsi128_si32(second_8x8_output);
#  236|     best_dir[0] = _mm_movemask_epi8(_mm_packs_epi16(t_first_8x8, t_first_8x8));

Error: COMPILER_WARNING: [#def348] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:279:9: error[-Wimplicit-function-declaration]: implicit declaration of function ‘_mm256_storeu_si256’; did you mean ‘_mm_storeu_si16’?
#  277|           __m128i row11 = _mm_loadu_si128(
#  278|               (const __m128i *)&src[(i + 1) * sstride + (j + 16)]);
#  279|->         _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 0)],
#  280|                               _mm256_cvtepu8_epi16(row00));
#  281|           _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 16)],

Error: COMPILER_WARNING: [#def349] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:279:30: error[error]: ‘__m256i’ undeclared (first use in this function)
#  277|           __m128i row11 = _mm_loadu_si128(
#  278|               (const __m128i *)&src[(i + 1) * sstride + (j + 16)]);
#  279|->         _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 0)],
#  280|                               _mm256_cvtepu8_epi16(row00));
#  281|           _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 16)],

Error: COMPILER_WARNING: [#def350] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:279:39: error[error]: expected expression before ‘)’ token
#  277|           __m128i row11 = _mm_loadu_si128(
#  278|               (const __m128i *)&src[(i + 1) * sstride + (j + 16)]);
#  279|->         _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 0)],
#  280|                               _mm256_cvtepu8_epi16(row00));
#  281|           _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 16)],

Error: COMPILER_WARNING: [#def351] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:281:39: error[error]: expected expression before ‘)’ token
#  279|           _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 0)],
#  280|                               _mm256_cvtepu8_epi16(row00));
#  281|->         _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 16)],
#  282|                               _mm256_cvtepu8_epi16(row01));
#  283|           _mm256_storeu_si256((__m256i *)&dst[(i + 1) * dstride + (j + 0)],

Error: COMPILER_WARNING: [#def352] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:283:39: error[error]: expected expression before ‘)’ token
#  281|           _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + (j + 16)],
#  282|                               _mm256_cvtepu8_epi16(row01));
#  283|->         _mm256_storeu_si256((__m256i *)&dst[(i + 1) * dstride + (j + 0)],
#  284|                               _mm256_cvtepu8_epi16(row10));
#  285|           _mm256_storeu_si256((__m256i *)&dst[(i + 1) * dstride + (j + 16)],

Error: COMPILER_WARNING: [#def353] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:285:39: error[error]: expected expression before ‘)’ token
#  283|           _mm256_storeu_si256((__m256i *)&dst[(i + 1) * dstride + (j + 0)],
#  284|                               _mm256_cvtepu8_epi16(row10));
#  285|->         _mm256_storeu_si256((__m256i *)&dst[(i + 1) * dstride + (j + 16)],
#  286|                               _mm256_cvtepu8_epi16(row11));
#  287|           j += 32;

Error: COMPILER_WARNING: [#def354] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:302:37: error[error]: expected expression before ‘)’ token
#  300|         __m128i row1 =
#  301|             _mm_loadu_si128((const __m128i *)&src[(i + 1) * sstride + j]);
#  302|->       _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + j],
#  303|                             _mm256_cvtepu8_epi16(row0));
#  304|         _mm256_storeu_si256((__m256i *)&dst[(i + 1) * dstride + j],

Error: COMPILER_WARNING: [#def355] [important]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:304:37: error[error]: expected expression before ‘)’ token
#  302|         _mm256_storeu_si256((__m256i *)&dst[(i + 0) * dstride + j],
#  303|                             _mm256_cvtepu8_epi16(row0));
#  304|->       _mm256_storeu_si256((__m256i *)&dst[(i + 1) * dstride + j],
#  305|                             _mm256_cvtepu8_epi16(row1));
#  306|         i += 2;

Error: COMPILER_WARNING: [#def356]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c:66:24: note[note]: called from here
#   64|                                                 int height) {
#   65|     (void)width;                               // Forever 32
#   66|->   const __m256i twos = _mm256_set1_epi8(2);  // Thirty two twos
#   67|     const int luma_stride = input_stride << 1;
#   68|     __m256i *row = (__m256i *)pred_buf_q3;

Error: COMPILER_WARNING: [#def357]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c:71:19: note[note]: called from here
#   69|     const __m256i *row_end = row + (height >> 1) * CFL_BUF_LINE_I256;
#   70|     do {
#   71|->     __m256i top = _mm256_loadu_si256((__m256i *)input);
#   72|       __m256i bot = _mm256_loadu_si256((__m256i *)(input + input_stride));
#   73|   

Error: COMPILER_WARNING: [#def358]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c:72:19: note[note]: called from here
#   70|     do {
#   71|       __m256i top = _mm256_loadu_si256((__m256i *)input);
#   72|->     __m256i bot = _mm256_loadu_si256((__m256i *)(input + input_stride));
#   73|   
#   74|       __m256i top_16x16 = _mm256_maddubs_epi16(top, twos);

Error: COMPILER_WARNING: [#def359]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c:74:25: note[note]: called from here
#   72|       __m256i bot = _mm256_loadu_si256((__m256i *)(input + input_stride));
#   73|   
#   74|->     __m256i top_16x16 = _mm256_maddubs_epi16(top, twos);
#   75|       __m256i bot_16x16 = _mm256_maddubs_epi16(bot, twos);
#   76|       __m256i sum_16x16 = _mm256_add_epi16(top_16x16, bot_16x16);

Error: COMPILER_WARNING: [#def360]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c:75:25: note[note]: called from here
#   73|   
#   74|       __m256i top_16x16 = _mm256_maddubs_epi16(top, twos);
#   75|->     __m256i bot_16x16 = _mm256_maddubs_epi16(bot, twos);
#   76|       __m256i sum_16x16 = _mm256_add_epi16(top_16x16, bot_16x16);
#   77|   

Error: COMPILER_WARNING: [#def361]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c:76:25: note[note]: called from here
#   74|       __m256i top_16x16 = _mm256_maddubs_epi16(top, twos);
#   75|       __m256i bot_16x16 = _mm256_maddubs_epi16(bot, twos);
#   76|->     __m256i sum_16x16 = _mm256_add_epi16(top_16x16, bot_16x16);
#   77|   
#   78|       _mm256_storeu_si256(row, sum_16x16);

Error: COMPILER_WARNING: [#def362]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c:78:5: note[note]: called from here
#   76|       __m256i sum_16x16 = _mm256_add_epi16(top_16x16, bot_16x16);
#   77|   
#   78|->     _mm256_storeu_si256(row, sum_16x16);
#   79|   
#   80|       input += luma_stride;

Error: COMPILER_WARNING: [#def363]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:51:13: note[note]: called from here
#   49|       if (width == 4) {
#   50|         __m128i top = _mm_loadh_epi32((__m128i *)input);
#   51|->       top = _mm_maddubs_epi16(top, twos);
#   52|         __m128i bot = _mm_loadh_epi32((__m128i *)(input + input_stride));
#   53|         bot = _mm_maddubs_epi16(bot, twos);

Error: COMPILER_WARNING: [#def364]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:53:13: note[note]: called from here
#   51|         top = _mm_maddubs_epi16(top, twos);
#   52|         __m128i bot = _mm_loadh_epi32((__m128i *)(input + input_stride));
#   53|->       bot = _mm_maddubs_epi16(bot, twos);
#   54|         const __m128i sum = _mm_add_epi16(top, bot);
#   55|         _mm_storeh_epi32(pred_buf_m128i, sum);

Error: COMPILER_WARNING: [#def365]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:58:13: note[note]: called from here
#   56|       } else if (width == 8) {
#   57|         __m128i top = _mm_loadl_epi64((__m128i *)input);
#   58|->       top = _mm_maddubs_epi16(top, twos);
#   59|         __m128i bot = _mm_loadl_epi64((__m128i *)(input + input_stride));
#   60|         bot = _mm_maddubs_epi16(bot, twos);

Error: COMPILER_WARNING: [#def366]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:60:13: note[note]: called from here
#   58|         top = _mm_maddubs_epi16(top, twos);
#   59|         __m128i bot = _mm_loadl_epi64((__m128i *)(input + input_stride));
#   60|->       bot = _mm_maddubs_epi16(bot, twos);
#   61|         const __m128i sum = _mm_add_epi16(top, bot);
#   62|         _mm_storel_epi64(pred_buf_m128i, sum);

Error: COMPILER_WARNING: [#def367]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:65:13: note[note]: called from here
#   63|       } else {
#   64|         __m128i top = _mm_loadu_si128((__m128i *)input);
#   65|->       top = _mm_maddubs_epi16(top, twos);
#   66|         __m128i bot = _mm_loadu_si128((__m128i *)(input + input_stride));
#   67|         bot = _mm_maddubs_epi16(bot, twos);

Error: COMPILER_WARNING: [#def368]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:67:13: note[note]: called from here
#   65|         top = _mm_maddubs_epi16(top, twos);
#   66|         __m128i bot = _mm_loadu_si128((__m128i *)(input + input_stride));
#   67|->       bot = _mm_maddubs_epi16(bot, twos);
#   68|         const __m128i sum = _mm_add_epi16(top, bot);
#   69|         _mm_storeu_si128(pred_buf_m128i, sum);

Error: COMPILER_WARNING: [#def369]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:74:17: note[note]: called from here
#   72|           __m128i bot_1 =
#   73|               _mm_loadu_si128(((__m128i *)(input + input_stride)) + 1);
#   74|->         top_1 = _mm_maddubs_epi16(top_1, twos);
#   75|           bot_1 = _mm_maddubs_epi16(bot_1, twos);
#   76|           __m128i sum_1 = _mm_add_epi16(top_1, bot_1);

Error: COMPILER_WARNING: [#def370]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c:75:17: note[note]: called from here
#   73|               _mm_loadu_si128(((__m128i *)(input + input_stride)) + 1);
#   74|           top_1 = _mm_maddubs_epi16(top_1, twos);
#   75|->         bot_1 = _mm_maddubs_epi16(bot_1, twos);
#   76|           __m128i sum_1 = _mm_add_epi16(top_1, bot_1);
#   77|           _mm_storeu_si128(pred_buf_m128i + 1, sum_1);

Error: COMPILER_WARNING: [#def371]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:37:28: note[note]: called from here
#   35|                                        const __m128i *taps_4_5,
#   36|                                        const __m128i *taps_6_7) {
#   37|->   const __m128i mul_0_01 = _mm_maddubs_epi16(*pixels, *taps_0_1);
#   38|     const __m128i mul_0_23 = _mm_maddubs_epi16(*pixels, *taps_2_3);
#   39|     // |output_half| contains 8 partial sums.

Error: COMPILER_WARNING: [#def372]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:38:28: note[note]: called from here
#   36|                                        const __m128i *taps_6_7) {
#   37|     const __m128i mul_0_01 = _mm_maddubs_epi16(*pixels, *taps_0_1);
#   38|->   const __m128i mul_0_23 = _mm_maddubs_epi16(*pixels, *taps_2_3);
#   39|     // |output_half| contains 8 partial sums.
#   40|     __m128i output_half = _mm_hadd_epi16(mul_0_01, mul_0_23);

Error: COMPILER_WARNING: [#def373]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:40:25: note[note]: called from here
#   38|     const __m128i mul_0_23 = _mm_maddubs_epi16(*pixels, *taps_2_3);
#   39|     // |output_half| contains 8 partial sums.
#   40|->   __m128i output_half = _mm_hadd_epi16(mul_0_01, mul_0_23);
#   41|     __m128i output = _mm_hadd_epi16(output_half, output_half);
#   42|     const __m128i output_row0 =

Error: COMPILER_WARNING: [#def374]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:41:20: note[note]: called from here
#   39|     // |output_half| contains 8 partial sums.
#   40|     __m128i output_half = _mm_hadd_epi16(mul_0_01, mul_0_23);
#   41|->   __m128i output = _mm_hadd_epi16(output_half, output_half);
#   42|     const __m128i output_row0 =
#   43|         _mm_packus_epi16(xx_roundn_epi16_unsigned(output, 4),

Error: COMPILER_WARNING: [#def375]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:46:28: note[note]: called from here
#   44|                          /* arbitrary pack arg */ output);
#   45|     xx_storel_32(dst, output_row0);
#   46|->   const __m128i mul_1_01 = _mm_maddubs_epi16(*pixels, *taps_4_5);
#   47|     const __m128i mul_1_23 = _mm_maddubs_epi16(*pixels, *taps_6_7);
#   48|     output_half = _mm_hadd_epi16(mul_1_01, mul_1_23);

Error: COMPILER_WARNING: [#def376]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:47:28: note[note]: called from here
#   45|     xx_storel_32(dst, output_row0);
#   46|     const __m128i mul_1_01 = _mm_maddubs_epi16(*pixels, *taps_4_5);
#   47|->   const __m128i mul_1_23 = _mm_maddubs_epi16(*pixels, *taps_6_7);
#   48|     output_half = _mm_hadd_epi16(mul_1_01, mul_1_23);
#   49|     output = _mm_hadd_epi16(output_half, output_half);

Error: COMPILER_WARNING: [#def377]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:48:17: note[note]: called from here
#   46|     const __m128i mul_1_01 = _mm_maddubs_epi16(*pixels, *taps_4_5);
#   47|     const __m128i mul_1_23 = _mm_maddubs_epi16(*pixels, *taps_6_7);
#   48|->   output_half = _mm_hadd_epi16(mul_1_01, mul_1_23);
#   49|     output = _mm_hadd_epi16(output_half, output_half);
#   50|     const __m128i output_row1 =

Error: COMPILER_WARNING: [#def378]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c:49:12: note[note]: called from here
#   47|     const __m128i mul_1_23 = _mm_maddubs_epi16(*pixels, *taps_6_7);
#   48|     output_half = _mm_hadd_epi16(mul_1_01, mul_1_23);
#   49|->   output = _mm_hadd_epi16(output_half, output_half);
#   50|     const __m128i output_row1 =
#   51|         _mm_packus_epi16(xx_roundn_epi16_unsigned(output, 4),

Error: COMPILER_WARNING: [#def379]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/highbd_inv_txfm_avx2.c:237:14: note[note]: called from here
#  235|                                              __m256i *out, int out_size) {
#  236|     for (int i = 0; i < out_size; ++i) {
#  237|->     out[i] = _mm256_loadu_si256((const __m256i *)(in + i * stride));
#  238|     }
#  239|   }

Error: COMPILER_WARNING: [#def380]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/highbd_txfm_utility_sse4.h:115:7: note[note]: called from here
#  113|     __m128i x;
#  114|   
#  115|->   x = _mm_mullo_epi32(*w0, *n0);
#  116|     x = _mm_add_epi32(x, *rounding);
#  117|     x = _mm_srai_epi32(x, bit);

Error: COMPILER_WARNING: [#def381]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:49:21: note[note]: called from here
#   47|   
#   48|     if (use_3tap_filter) {
#   49|->     __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]);
#   50|       __m128i shuf0 = _mm_lddqu_si128((__m128i const *)v_const[0]);
#   51|       __m128i shuf1 = _mm_lddqu_si128((__m128i const *)v_const[1]);

Error: COMPILER_WARNING: [#def382]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:50:21: note[note]: called from here
#   48|     if (use_3tap_filter) {
#   49|       __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]);
#   50|->     __m128i shuf0 = _mm_lddqu_si128((__m128i const *)v_const[0]);
#   51|       __m128i shuf1 = _mm_lddqu_si128((__m128i const *)v_const[1]);
#   52|       __m128i iden = _mm_lddqu_si128((__m128i *)v_const[3]);

Error: COMPILER_WARNING: [#def383]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:51:21: note[note]: called from here
#   49|       __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]);
#   50|       __m128i shuf0 = _mm_lddqu_si128((__m128i const *)v_const[0]);
#   51|->     __m128i shuf1 = _mm_lddqu_si128((__m128i const *)v_const[1]);
#   52|       __m128i iden = _mm_lddqu_si128((__m128i *)v_const[3]);
#   53|       __m128i in0 = _mm_lddqu_si128((__m128i *)in);

Error: COMPILER_WARNING: [#def384]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:52:20: note[note]: called from here
#   50|       __m128i shuf0 = _mm_lddqu_si128((__m128i const *)v_const[0]);
#   51|       __m128i shuf1 = _mm_lddqu_si128((__m128i const *)v_const[1]);
#   52|->     __m128i iden = _mm_lddqu_si128((__m128i *)v_const[3]);
#   53|       __m128i in0 = _mm_lddqu_si128((__m128i *)in);
#   54|       while (len > 0) {

Error: COMPILER_WARNING: [#def385]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:53:19: note[note]: called from here
#   51|       __m128i shuf1 = _mm_lddqu_si128((__m128i const *)v_const[1]);
#   52|       __m128i iden = _mm_lddqu_si128((__m128i *)v_const[3]);
#   53|->     __m128i in0 = _mm_lddqu_si128((__m128i *)in);
#   54|       while (len > 0) {
#   55|         int n_out = (len < 8) ? len : 8;

Error: COMPILER_WARNING: [#def386]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:56:20: note[note]: called from here
#   54|       while (len > 0) {
#   55|         int n_out = (len < 8) ? len : 8;
#   56|->       __m128i d0 = _mm_shuffle_epi8(in0, shuf0);
#   57|         __m128i d1 = _mm_shuffle_epi8(in0, shuf1);
#   58|         d0 = _mm_maddubs_epi16(d0, coef0);

Error: COMPILER_WARNING: [#def387]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:57:20: note[note]: called from here
#   55|         int n_out = (len < 8) ? len : 8;
#   56|         __m128i d0 = _mm_shuffle_epi8(in0, shuf0);
#   57|->       __m128i d1 = _mm_shuffle_epi8(in0, shuf1);
#   58|         d0 = _mm_maddubs_epi16(d0, coef0);
#   59|         d1 = _mm_maddubs_epi16(d1, coef0);

Error: COMPILER_WARNING: [#def388]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:58:12: note[note]: called from here
#   56|         __m128i d0 = _mm_shuffle_epi8(in0, shuf0);
#   57|         __m128i d1 = _mm_shuffle_epi8(in0, shuf1);
#   58|->       d0 = _mm_maddubs_epi16(d0, coef0);
#   59|         d1 = _mm_maddubs_epi16(d1, coef0);
#   60|         d0 = _mm_hadd_epi16(d0, d1);

Error: COMPILER_WARNING: [#def389]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:59:12: note[note]: called from here
#   57|         __m128i d1 = _mm_shuffle_epi8(in0, shuf1);
#   58|         d0 = _mm_maddubs_epi16(d0, coef0);
#   59|->       d1 = _mm_maddubs_epi16(d1, coef0);
#   60|         d0 = _mm_hadd_epi16(d0, d1);
#   61|         __m128i eight = _mm_set1_epi16(8);

Error: COMPILER_WARNING: [#def390]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:60:12: note[note]: called from here
#   58|         d0 = _mm_maddubs_epi16(d0, coef0);
#   59|         d1 = _mm_maddubs_epi16(d1, coef0);
#   60|->       d0 = _mm_hadd_epi16(d0, d1);
#   61|         __m128i eight = _mm_set1_epi16(8);
#   62|         d0 = _mm_add_epi16(d0, eight);

Error: COMPILER_WARNING: [#def391]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:65:22: note[note]: called from here
#   63|         d0 = _mm_srai_epi16(d0, 4);
#   64|         d0 = _mm_packus_epi16(d0, d0);
#   65|->       __m128i out0 = _mm_lddqu_si128((__m128i *)out);
#   66|         __m128i n0 = _mm_set1_epi8(n_out);
#   67|         __m128i mask = _mm_cmpgt_epi8(n0, iden);

Error: COMPILER_WARNING: [#def392]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:68:14: note[note]: called from here
#   66|         __m128i n0 = _mm_set1_epi8(n_out);
#   67|         __m128i mask = _mm_cmpgt_epi8(n0, iden);
#   68|->       out0 = _mm_blendv_epi8(out0, d0, mask);
#   69|         _mm_storel_epi64((__m128i *)out, out0);
#   70|         __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16));

Error: COMPILER_WARNING: [#def393]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:70:21: note[note]: called from here
#   68|         out0 = _mm_blendv_epi8(out0, d0, mask);
#   69|         _mm_storel_epi64((__m128i *)out, out0);
#   70|->       __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16));
#   71|         in0 = _mm_alignr_epi8(in1, in0, 8);
#   72|         in += 8;

Error: COMPILER_WARNING: [#def394]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:71:13: note[note]: called from here
#   69|         _mm_storel_epi64((__m128i *)out, out0);
#   70|         __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16));
#   71|->       in0 = _mm_alignr_epi8(in1, in0, 8);
#   72|         in += 8;
#   73|         out += 8;

Error: COMPILER_WARNING: [#def395]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:77:21: note[note]: called from here
#   75|       }
#   76|     } else {  // 5-tap filter
#   77|->     __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]);
#   78|       __m128i two = _mm_set1_epi8(2);
#   79|       __m128i shuf_a = _mm_lddqu_si128((__m128i const *)v_const[2]);

Error: COMPILER_WARNING: [#def396]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:79:22: note[note]: called from here
#   77|       __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]);
#   78|       __m128i two = _mm_set1_epi8(2);
#   79|->     __m128i shuf_a = _mm_lddqu_si128((__m128i const *)v_const[2]);
#   80|       __m128i shuf_b = _mm_add_epi8(shuf_a, two);
#   81|       __m128i shuf_c = _mm_add_epi8(shuf_b, two);

Error: COMPILER_WARNING: [#def397]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:83:20: note[note]: called from here
#   81|       __m128i shuf_c = _mm_add_epi8(shuf_b, two);
#   82|       __m128i shuf_d = _mm_add_epi8(shuf_c, two);
#   83|->     __m128i iden = _mm_lddqu_si128((__m128i *)v_const[3]);
#   84|       __m128i in0 = _mm_lddqu_si128((__m128i *)in);
#   85|       while (len > 0) {

Error: COMPILER_WARNING: [#def398]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:84:19: note[note]: called from here
#   82|       __m128i shuf_d = _mm_add_epi8(shuf_c, two);
#   83|       __m128i iden = _mm_lddqu_si128((__m128i *)v_const[3]);
#   84|->     __m128i in0 = _mm_lddqu_si128((__m128i *)in);
#   85|       while (len > 0) {
#   86|         int n_out = (len < 8) ? len : 8;

Error: COMPILER_WARNING: [#def399]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:87:20: note[note]: called from here
#   85|       while (len > 0) {
#   86|         int n_out = (len < 8) ? len : 8;
#   87|->       __m128i d0 = _mm_shuffle_epi8(in0, shuf_a);
#   88|         __m128i d1 = _mm_shuffle_epi8(in0, shuf_b);
#   89|         __m128i d2 = _mm_shuffle_epi8(in0, shuf_c);

Error: COMPILER_WARNING: [#def400]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:88:20: note[note]: called from here
#   86|         int n_out = (len < 8) ? len : 8;
#   87|         __m128i d0 = _mm_shuffle_epi8(in0, shuf_a);
#   88|->       __m128i d1 = _mm_shuffle_epi8(in0, shuf_b);
#   89|         __m128i d2 = _mm_shuffle_epi8(in0, shuf_c);
#   90|         __m128i d3 = _mm_shuffle_epi8(in0, shuf_d);

Error: COMPILER_WARNING: [#def401]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:89:20: note[note]: called from here
#   87|         __m128i d0 = _mm_shuffle_epi8(in0, shuf_a);
#   88|         __m128i d1 = _mm_shuffle_epi8(in0, shuf_b);
#   89|->       __m128i d2 = _mm_shuffle_epi8(in0, shuf_c);
#   90|         __m128i d3 = _mm_shuffle_epi8(in0, shuf_d);
#   91|         d0 = _mm_maddubs_epi16(d0, coef0);

Error: COMPILER_WARNING: [#def402]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:90:20: note[note]: called from here
#   88|         __m128i d1 = _mm_shuffle_epi8(in0, shuf_b);
#   89|         __m128i d2 = _mm_shuffle_epi8(in0, shuf_c);
#   90|->       __m128i d3 = _mm_shuffle_epi8(in0, shuf_d);
#   91|         d0 = _mm_maddubs_epi16(d0, coef0);
#   92|         d1 = _mm_maddubs_epi16(d1, coef0);

Error: COMPILER_WARNING: [#def403]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:91:12: note[note]: called from here
#   89|         __m128i d2 = _mm_shuffle_epi8(in0, shuf_c);
#   90|         __m128i d3 = _mm_shuffle_epi8(in0, shuf_d);
#   91|->       d0 = _mm_maddubs_epi16(d0, coef0);
#   92|         d1 = _mm_maddubs_epi16(d1, coef0);
#   93|         d2 = _mm_maddubs_epi16(d2, coef0);

Error: COMPILER_WARNING: [#def404]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:92:12: note[note]: called from here
#   90|         __m128i d3 = _mm_shuffle_epi8(in0, shuf_d);
#   91|         d0 = _mm_maddubs_epi16(d0, coef0);
#   92|->       d1 = _mm_maddubs_epi16(d1, coef0);
#   93|         d2 = _mm_maddubs_epi16(d2, coef0);
#   94|         d3 = _mm_maddubs_epi16(d3, coef0);

Error: COMPILER_WARNING: [#def405]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:93:12: note[note]: called from here
#   91|         d0 = _mm_maddubs_epi16(d0, coef0);
#   92|         d1 = _mm_maddubs_epi16(d1, coef0);
#   93|->       d2 = _mm_maddubs_epi16(d2, coef0);
#   94|         d3 = _mm_maddubs_epi16(d3, coef0);
#   95|         d0 = _mm_hadd_epi16(d0, d1);

Error: COMPILER_WARNING: [#def406]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:94:12: note[note]: called from here
#   92|         d1 = _mm_maddubs_epi16(d1, coef0);
#   93|         d2 = _mm_maddubs_epi16(d2, coef0);
#   94|->       d3 = _mm_maddubs_epi16(d3, coef0);
#   95|         d0 = _mm_hadd_epi16(d0, d1);
#   96|         d2 = _mm_hadd_epi16(d2, d3);

Error: COMPILER_WARNING: [#def407]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:95:12: note[note]: called from here
#   93|         d2 = _mm_maddubs_epi16(d2, coef0);
#   94|         d3 = _mm_maddubs_epi16(d3, coef0);
#   95|->       d0 = _mm_hadd_epi16(d0, d1);
#   96|         d2 = _mm_hadd_epi16(d2, d3);
#   97|         d0 = _mm_hadd_epi16(d0, d2);

Error: COMPILER_WARNING: [#def408]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:96:12: note[note]: called from here
#   94|         d3 = _mm_maddubs_epi16(d3, coef0);
#   95|         d0 = _mm_hadd_epi16(d0, d1);
#   96|->       d2 = _mm_hadd_epi16(d2, d3);
#   97|         d0 = _mm_hadd_epi16(d0, d2);
#   98|         __m128i eight = _mm_set1_epi16(8);

Error: COMPILER_WARNING: [#def409]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:97:12: note[note]: called from here
#   95|         d0 = _mm_hadd_epi16(d0, d1);
#   96|         d2 = _mm_hadd_epi16(d2, d3);
#   97|->       d0 = _mm_hadd_epi16(d0, d2);
#   98|         __m128i eight = _mm_set1_epi16(8);
#   99|         d0 = _mm_add_epi16(d0, eight);

Error: COMPILER_WARNING: [#def410]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:102:22: note[note]: called from here
#  100|         d0 = _mm_srai_epi16(d0, 4);
#  101|         d0 = _mm_packus_epi16(d0, d0);
#  102|->       __m128i out0 = _mm_lddqu_si128((__m128i *)out);
#  103|         __m128i n0 = _mm_set1_epi8(n_out);
#  104|         __m128i mask = _mm_cmpgt_epi8(n0, iden);

Error: COMPILER_WARNING: [#def411]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:105:14: note[note]: called from here
#  103|         __m128i n0 = _mm_set1_epi8(n_out);
#  104|         __m128i mask = _mm_cmpgt_epi8(n0, iden);
#  105|->       out0 = _mm_blendv_epi8(out0, d0, mask);
#  106|         _mm_storel_epi64((__m128i *)out, out0);
#  107|         __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16));

Error: COMPILER_WARNING: [#def412]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:107:21: note[note]: called from here
#  105|         out0 = _mm_blendv_epi8(out0, d0, mask);
#  106|         _mm_storel_epi64((__m128i *)out, out0);
#  107|->       __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16));
#  108|         in0 = _mm_alignr_epi8(in1, in0, 8);
#  109|         in += 8;

Error: COMPILER_WARNING: [#def413]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c:108:13: note[note]: called from here
#  106|         _mm_storel_epi64((__m128i *)out, out0);
#  107|         __m128i in1 = _mm_lddqu_si128((__m128i *)(in + 16));
#  108|->       in0 = _mm_alignr_epi8(in1, in0, 8);
#  109|         in += 8;
#  110|         out += 8;

Error: COMPILER_WARNING: [#def414]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_avx2.c:30:23: note[note]: called from here
#   28|     const int w0 = conv_params->fwd_offset;
#   29|     const int w1 = conv_params->bck_offset;
#   30|->   const __m256i wt0 = _mm256_set1_epi16((int16_t)w0);
#   31|     const __m256i wt1 = _mm256_set1_epi16((int16_t)w1);
#   32|     const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1);

Error: COMPILER_WARNING: [#def415]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_avx2.c:31:23: note[note]: called from here
#   29|     const int w1 = conv_params->bck_offset;
#   30|     const __m256i wt0 = _mm256_set1_epi16((int16_t)w0);
#   31|->   const __m256i wt1 = _mm256_set1_epi16((int16_t)w1);
#   32|     const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1);
#   33|     return wt;

Error: COMPILER_WARNING: [#def416]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_avx2.c:32:22: note[note]: called from here
#   30|     const __m256i wt0 = _mm256_set1_epi16((int16_t)w0);
#   31|     const __m256i wt1 = _mm256_set1_epi16((int16_t)w1);
#   32|->   const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1);
#   33|     return wt;
#   34|   }

Error: COMPILER_WARNING: [#def417]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c:89:31: note[note]: called from here
#   87|           // Filter even-index pixels
#   88|           const __m128i res_0 = _mm_madd_epi16(src_lo, coeff_01);
#   89|->         const __m128i src_2 = _mm_alignr_epi8(src_hi, src_lo, 4);
#   90|           const __m128i res_2 = _mm_madd_epi16(src_2, coeff_23);
#   91|           const __m128i src_4 = _mm_alignr_epi8(src_hi, src_lo, 8);

Error: COMPILER_WARNING: [#def418]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c:91:31: note[note]: called from here
#   89|           const __m128i src_2 = _mm_alignr_epi8(src_hi, src_lo, 4);
#   90|           const __m128i res_2 = _mm_madd_epi16(src_2, coeff_23);
#   91|->         const __m128i src_4 = _mm_alignr_epi8(src_hi, src_lo, 8);
#   92|           const __m128i res_4 = _mm_madd_epi16(src_4, coeff_45);
#   93|           const __m128i src_6 = _mm_alignr_epi8(src_hi, src_lo, 12);

Error: COMPILER_WARNING: [#def419]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c:93:31: note[note]: called from here
#   91|           const __m128i src_4 = _mm_alignr_epi8(src_hi, src_lo, 8);
#   92|           const __m128i res_4 = _mm_madd_epi16(src_4, coeff_45);
#   93|->         const __m128i src_6 = _mm_alignr_epi8(src_hi, src_lo, 12);
#   94|           const __m128i res_6 = _mm_madd_epi16(src_6, coeff_67);
#   95|   

Error: COMPILER_WARNING: [#def420]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c:102:31: note[note]: called from here
#  100|   
#  101|           // Filter odd-index pixels
#  102|->         const __m128i src_1 = _mm_alignr_epi8(src_hi, src_lo, 2);
#  103|           const __m128i res_1 = _mm_madd_epi16(src_1, coeff_01);
#  104|           const __m128i src_3 = _mm_alignr_epi8(src_hi, src_lo, 6);

Error: COMPILER_WARNING: [#def421]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c:104:31: note[note]: called from here
#  102|           const __m128i src_1 = _mm_alignr_epi8(src_hi, src_lo, 2);
#  103|           const __m128i res_1 = _mm_madd_epi16(src_1, coeff_01);
#  104|->         const __m128i src_3 = _mm_alignr_epi8(src_hi, src_lo, 6);
#  105|           const __m128i res_3 = _mm_madd_epi16(src_3, coeff_23);
#  106|           const __m128i src_5 = _mm_alignr_epi8(src_hi, src_lo, 10);

Error: COMPILER_WARNING: [#def422]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c:106:31: note[note]: called from here
#  104|           const __m128i src_3 = _mm_alignr_epi8(src_hi, src_lo, 6);
#  105|           const __m128i res_3 = _mm_madd_epi16(src_3, coeff_23);
#  106|->         const __m128i src_5 = _mm_alignr_epi8(src_hi, src_lo, 10);
#  107|           const __m128i res_5 = _mm_madd_epi16(src_5, coeff_45);
#  108|           const __m128i src_7 = _mm_alignr_epi8(src_hi, src_lo, 14);

Error: COMPILER_WARNING: [#def423]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c:108:31: note[note]: called from here
#  106|           const __m128i src_5 = _mm_alignr_epi8(src_hi, src_lo, 10);
#  107|           const __m128i res_5 = _mm_madd_epi16(src_5, coeff_45);
#  108|->         const __m128i src_7 = _mm_alignr_epi8(src_hi, src_lo, 14);
#  109|           const __m128i res_7 = _mm_madd_epi16(src_7, coeff_67);
#  110|   

Error: COMPILER_WARNING: [#def424]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/reconinter_sse4.c:22:24: note[note]: called from here
#   20|   static inline __m128i calc_mask(const __m128i mask_base, const __m128i s0,
#   21|                                   const __m128i s1) {
#   22|->   const __m128i diff = _mm_abs_epi16(_mm_sub_epi16(s0, s1));
#   23|     return _mm_abs_epi16(_mm_add_epi16(mask_base, _mm_srli_epi16(diff, 4)));
#   24|     // clamp(diff, 0, 64) can be skiped for diff is always in the range ( 38, 54)

Error: COMPILER_WARNING: [#def425]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/reconinter_sse4.c:23:10: note[note]: called from here
#   21|                                   const __m128i s1) {
#   22|     const __m128i diff = _mm_abs_epi16(_mm_sub_epi16(s0, s1));
#   23|->   return _mm_abs_epi16(_mm_add_epi16(mask_base, _mm_srli_epi16(diff, 4)));
#   24|     // clamp(diff, 0, 64) can be skiped for diff is always in the range ( 38, 54)
#   25|   }

Error: COMPILER_WARNING: [#def426]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/resize_avx2.c:249:15: note[note]: called from here
#  247|   
#  248|     // f0 f1 f0 f1 ..
#  249|->   coeffs[2] = _mm256_broadcastw_epi16(filter_8bit);
#  250|     // f2 f3 f2 f3 ..
#  251|     coeffs[3] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 2));

Error: COMPILER_WARNING: [#def427]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/resize_avx2.c:251:15: note[note]: called from here
#  249|     coeffs[2] = _mm256_broadcastw_epi16(filter_8bit);
#  250|     // f2 f3 f2 f3 ..
#  251|->   coeffs[3] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 2));
#  252|     // f3 f2 f3 f2 ..
#  253|     coeffs[0] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 6));

Error: COMPILER_WARNING: [#def428]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/resize_avx2.c:253:15: note[note]: called from here
#  251|     coeffs[3] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 2));
#  252|     // f3 f2 f3 f2 ..
#  253|->   coeffs[0] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 6));
#  254|     // f1 f0 f1 f0 ..
#  255|     coeffs[1] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 4));

Error: COMPILER_WARNING: [#def429]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/resize_avx2.c:255:15: note[note]: called from here
#  253|     coeffs[0] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 6));
#  254|     // f1 f0 f1 f0 ..
#  255|->   coeffs[1] = _mm256_broadcastw_epi16(_mm_bsrli_si128(filter_8bit, 4));
#  256|   }
#  257|   

Error: COMPILER_WARNING: [#def430]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/resize_ssse3.c:141:22: note[note]: called from here
#  139|                                                     const __m128i c0c1) {
#  140|     const __m128i k_64 = _mm_set1_epi16(1 << 6);
#  141|->   const __m128i t0 = _mm_maddubs_epi16(s[0], c0c1);
#  142|     const __m128i t1 = _mm_maddubs_epi16(s[1], c0c1);
#  143|     // round and shift by 7 bit each 16 bit

Error: COMPILER_WARNING: [#def431]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/resize_ssse3.c:142:22: note[note]: called from here
#  140|     const __m128i k_64 = _mm_set1_epi16(1 << 6);
#  141|     const __m128i t0 = _mm_maddubs_epi16(s[0], c0c1);
#  142|->   const __m128i t1 = _mm_maddubs_epi16(s[1], c0c1);
#  143|     // round and shift by 7 bit each 16 bit
#  144|     const __m128i t2 = _mm_adds_epi16(t0, k_64);

Error: COMPILER_WARNING: [#def432]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/selfguided_sse4.c:29:10: note[note]: called from here
#   27|   // halfword to 32-bit precision and return them in an SSE register.
#   28|   static __m128i xx_load_extend_16_32(const void *p) {
#   29|->   return _mm_cvtepu16_epi32(xx_loadl_64(p));
#   30|   }
#   31|   

Error: COMPILER_WARNING: [#def433]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_avx2.c:435:7: note[note]: called from here
#  433|       __m256i *res_sub_const, __m256i *round_bits_const, __m256i *wt) {
#  434|     *res_sub_const =
#  435|->       _mm256_set1_epi16(-(1 << (offset_bits - conv_params->round_1)) -
#  436|                           (1 << (offset_bits - conv_params->round_1 - 1)));
#  437|     *round_bits_const = _mm256_set1_epi16(((1 << round_bits) >> 1));

Error: COMPILER_WARNING: [#def434]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_avx2.c:437:23: note[note]: called from here
#  435|         _mm256_set1_epi16(-(1 << (offset_bits - conv_params->round_1)) -
#  436|                           (1 << (offset_bits - conv_params->round_1 - 1)));
#  437|->   *round_bits_const = _mm256_set1_epi16(((1 << round_bits) >> 1));
#  438|   
#  439|     const int w0 = conv_params->fwd_offset;

Error: COMPILER_WARNING: [#def435]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_avx2.c:441:23: note[note]: called from here
#  439|     const int w0 = conv_params->fwd_offset;
#  440|     const int w1 = conv_params->bck_offset;
#  441|->   const __m256i wt0 = _mm256_set1_epi16((short)w0);
#  442|     const __m256i wt1 = _mm256_set1_epi16((short)w1);
#  443|     *wt = _mm256_unpacklo_epi16(wt0, wt1);

Error: COMPILER_WARNING: [#def436]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_avx2.c:442:23: note[note]: called from here
#  440|     const int w1 = conv_params->bck_offset;
#  441|     const __m256i wt0 = _mm256_set1_epi16((short)w0);
#  442|->   const __m256i wt1 = _mm256_set1_epi16((short)w1);
#  443|     *wt = _mm256_unpacklo_epi16(wt0, wt1);
#  444|   }

Error: COMPILER_WARNING: [#def437]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_avx2.c:443:9: note[note]: called from here
#  441|     const __m256i wt0 = _mm256_set1_epi16((short)w0);
#  442|     const __m256i wt1 = _mm256_set1_epi16((short)w1);
#  443|->   *wt = _mm256_unpacklo_epi16(wt0, wt1);
#  444|   }
#  445|   

Error: COMPILER_WARNING: [#def438]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_sse4.c:282:7: note[note]: called from here
#  280|     // Coeffs 0 2 for pixels 0 2 4 6 1 3 5 7
#  281|     coeff[0] =
#  282|->       _mm_shuffle_epi8(tmp_0, _mm_load_si128((__m128i *)shuffle_alpha0_mask01));
#  283|     // Coeffs 4 6 for pixels 0 2 4 6 1 3 5 7
#  284|     coeff[1] =

Error: COMPILER_WARNING: [#def439]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_sse4.c:285:7: note[note]: called from here
#  283|     // Coeffs 4 6 for pixels 0 2 4 6 1 3 5 7
#  284|     coeff[1] =
#  285|->       _mm_shuffle_epi8(tmp_0, _mm_load_si128((__m128i *)shuffle_alpha0_mask23));
#  286|     // Coeffs 1 3 for pixels 0 2 4 6 1 3 5 7
#  287|     coeff[2] =

Error: COMPILER_WARNING: [#def440]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_sse4.c:288:7: note[note]: called from here
#  286|     // Coeffs 1 3 for pixels 0 2 4 6 1 3 5 7
#  287|     coeff[2] =
#  288|->       _mm_shuffle_epi8(tmp_0, _mm_load_si128((__m128i *)shuffle_alpha0_mask45));
#  289|     // Coeffs 5 7 for pixels 0 2 4 6 1 3 5 7
#  290|     coeff[3] =

Error: COMPILER_WARNING: [#def441]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/warp_plane_sse4.c:291:7: note[note]: called from here
#  289|     // Coeffs 5 7 for pixels 0 2 4 6 1 3 5 7
#  290|     coeff[3] =
#  291|->       _mm_shuffle_epi8(tmp_0, _mm_load_si128((__m128i *)shuffle_alpha0_mask67));
#  292|   }
#  293|   

Error: GCC_ANALYZER_WARNING: [#def442]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/av1_quantize.c:776:5: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/av1_quantize.c:839:6: enter_function: entry to ‘av1_frame_init_quantizer’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/av1_quantize.c:843:3: call_function: calling ‘av1_init_plane_quantizers’ from ‘av1_frame_init_quantizer’
#  774|     for (int i = 0; i < MAX_MB_PLANE; ++i) {
#  775|       const int qmlevel = qmlevel_ls[i];
#  776|->     memcpy(&xd->plane[i].seg_qmatrix[segment_id],
#  777|              quant_params->gqmatrix[qmlevel][i],
#  778|              sizeof(quant_params->gqmatrix[qmlevel][i]));

Error: GCC_ANALYZER_WARNING: [#def443]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/av1_quantize.c:779:5: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/av1_quantize.c:839:6: enter_function: entry to ‘av1_frame_init_quantizer’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/av1_quantize.c:843:3: call_function: calling ‘av1_init_plane_quantizers’ from ‘av1_frame_init_quantizer’
#  777|              quant_params->gqmatrix[qmlevel][i],
#  778|              sizeof(quant_params->gqmatrix[qmlevel][i]));
#  779|->     memcpy(&xd->plane[i].seg_iqmatrix[segment_id],
#  780|              quant_params->giqmatrix[qmlevel][i],
#  781|              sizeof(quant_params->giqmatrix[qmlevel][i]));

Error: GCC_ANALYZER_WARNING (CWE-476): [#def444]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1582:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1574:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1577:42: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1582:23: danger: dereference of NULL ‘<unknown>’
# 1580|     assert(buf_0 != NULL && buf_1 != NULL);
# 1581|   
# 1582|->   ref_order_hint[0] = buf_0->order_hint;
# 1583|     ref_order_hint[1] = buf_1->order_hint;
# 1584|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def445]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1583:23: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1570:20: enter_function: entry to ‘get_skip_mode_ref_offsets’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1574:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1577:42: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1577:7: call_function: inlined call to ‘get_ref_frame_buf’ from ‘get_skip_mode_ref_offsets’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encodeframe.c:1583:23: danger: dereference of NULL ‘<unknown>’
# 1581|   
# 1582|     ref_order_hint[0] = buf_0->order_hint;
# 1583|->   ref_order_hint[1] = buf_1->order_hint;
# 1584|   }
# 1585|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def446]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:809:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:690:6: enter_function: entry to ‘av1_scale_references’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:696:32: branch_true: following ‘true’ branch (when ‘ref_frame != 8’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:698:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:698:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:699:25: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:701:11: call_function: calling ‘get_ref_frame_yv12_buf’ from ‘av1_scale_references’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:701:11: return_function: returning to ‘av1_scale_references’ from ‘get_ref_frame_yv12_buf’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:703:10: branch_false: following ‘false’ branch (when ‘ref’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:711:11: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:727:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:806:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:808:9: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:808:9: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c:809:11: danger: dereference of NULL ‘<unknown>’
#  807|           buf->buf.y_crop_height = ref->y_crop_height;
#  808|           cpi->scaled_ref_buf[ref_frame - 1] = buf;
#  809|->         ++buf->ref_count;
#  810|         }
#  811|       } else {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def447]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:617:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘conv_params.fwd_offset’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:526:5: enter_function: entry to ‘av1_joint_motion_search’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:569:17: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:572:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:575:8: branch_false: following ‘false’ branch (when ‘ite <= 1’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:589:19: branch_true: following ‘true’ branch (when ‘ref != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:590:21: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:614:5: call_function: inlined call to ‘av1_init_inter_params’ from ‘av1_joint_motion_search’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:614:5: call_function: inlined call to ‘av1_init_inter_params’ from ‘av1_joint_motion_search’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:617:37: danger: use of uninitialized value ‘conv_params.fwd_offset’ here
#  615|                             mi_col * MI_SIZE, 0, 0, xd->bd, is_cur_buf_hbd(xd), 0,
#  616|                             &cm->sf_identity, &ref_yv12[!id], interp_filters);
#  617|->     inter_pred_params.conv_params = get_conv_params(0, 0, xd->bd);
#  618|   
#  619|       // Since we have scaled the reference frames to match the size of the

Error: GCC_ANALYZER_WARNING (CWE-457): [#def448]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:875:35: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘conv_params.fwd_offset’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:845:20: enter_function: entry to ‘build_second_inter_pred’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:871:3: call_function: calling ‘av1_init_inter_params’ from ‘build_second_inter_pred’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:871:3: return_function: returning to ‘build_second_inter_pred’ from ‘av1_init_inter_params’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c:875:35: danger: use of uninitialized value ‘conv_params.fwd_offset’ here
#  873|                           is_cur_buf_hbd(xd), 0, &sf, &ref_yv12,
#  874|                           mbmi->interp_filters);
#  875|->   inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd);
#  876|   
#  877|     // Get the prediction block from the 'other' reference frame.

Error: GCC_ANALYZER_WARNING (CWE-476): [#def449]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1720:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1716:19: enter_function: entry to ‘is_same_gf_and_last_scale’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1717:41: call_function: inlined call to ‘get_ref_scale_factors’ from ‘is_same_gf_and_last_scale’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1719:7: call_function: inlined call to ‘get_ref_scale_factors’ from ‘is_same_gf_and_last_scale’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1720:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1720:12: danger: dereference of NULL ‘<unknown>’
# 1718|     struct scale_factors *const sf_golden =
# 1719|         get_ref_scale_factors(cm, GOLDEN_FRAME);
# 1720|->   return ((sf_last->x_scale_fp == sf_golden->x_scale_fp) &&
# 1721|             (sf_last->y_scale_fp == sf_golden->y_scale_fp));
# 1722|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def450]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1720:35: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1716:19: enter_function: entry to ‘is_same_gf_and_last_scale’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1717:41: call_function: inlined call to ‘get_ref_scale_factors’ from ‘is_same_gf_and_last_scale’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1719:7: call_function: inlined call to ‘get_ref_scale_factors’ from ‘is_same_gf_and_last_scale’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1720:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1720:35: danger: dereference of NULL ‘<unknown>’
# 1718|     struct scale_factors *const sf_golden =
# 1719|         get_ref_scale_factors(cm, GOLDEN_FRAME);
# 1720|->   return ((sf_last->x_scale_fp == sf_golden->x_scale_fp) &&
# 1721|             (sf_last->y_scale_fp == sf_golden->y_scale_fp));
# 1722|   }

Error: GCC_ANALYZER_WARNING (CWE-126): [#def451]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3168:5: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3115:16: enter_function: entry to ‘rd_pick_intrabc_mode_sb’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3120:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3120:34: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3120:7: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3121:8: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3120:7: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3121:37: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3120:7: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3123:26: call_function: inlined call to ‘av1_num_planes’ from ‘rd_pick_intrabc_mode_sb’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3167:19: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3168:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3167:19: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3168:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3167:19: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3168:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3167:19: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3168:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3168:5: danger: out-of-bounds read from byte 96 till byte 127 but ‘yv12_mb’ ends at byte 96
# 3166|     av1_setup_pred_block(xd, yv12_mb, xd->cur_buf, NULL, NULL, num_planes);
# 3167|     for (int i = 0; i < num_planes; ++i) {
# 3168|->     xd->plane[i].pre[0] = yv12_mb[i];
# 3169|     }
# 3170|   

Error: GCC_ANALYZER_WARNING (CWE-126): [#def452]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt_utils.h:245:28: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:306:25: enter_function: entry to ‘find_best_interp_rd_facade’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:324:37: branch_true: following ‘true’ branch (when ‘filt_type != -1’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:326:9: call_function: inlined call to ‘get_interp_filter_allowed_mask’ from ‘find_best_interp_rd_facade’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:327:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:328:11: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:328:11: call_function: calling ‘interpolation_filter_rd’ from ‘find_best_interp_rd_facade’
#  243|                                      const int num_planes) {
#  244|     for (int i = 0; i < num_planes; i++) {
#  245|->     xd->plane[i].dst.buf = dst.plane[i];
#  246|       xd->plane[i].dst.stride = dst.stride[i];
#  247|     }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def453]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt_utils.h:245:28: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘dst.plane[i]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3386:20: enter_function: entry to ‘rd_pick_skip_mode’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3400:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3401:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3400:7: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3406:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3411:7: call_function: inlined call to ‘get_prediction_mode_idx’ from ‘rd_pick_skip_mode’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3411:7: call_function: inlined call to ‘get_prediction_mode_idx’ from ‘rd_pick_skip_mode’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3413:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3417:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3417:7: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3423:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3443:8: call_function: calling ‘build_cur_mv’ from ‘rd_pick_skip_mode’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3443:8: return_function: returning to ‘rd_pick_skip_mode’ from ‘build_cur_mv’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3443:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3447:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3461:19: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3462:35: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3461:19: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3467:19: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3468:25: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3467:19: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3473:29: call_function: inlined call to ‘av1_get_skip_mode_context’ from ‘rd_pick_skip_mode’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3486:3: call_function: calling ‘skip_mode_rd’ from ‘rd_pick_skip_mode’
#  243|                                      const int num_planes) {
#  244|     for (int i = 0; i < num_planes; i++) {
#  245|->     xd->plane[i].dst.buf = dst.plane[i];
#  246|       xd->plane[i].dst.stride = dst.stride[i];
#  247|     }

Error: GCC_ANALYZER_WARNING (CWE-126): [#def454]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt_utils.h:246:31: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:306:25: enter_function: entry to ‘find_best_interp_rd_facade’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:324:37: branch_true: following ‘true’ branch (when ‘filt_type != -1’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:326:9: call_function: inlined call to ‘get_interp_filter_allowed_mask’ from ‘find_best_interp_rd_facade’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:327:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:328:11: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/interp_search.c:328:11: call_function: calling ‘interpolation_filter_rd’ from ‘find_best_interp_rd_facade’
#  244|     for (int i = 0; i < num_planes; i++) {
#  245|       xd->plane[i].dst.buf = dst.plane[i];
#  246|->     xd->plane[i].dst.stride = dst.stride[i];
#  247|     }
#  248|   }

Error: GCC_ANALYZER_WARNING: [#def455]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt_utils.h:769:3: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:2072:3: call_function: inlined call to ‘av1_copy_usable_ref_mv_stack_and_weight’ from ‘setup_compound_prediction’
#  767|     memcpy(mbmi_ext->weight[ref_frame], xd->weight[ref_frame],
#  768|            USABLE_REF_MV_STACK_SIZE * sizeof(xd->weight[0][0]));
#  769|->   memcpy(mbmi_ext->ref_mv_stack[ref_frame], xd->ref_mv_stack[ref_frame],
#  770|            USABLE_REF_MV_STACK_SIZE * sizeof(xd->ref_mv_stack[0][0]));
#  771|   }

Error: GCC_ANALYZER_WARNING (CWE-126): [#def456]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:147:5: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:246:6: enter_function: entry to ‘av1_build_obmc_inter_predictors_sb’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:260:3: call_function: inlined call to ‘av1_build_prediction_by_above_preds’ from ‘av1_build_obmc_inter_predictors_sb’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:260:3: call_function: inlined call to ‘av1_build_prediction_by_above_preds’ from ‘av1_build_obmc_inter_predictors_sb’
#  145|     for (int plane = 0; plane < num_planes; ++plane) {
#  146|       struct macroblockd_plane *const pd = &xd->plane[plane];
#  147|->     setup_pred_plane(&pd->dst, ref_bsize, ctxt->tmp_buf[plane],
#  148|                        ctxt->tmp_width[plane], ctxt->tmp_height[plane],
#  149|                        ctxt->tmp_stride[plane], mi_row_offset, mi_col_offset,

Error: GCC_ANALYZER_WARNING (CWE-457): [#def457]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:209:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘conv_params.fwd_offset’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:216:6: enter_function: entry to ‘av1_build_prediction_by_above_preds’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:226:3: call_function: calling ‘foreach_overlappable_nb_above’ from ‘av1_build_prediction_by_above_preds’
#  207|                             xd->block_ref_scale_factors[0], pre_buf,
#  208|                             above_mbmi->interp_filters);
#  209|->     inter_pred_params.conv_params = get_conv_params(0, j, xd->bd);
#  210|   
#  211|       av1_enc_build_one_inter_predictor(pd->dst.buf, pd->dst.stride, &mv,

Error: GCC_ANALYZER_WARNING (CWE-457): [#def458]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:298:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘conv_params.fwd_offset’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:270:6: enter_function: entry to ‘av1_build_inter_predictors_for_planes_single_buf’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:284:32: branch_true: following ‘true’ branch (when ‘plane <= plane_to’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:287:56: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:293:5: call_function: calling ‘av1_init_inter_params’ from ‘av1_build_inter_predictors_for_planes_single_buf’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:293:5: return_function: returning to ‘av1_build_inter_predictors_for_planes_single_buf’ from ‘av1_init_inter_params’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:298:37: danger: use of uninitialized value ‘conv_params.fwd_offset’ here
#  296|                             xd->block_ref_scale_factors[ref], &pd->pre[ref],
#  297|                             mi->interp_filters);
#  298|->     inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd);
#  299|       av1_init_warp_params(&inter_pred_params, &warp_types, ref, xd, mi);
#  300|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def459]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:448:39: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘conv_params.fwd_offset’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:424:6: enter_function: entry to ‘aom_upsampled_pred_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:430:6: branch_true: following ‘true’ branch (when ‘xd’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:431:30: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:436:27: call_function: inlined call to ‘av1_is_scaled’ from ‘aom_upsampled_pred_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c:448:39: danger: use of uninitialized value ‘conv_params.fwd_offset’ here
#  446|   
#  447|         InterPredParams inter_pred_params;
#  448|->       inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd);
#  449|         const int_interpfilters filters =
#  450|             av1_broadcast_interp_filter(EIGHTTAP_REGULAR);

Error: COMPILER_WARNING: [#def460]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:109:3: note[note]: called from here
#  107|     buf0[18] = buf1[18];
#  108|     buf0[19] = buf1[19];
#  109|->   btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[20], buf1[27], buf0[20],
#  110|                         buf0[27], cos_bit);
#  111|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[21], buf1[26], buf0[21],

Error: COMPILER_WARNING: [#def461]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:111:3: note[note]: called from here
#  109|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[20], buf1[27], buf0[20],
#  110|                         buf0[27], cos_bit);
#  111|->   btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[21], buf1[26], buf0[21],
#  112|                         buf0[26], cos_bit);
#  113|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[22], buf1[25], buf0[22],

Error: COMPILER_WARNING: [#def462]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:113:3: note[note]: called from here
#  111|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[21], buf1[26], buf0[21],
#  112|                         buf0[26], cos_bit);
#  113|->   btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[22], buf1[25], buf0[22],
#  114|                         buf0[25], cos_bit);
#  115|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[23], buf1[24], buf0[23],

Error: COMPILER_WARNING: [#def463]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:115:3: note[note]: called from here
#  113|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[22], buf1[25], buf0[22],
#  114|                         buf0[25], cos_bit);
#  115|->   btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[23], buf1[24], buf0[23],
#  116|                         buf0[24], cos_bit);
#  117|     buf0[28] = buf1[28];

Error: COMPILER_WARNING: [#def464]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:134:3: note[note]: called from here
#  132|     buf1[8] = buf0[8];
#  133|     buf1[9] = buf0[9];
#  134|->   btf_32_sse4_1_type0(-cospi[32], cospi[32], buf0[10], buf0[13], buf1[10],
#  135|                         buf1[13], cos_bit);
#  136|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf0[11], buf0[12], buf1[11],

Error: COMPILER_WARNING: [#def465]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:136:3: note[note]: called from here
#  134|     btf_32_sse4_1_type0(-cospi[32], cospi[32], buf0[10], buf0[13], buf1[10],
#  135|                         buf1[13], cos_bit);
#  136|->   btf_32_sse4_1_type0(-cospi[32], cospi[32], buf0[11], buf0[12], buf1[11],
#  137|                         buf1[12], cos_bit);
#  138|     buf1[14] = buf0[14];

Error: COMPILER_WARNING: [#def466]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:164:3: note[note]: called from here
#  162|     buf0[2] = _mm_sub_epi32(buf1[1], buf1[2]);
#  163|     buf0[4] = buf1[4];
#  164|->   btf_32_sse4_1_type0(-cospi[32], cospi[32], buf1[5], buf1[6], buf0[5], buf0[6],
#  165|                         cos_bit);
#  166|     buf0[7] = buf1[7];

Error: COMPILER_WARNING: [#def467]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:177:3: note[note]: called from here
#  175|     buf0[16] = buf1[16];
#  176|     buf0[17] = buf1[17];
#  177|->   btf_32_sse4_1_type0(-cospi[16], cospi[48], buf1[18], buf1[29], buf0[18],
#  178|                         buf0[29], cos_bit);
#  179|     btf_32_sse4_1_type0(-cospi[16], cospi[48], buf1[19], buf1[28], buf0[19],

Error: COMPILER_WARNING: [#def468]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:179:3: note[note]: called from here
#  177|     btf_32_sse4_1_type0(-cospi[16], cospi[48], buf1[18], buf1[29], buf0[18],
#  178|                         buf0[29], cos_bit);
#  179|->   btf_32_sse4_1_type0(-cospi[16], cospi[48], buf1[19], buf1[28], buf0[19],
#  180|                         buf0[28], cos_bit);
#  181|     btf_32_sse4_1_type0(-cospi[48], -cospi[16], buf1[20], buf1[27], buf0[20],

Error: COMPILER_WARNING: [#def469]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:181:3: note[note]: called from here
#  179|     btf_32_sse4_1_type0(-cospi[16], cospi[48], buf1[19], buf1[28], buf0[19],
#  180|                         buf0[28], cos_bit);
#  181|->   btf_32_sse4_1_type0(-cospi[48], -cospi[16], buf1[20], buf1[27], buf0[20],
#  182|                         buf0[27], cos_bit);
#  183|     btf_32_sse4_1_type0(-cospi[48], -cospi[16], buf1[21], buf1[26], buf0[21],

Error: COMPILER_WARNING: [#def470]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:183:3: note[note]: called from here
#  181|     btf_32_sse4_1_type0(-cospi[48], -cospi[16], buf1[20], buf1[27], buf0[20],
#  182|                         buf0[27], cos_bit);
#  183|->   btf_32_sse4_1_type0(-cospi[48], -cospi[16], buf1[21], buf1[26], buf0[21],
#  184|                         buf0[26], cos_bit);
#  185|     buf0[22] = buf1[22];

Error: COMPILER_WARNING: [#def471]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:194:3: note[note]: called from here
#  192|     // stage 5
#  193|     cospi = cospi_arr(cos_bit);
#  194|->   btf_32_sse4_1_type0(cospi[32], cospi[32], buf0[0], buf0[1], buf1[0], buf1[1],
#  195|                         cos_bit);
#  196|     btf_32_sse4_1_type1(cospi[48], cospi[16], buf0[2], buf0[3], buf1[2], buf1[3],

Error: COMPILER_WARNING: [#def472]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:196:3: note[note]: called from here
#  194|     btf_32_sse4_1_type0(cospi[32], cospi[32], buf0[0], buf0[1], buf1[0], buf1[1],
#  195|                         cos_bit);
#  196|->   btf_32_sse4_1_type1(cospi[48], cospi[16], buf0[2], buf0[3], buf1[2], buf1[3],
#  197|                         cos_bit);
#  198|     buf1[4] = _mm_add_epi32(buf0[4], buf0[5]);

Error: COMPILER_WARNING: [#def473]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:203:3: note[note]: called from here
#  201|     buf1[7] = _mm_add_epi32(buf0[7], buf0[6]);
#  202|     buf1[8] = buf0[8];
#  203|->   btf_32_sse4_1_type0(-cospi[16], cospi[48], buf0[9], buf0[14], buf1[9],
#  204|                         buf1[14], cos_bit);
#  205|     btf_32_sse4_1_type0(-cospi[48], -cospi[16], buf0[10], buf0[13], buf1[10],

Error: COMPILER_WARNING: [#def474]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:205:3: note[note]: called from here
#  203|     btf_32_sse4_1_type0(-cospi[16], cospi[48], buf0[9], buf0[14], buf1[9],
#  204|                         buf1[14], cos_bit);
#  205|->   btf_32_sse4_1_type0(-cospi[48], -cospi[16], buf0[10], buf0[13], buf1[10],
#  206|                         buf1[13], cos_bit);
#  207|     buf1[11] = buf0[11];

Error: COMPILER_WARNING: [#def475]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:233:3: note[note]: called from here
#  231|     buf0[2] = buf1[2];
#  232|     buf0[3] = buf1[3];
#  233|->   btf_32_sse4_1_type1(cospi[56], cospi[8], buf1[4], buf1[7], buf0[4], buf0[7],
#  234|                         cos_bit);
#  235|     btf_32_sse4_1_type1(cospi[24], cospi[40], buf1[5], buf1[6], buf0[5], buf0[6],

Error: COMPILER_WARNING: [#def476]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:235:3: note[note]: called from here
#  233|     btf_32_sse4_1_type1(cospi[56], cospi[8], buf1[4], buf1[7], buf0[4], buf0[7],
#  234|                         cos_bit);
#  235|->   btf_32_sse4_1_type1(cospi[24], cospi[40], buf1[5], buf1[6], buf0[5], buf0[6],
#  236|                         cos_bit);
#  237|     buf0[8] = _mm_add_epi32(buf1[8], buf1[9]);

Error: COMPILER_WARNING: [#def477]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:246:3: note[note]: called from here
#  244|     buf0[15] = _mm_add_epi32(buf1[15], buf1[14]);
#  245|     buf0[16] = buf1[16];
#  246|->   btf_32_sse4_1_type0(-cospi[8], cospi[56], buf1[17], buf1[30], buf0[17],
#  247|                         buf0[30], cos_bit);
#  248|     btf_32_sse4_1_type0(-cospi[56], -cospi[8], buf1[18], buf1[29], buf0[18],

Error: COMPILER_WARNING: [#def478]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:248:3: note[note]: called from here
#  246|     btf_32_sse4_1_type0(-cospi[8], cospi[56], buf1[17], buf1[30], buf0[17],
#  247|                         buf0[30], cos_bit);
#  248|->   btf_32_sse4_1_type0(-cospi[56], -cospi[8], buf1[18], buf1[29], buf0[18],
#  249|                         buf0[29], cos_bit);
#  250|     buf0[19] = buf1[19];

Error: COMPILER_WARNING: [#def479]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:252:3: note[note]: called from here
#  250|     buf0[19] = buf1[19];
#  251|     buf0[20] = buf1[20];
#  252|->   btf_32_sse4_1_type0(-cospi[40], cospi[24], buf1[21], buf1[26], buf0[21],
#  253|                         buf0[26], cos_bit);
#  254|     btf_32_sse4_1_type0(-cospi[24], -cospi[40], buf1[22], buf1[25], buf0[22],

Error: COMPILER_WARNING: [#def480]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:254:3: note[note]: called from here
#  252|     btf_32_sse4_1_type0(-cospi[40], cospi[24], buf1[21], buf1[26], buf0[21],
#  253|                         buf0[26], cos_bit);
#  254|->   btf_32_sse4_1_type0(-cospi[24], -cospi[40], buf1[22], buf1[25], buf0[22],
#  255|                         buf0[25], cos_bit);
#  256|     buf0[23] = buf1[23];

Error: COMPILER_WARNING: [#def481]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:272:3: note[note]: called from here
#  270|     buf1[6] = buf0[6];
#  271|     buf1[7] = buf0[7];
#  272|->   btf_32_sse4_1_type1(cospi[60], cospi[4], buf0[8], buf0[15], buf1[8], buf1[15],
#  273|                         cos_bit);
#  274|     btf_32_sse4_1_type1(cospi[28], cospi[36], buf0[9], buf0[14], buf1[9],

Error: COMPILER_WARNING: [#def482]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:274:3: note[note]: called from here
#  272|     btf_32_sse4_1_type1(cospi[60], cospi[4], buf0[8], buf0[15], buf1[8], buf1[15],
#  273|                         cos_bit);
#  274|->   btf_32_sse4_1_type1(cospi[28], cospi[36], buf0[9], buf0[14], buf1[9],
#  275|                         buf1[14], cos_bit);
#  276|     btf_32_sse4_1_type1(cospi[44], cospi[20], buf0[10], buf0[13], buf1[10],

Error: COMPILER_WARNING: [#def483]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:276:3: note[note]: called from here
#  274|     btf_32_sse4_1_type1(cospi[28], cospi[36], buf0[9], buf0[14], buf1[9],
#  275|                         buf1[14], cos_bit);
#  276|->   btf_32_sse4_1_type1(cospi[44], cospi[20], buf0[10], buf0[13], buf1[10],
#  277|                         buf1[13], cos_bit);
#  278|     btf_32_sse4_1_type1(cospi[12], cospi[52], buf0[11], buf0[12], buf1[11],

Error: COMPILER_WARNING: [#def484]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:278:3: note[note]: called from here
#  276|     btf_32_sse4_1_type1(cospi[44], cospi[20], buf0[10], buf0[13], buf1[10],
#  277|                         buf1[13], cos_bit);
#  278|->   btf_32_sse4_1_type1(cospi[12], cospi[52], buf0[11], buf0[12], buf1[11],
#  279|                         buf1[12], cos_bit);
#  280|     buf1[16] = _mm_add_epi32(buf0[16], buf0[17]);

Error: COMPILER_WARNING: [#def485]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:315:3: note[note]: called from here
#  313|     buf0[14] = buf1[14];
#  314|     buf0[15] = buf1[15];
#  315|->   btf_32_sse4_1_type1(cospi[62], cospi[2], buf1[16], buf1[31], buf0[16],
#  316|                         buf0[31], cos_bit);
#  317|     btf_32_sse4_1_type1(cospi[30], cospi[34], buf1[17], buf1[30], buf0[17],

Error: COMPILER_WARNING: [#def486]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:317:3: note[note]: called from here
#  315|     btf_32_sse4_1_type1(cospi[62], cospi[2], buf1[16], buf1[31], buf0[16],
#  316|                         buf0[31], cos_bit);
#  317|->   btf_32_sse4_1_type1(cospi[30], cospi[34], buf1[17], buf1[30], buf0[17],
#  318|                         buf0[30], cos_bit);
#  319|     btf_32_sse4_1_type1(cospi[46], cospi[18], buf1[18], buf1[29], buf0[18],

Error: COMPILER_WARNING: [#def487]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:319:3: note[note]: called from here
#  317|     btf_32_sse4_1_type1(cospi[30], cospi[34], buf1[17], buf1[30], buf0[17],
#  318|                         buf0[30], cos_bit);
#  319|->   btf_32_sse4_1_type1(cospi[46], cospi[18], buf1[18], buf1[29], buf0[18],
#  320|                         buf0[29], cos_bit);
#  321|     btf_32_sse4_1_type1(cospi[14], cospi[50], buf1[19], buf1[28], buf0[19],

Error: COMPILER_WARNING: [#def488]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:321:3: note[note]: called from here
#  319|     btf_32_sse4_1_type1(cospi[46], cospi[18], buf1[18], buf1[29], buf0[18],
#  320|                         buf0[29], cos_bit);
#  321|->   btf_32_sse4_1_type1(cospi[14], cospi[50], buf1[19], buf1[28], buf0[19],
#  322|                         buf0[28], cos_bit);
#  323|     btf_32_sse4_1_type1(cospi[54], cospi[10], buf1[20], buf1[27], buf0[20],

Error: COMPILER_WARNING: [#def489]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:323:3: note[note]: called from here
#  321|     btf_32_sse4_1_type1(cospi[14], cospi[50], buf1[19], buf1[28], buf0[19],
#  322|                         buf0[28], cos_bit);
#  323|->   btf_32_sse4_1_type1(cospi[54], cospi[10], buf1[20], buf1[27], buf0[20],
#  324|                         buf0[27], cos_bit);
#  325|     btf_32_sse4_1_type1(cospi[22], cospi[42], buf1[21], buf1[26], buf0[21],

Error: COMPILER_WARNING: [#def490]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:325:3: note[note]: called from here
#  323|     btf_32_sse4_1_type1(cospi[54], cospi[10], buf1[20], buf1[27], buf0[20],
#  324|                         buf0[27], cos_bit);
#  325|->   btf_32_sse4_1_type1(cospi[22], cospi[42], buf1[21], buf1[26], buf0[21],
#  326|                         buf0[26], cos_bit);
#  327|     btf_32_sse4_1_type1(cospi[38], cospi[26], buf1[22], buf1[25], buf0[22],

Error: COMPILER_WARNING: [#def491]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:327:3: note[note]: called from here
#  325|     btf_32_sse4_1_type1(cospi[22], cospi[42], buf1[21], buf1[26], buf0[21],
#  326|                         buf0[26], cos_bit);
#  327|->   btf_32_sse4_1_type1(cospi[38], cospi[26], buf1[22], buf1[25], buf0[22],
#  328|                         buf0[25], cos_bit);
#  329|     btf_32_sse4_1_type1(cospi[6], cospi[58], buf1[23], buf1[24], buf0[23],

Error: COMPILER_WARNING: [#def492]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c:329:3: note[note]: called from here
#  327|     btf_32_sse4_1_type1(cospi[38], cospi[26], buf1[22], buf1[25], buf0[22],
#  328|                         buf0[25], cos_bit);
#  329|->   btf_32_sse4_1_type1(cospi[6], cospi[58], buf1[23], buf1[24], buf0[23],
#  330|                         buf0[24], cos_bit);
#  331|   

Error: COMPILER_WARNING: [#def493]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_k_means_avx2.c:17:23: note[note]: called from here
#   15|   
#   16|   static int64_t k_means_horizontal_sum_avx2(__m256i a) {
#   17|->   const __m128i low = _mm256_castsi256_si128(a);
#   18|     const __m128i high = _mm256_extracti128_si256(a, 1);
#   19|     const __m128i sum = _mm_add_epi64(low, high);

Error: COMPILER_WARNING: [#def494]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_k_means_avx2.c:18:24: note[note]: called from here
#   16|   static int64_t k_means_horizontal_sum_avx2(__m256i a) {
#   17|     const __m128i low = _mm256_castsi256_si128(a);
#   18|->   const __m128i high = _mm256_extracti128_si256(a, 1);
#   19|     const __m128i sum = _mm_add_epi64(low, high);
#   20|     const __m128i sum_high = _mm_unpackhi_epi64(sum, sum);

Error: COMPILER_WARNING: [#def495]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_quantize_avx2.c:20:24: note[note]: called from here
#   18|   
#   19|   static inline void write_zero(tran_low_t *qcoeff) {
#   20|->   const __m256i zero = _mm256_setzero_si256();
#   21|     _mm256_storeu_si256((__m256i *)qcoeff, zero);
#   22|     _mm256_storeu_si256((__m256i *)qcoeff + 1, zero);

Error: COMPILER_WARNING: [#def496]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_quantize_avx2.c:21:3: note[note]: called from here
#   19|   static inline void write_zero(tran_low_t *qcoeff) {
#   20|     const __m256i zero = _mm256_setzero_si256();
#   21|->   _mm256_storeu_si256((__m256i *)qcoeff, zero);
#   22|     _mm256_storeu_si256((__m256i *)qcoeff + 1, zero);
#   23|   }

Error: COMPILER_WARNING: [#def497]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_quantize_avx2.c:22:3: note[note]: called from here
#   20|     const __m256i zero = _mm256_setzero_si256();
#   21|     _mm256_storeu_si256((__m256i *)qcoeff, zero);
#   22|->   _mm256_storeu_si256((__m256i *)qcoeff + 1, zero);
#   23|   }
#   24|   

Error: COMPILER_WARNING: [#def498]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/encodetxb_sse4.c:42:29: note[note]: called from here
#   40|         const __m128i coeffB = xx_loadu_128(cf + 4);
#   41|         const __m128i coeffAB = _mm_packs_epi32(coeffA, coeffB);
#   42|->       const __m128i absAB = _mm_abs_epi16(coeffAB);
#   43|         const __m128i absAB8 = _mm_packs_epi16(absAB, zeros);
#   44|         const __m128i lsAB = _mm_unpacklo_epi32(absAB8, zeros);

Error: COMPILER_WARNING: [#def499]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/encodetxb_sse4.c:55:29: note[note]: called from here
#   53|         const __m128i coeffB = xx_loadu_128(cf + 4);
#   54|         const __m128i coeffAB = _mm_packs_epi32(coeffA, coeffB);
#   55|->       const __m128i absAB = _mm_abs_epi16(coeffAB);
#   56|         const __m128i absAB8 = _mm_packs_epi16(absAB, zeros);
#   57|         xx_storeu_128(ls, absAB8);

Error: COMPILER_WARNING: [#def500]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/encodetxb_sse4.c:72:31: note[note]: called from here
#   70|           const __m128i coeffAB = _mm_packs_epi32(coeffA, coeffB);
#   71|           const __m128i coeffCD = _mm_packs_epi32(coeffC, coeffD);
#   72|->         const __m128i absAB = _mm_abs_epi16(coeffAB);
#   73|           const __m128i absCD = _mm_abs_epi16(coeffCD);
#   74|           const __m128i absABCD = _mm_packs_epi16(absAB, absCD);

Error: COMPILER_WARNING: [#def501]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/encodetxb_sse4.c:73:31: note[note]: called from here
#   71|           const __m128i coeffCD = _mm_packs_epi32(coeffC, coeffD);
#   72|           const __m128i absAB = _mm_abs_epi16(coeffAB);
#   73|->         const __m128i absCD = _mm_abs_epi16(coeffCD);
#   74|           const __m128i absABCD = _mm_packs_epi16(absAB, absCD);
#   75|           xx_storeu_128(ls + j, absABCD);

Error: COMPILER_WARNING: [#def502]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_avx2.c:35:26: note[note]: called from here
#   33|                                                        const int16_t *dqcoeff,
#   34|                                                        __m256i *sse_256) {
#   35|->   const __m256i _coeff = _mm256_loadu_si256((const __m256i *)coeff);
#   36|     const __m256i _dqcoeff = _mm256_loadu_si256((const __m256i *)dqcoeff);
#   37|     // d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15

Error: COMPILER_WARNING: [#def503]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_avx2.c:36:28: note[note]: called from here
#   34|                                                        __m256i *sse_256) {
#   35|     const __m256i _coeff = _mm256_loadu_si256((const __m256i *)coeff);
#   36|->   const __m256i _dqcoeff = _mm256_loadu_si256((const __m256i *)dqcoeff);
#   37|     // d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15
#   38|     const __m256i diff = _mm256_sub_epi16(_dqcoeff, _coeff);

Error: COMPILER_WARNING: [#def504]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_avx2.c:38:24: note[note]: called from here
#   36|     const __m256i _dqcoeff = _mm256_loadu_si256((const __m256i *)dqcoeff);
#   37|     // d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15
#   38|->   const __m256i diff = _mm256_sub_epi16(_dqcoeff, _coeff);
#   39|     // r0 r1 r2 r3 r4 r5 r6 r7
#   40|     const __m256i error = _mm256_madd_epi16(diff, diff);

Error: COMPILER_WARNING: [#def505]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_avx2.c:40:25: note[note]: called from here
#   38|     const __m256i diff = _mm256_sub_epi16(_dqcoeff, _coeff);
#   39|     // r0 r1 r2 r3 r4 r5 r6 r7
#   40|->   const __m256i error = _mm256_madd_epi16(diff, diff);
#   41|     // r0+r1 r2+r3 | r0+r1 r2+r3 | r4+r5 r6+r7 | r4+r5 r6+r7
#   42|     const __m256i error_hi = _mm256_hadd_epi32(error, error);

Error: COMPILER_WARNING: [#def506]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_avx2.c:42:28: note[note]: called from here
#   40|     const __m256i error = _mm256_madd_epi16(diff, diff);
#   41|     // r0+r1 r2+r3 | r0+r1 r2+r3 | r4+r5 r6+r7 | r4+r5 r6+r7
#   42|->   const __m256i error_hi = _mm256_hadd_epi32(error, error);
#   43|     // r0+r1 | r2+r3 | r4+r5 | r6+r7
#   44|     *sse_256 = _mm256_unpacklo_epi32(error_hi, _mm256_setzero_si256());

Error: COMPILER_WARNING: [#def507]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_avx2.c:44:14: note[note]: called from here
#   42|     const __m256i error_hi = _mm256_hadd_epi32(error, error);
#   43|     // r0+r1 | r2+r3 | r4+r5 | r6+r7
#   44|->   *sse_256 = _mm256_unpacklo_epi32(error_hi, _mm256_setzero_si256());
#   45|   }
#   46|   

Error: COMPILER_WARNING: [#def508]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/hash_sse42.c:41:11: note[note]: called from here
#   39|     // Align the input to the word boundary
#   40|     for (; (len > 0) && ((intptr_t)buf & ALIGN_MASK); len--, buf++) {
#   41|->     crc = _mm_crc32_u8(crc, *buf);
#   42|     }
#   43|   

Error: COMPILER_WARNING: [#def509]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/hash_sse42.c:46:3: note[note]: called from here
#   44|   #ifdef __x86_64__
#   45|     uint64_t crc64 = crc;
#   46|->   CALC_CRC(_mm_crc32_u64, crc64, uint64_t, buf, len)
#   47|     crc = (uint32_t)crc64;
#   48|   #endif

Error: COMPILER_WARNING: [#def510]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/hash_sse42.c:49:3: note[note]: called from here
#   47|     crc = (uint32_t)crc64;
#   48|   #endif
#   49|->   CALC_CRC(_mm_crc32_u32, crc, uint32_t, buf, len)
#   50|     CALC_CRC(_mm_crc32_u16, crc, uint16_t, buf, len)
#   51|     CALC_CRC(_mm_crc32_u8, crc, uint8_t, buf, len)

Error: COMPILER_WARNING: [#def511]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/hash_sse42.c:50:3: note[note]: called from here
#   48|   #endif
#   49|     CALC_CRC(_mm_crc32_u32, crc, uint32_t, buf, len)
#   50|->   CALC_CRC(_mm_crc32_u16, crc, uint16_t, buf, len)
#   51|     CALC_CRC(_mm_crc32_u8, crc, uint8_t, buf, len)
#   52|     return (crc ^ 0xFFFFFFFF);

Error: COMPILER_WARNING: [#def512]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/hash_sse42.c:51:3: note[note]: called from here
#   49|     CALC_CRC(_mm_crc32_u32, crc, uint32_t, buf, len)
#   50|     CALC_CRC(_mm_crc32_u16, crc, uint16_t, buf, len)
#   51|->   CALC_CRC(_mm_crc32_u8, crc, uint8_t, buf, len)
#   52|     return (crc ^ 0xFFFFFFFF);
#   53|   }

Error: COMPILER_WARNING: [#def513]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_avx2.c:200:5: note[note]: called from here
#  198|                                        const int stride, const int out_size) {
#  199|     for (int i = 0; i < out_size; ++i) {
#  200|->     _mm256_store_si256((__m256i *)(out), in[i]);
#  201|       out += stride;
#  202|     }

Error: COMPILER_WARNING: [#def514]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_sse4.c:139:8: note[note]: called from here
#  137|   
#  138|     // btf_32_sse4_1_type0(cospi32, cospi32, s[01], u[02], bit);
#  139|->   u0 = _mm_mullo_epi32(s0, cospi32);
#  140|     u1 = _mm_mullo_epi32(s1, cospi32);
#  141|     u2 = _mm_add_epi32(u0, u1);

Error: COMPILER_WARNING: [#def515]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_sse4.c:140:8: note[note]: called from here
#  138|     // btf_32_sse4_1_type0(cospi32, cospi32, s[01], u[02], bit);
#  139|     u0 = _mm_mullo_epi32(s0, cospi32);
#  140|->   u1 = _mm_mullo_epi32(s1, cospi32);
#  141|     u2 = _mm_add_epi32(u0, u1);
#  142|     v0 = _mm_sub_epi32(u0, u1);

Error: COMPILER_WARNING: [#def516]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_sse4.c:151:8: note[note]: called from here
#  149|   
#  150|     // btf_32_sse4_1_type1(cospi48, cospi16, s[23], u[13], bit);
#  151|->   v0 = _mm_mullo_epi32(s2, cospi48);
#  152|     v1 = _mm_mullo_epi32(s3, cospi16);
#  153|     v2 = _mm_add_epi32(v0, v1);

Error: COMPILER_WARNING: [#def517]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_sse4.c:152:8: note[note]: called from here
#  150|     // btf_32_sse4_1_type1(cospi48, cospi16, s[23], u[13], bit);
#  151|     v0 = _mm_mullo_epi32(s2, cospi48);
#  152|->   v1 = _mm_mullo_epi32(s3, cospi16);
#  153|     v2 = _mm_add_epi32(v0, v1);
#  154|   

Error: COMPILER_WARNING: [#def518]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_sse4.c:158:8: note[note]: called from here
#  156|     u1 = _mm_srai_epi32(v3, bit);
#  157|   
#  158|->   v0 = _mm_mullo_epi32(s2, cospi16);
#  159|     v1 = _mm_mullo_epi32(s3, cospi48);
#  160|     v2 = _mm_sub_epi32(v1, v0);

Error: COMPILER_WARNING: [#def519]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_sse4.c:159:8: note[note]: called from here
#  157|   
#  158|     v0 = _mm_mullo_epi32(s2, cospi16);
#  159|->   v1 = _mm_mullo_epi32(s3, cospi48);
#  160|     v2 = _mm_sub_epi32(v1, v0);
#  161|   

Error: COMPILER_WARNING: [#def520]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:92:23: note[note]: called from here
#   90|     __m256 hadd[4];
#   91|     for (int out = 0; out < num_outputs; out += 8) {
#   92|->     __m256 bias_reg = _mm256_loadu_ps(&bias[out]);
#   93|       __m256 in_result = _mm256_setzero_ps();
#   94|       for (int in = 0; in < num_inputs_to_process; in += 8) {

Error: COMPILER_WARNING: [#def521]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:93:24: note[note]: called from here
#   91|     for (int out = 0; out < num_outputs; out += 8) {
#   92|       __m256 bias_reg = _mm256_loadu_ps(&bias[out]);
#   93|->     __m256 in_result = _mm256_setzero_ps();
#   94|       for (int in = 0; in < num_inputs_to_process; in += 8) {
#   95|         const __m256 inputs256 = _mm256_loadu_ps(&inputs[in]);

Error: COMPILER_WARNING: [#def522]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:95:32: note[note]: called from here
#   93|       __m256 in_result = _mm256_setzero_ps();
#   94|       for (int in = 0; in < num_inputs_to_process; in += 8) {
#   95|->       const __m256 inputs256 = _mm256_loadu_ps(&inputs[in]);
#   96|         const int weight_idx = in + (out * tot_num_inputs);
#   97|         // Process two output rows at a time.

Error: COMPILER_WARNING: [#def523]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:99:9: note[note]: called from here
#   97|         // Process two output rows at a time.
#   98|         for (int i = 0; i < 4; i++) {
#   99|->         CALC_OUTPUT_FOR_2ROWS
#  100|         }
#  101|         const __m256 hh0 = _mm256_hadd_ps(hadd[0], hadd[1]);

Error: COMPILER_WARNING: [#def524]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:101:26: note[note]: called from here
#   99|           CALC_OUTPUT_FOR_2ROWS
#  100|         }
#  101|->       const __m256 hh0 = _mm256_hadd_ps(hadd[0], hadd[1]);
#  102|         const __m256 hh1 = _mm256_hadd_ps(hadd[2], hadd[3]);
#  103|   

Error: COMPILER_WARNING: [#def525]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:102:26: note[note]: called from here
#  100|         }
#  101|         const __m256 hh0 = _mm256_hadd_ps(hadd[0], hadd[1]);
#  102|->       const __m256 hh1 = _mm256_hadd_ps(hadd[2], hadd[3]);
#  103|   
#  104|         __m256 ht_0 = _mm256_permute2f128_ps(hh0, hh1, 0x20);

Error: COMPILER_WARNING: [#def526]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:104:21: note[note]: called from here
#  102|         const __m256 hh1 = _mm256_hadd_ps(hadd[2], hadd[3]);
#  103|   
#  104|->       __m256 ht_0 = _mm256_permute2f128_ps(hh0, hh1, 0x20);
#  105|         __m256 ht_1 = _mm256_permute2f128_ps(hh0, hh1, 0x31);
#  106|   

Error: COMPILER_WARNING: [#def527]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:105:21: note[note]: called from here
#  103|   
#  104|         __m256 ht_0 = _mm256_permute2f128_ps(hh0, hh1, 0x20);
#  105|->       __m256 ht_1 = _mm256_permute2f128_ps(hh0, hh1, 0x31);
#  106|   
#  107|         __m256 result = _mm256_add_ps(ht_0, ht_1);

Error: COMPILER_WARNING: [#def528]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:107:23: note[note]: called from here
#  105|         __m256 ht_1 = _mm256_permute2f128_ps(hh0, hh1, 0x31);
#  106|   
#  107|->       __m256 result = _mm256_add_ps(ht_0, ht_1);
#  108|         in_result = _mm256_add_ps(in_result, result);
#  109|       }

Error: COMPILER_WARNING: [#def529]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:108:19: note[note]: called from here
#  106|   
#  107|         __m256 result = _mm256_add_ps(ht_0, ht_1);
#  108|->       in_result = _mm256_add_ps(in_result, result);
#  109|       }
#  110|       in_result = _mm256_add_ps(in_result, bias_reg);

Error: COMPILER_WARNING: [#def530]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:110:17: note[note]: called from here
#  108|         in_result = _mm256_add_ps(in_result, result);
#  109|       }
#  110|->     in_result = _mm256_add_ps(in_result, bias_reg);
#  111|       if (is_clip_required)
#  112|         in_result = _mm256_max_ps(in_result, _mm256_setzero_ps());

Error: COMPILER_WARNING: [#def531]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:112:19: note[note]: called from here
#  110|       in_result = _mm256_add_ps(in_result, bias_reg);
#  111|       if (is_clip_required)
#  112|->       in_result = _mm256_max_ps(in_result, _mm256_setzero_ps());
#  113|       _mm256_storeu_ps(&output_nodes[out], in_result);
#  114|     }

Error: COMPILER_WARNING: [#def532]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c:113:5: note[note]: called from here
#  111|       if (is_clip_required)
#  112|         in_result = _mm256_max_ps(in_result, _mm256_setzero_ps());
#  113|->     _mm256_storeu_ps(&output_nodes[out], in_result);
#  114|     }
#  115|   }

Error: COMPILER_WARNING: [#def533]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_sse3.c:130:25: note[note]: called from here
#  128|     // add[3] = [31+27 30+26 29+25 28+24]
#  129|   
#  130|->   const __m128 hadd_h = _mm_hadd_ps(add[2], add[3]);
#  131|     // [31+30+27+26 29+28+25+24 23+22+19+18 21+20+17+16]
#  132|     const __m128 hadd_l = _mm_hadd_ps(add[0], add[1]);

Error: COMPILER_WARNING: [#def534]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_sse3.c:132:25: note[note]: called from here
#  130|     const __m128 hadd_h = _mm_hadd_ps(add[2], add[3]);
#  131|     // [31+30+27+26 29+28+25+24 23+22+19+18 21+20+17+16]
#  132|->   const __m128 hadd_l = _mm_hadd_ps(add[0], add[1]);
#  133|     // [15+14+11+10 13+12+9+8 7+6+3+2 5+4+1+0]
#  134|   

Error: COMPILER_WARNING: [#def535]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/ml_sse3.c:135:27: note[note]: called from here
#  133|     // [15+14+11+10 13+12+9+8 7+6+3+2 5+4+1+0]
#  134|   
#  135|->   const __m128 haddhadd = _mm_hadd_ps(hadd_l, hadd_h);
#  136|     // [31+30+29+28+27+26+25+24 23+22+21+20+19+18+17+16
#  137|     //  15+14+13+12+11+10+9+8 7+6+5+4+3+2+1+0]

Error: COMPILER_WARNING: [#def536]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_sse4.c:47:24: note[note]: called from here
#   45|     // xy_madd_b = [fg+gh ef no+op mn] as i32
#   46|   
#   47|->   const __m128i xy32 = _mm_hadd_epi32(xy_madd_b, xy_madd_a);
#   48|     // xy32 = [ab+bc+cd ij+jk+kl ef+fg+gh mn+no+op] as i32
#   49|     *xy_sum_32 = _mm_add_epi32(*xy_sum_32, xy32);

Error: COMPILER_WARNING: [#def537]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_sse4.c:59:24: note[note]: called from here
#   57|     // xz_madd_b = [0 0 gk+fj ei] i32
#   58|   
#   59|->   const __m128i xz32 = _mm_hadd_epi32(xz_madd_b, xz_madd_a);
#   60|     // xz32 = [ae+bf+cg im+jn+ko 0 ei+fj+gk] i32
#   61|     *xz_sum_32 = _mm_add_epi32(*xz_sum_32, xz32);

Error: COMPILER_WARNING: [#def538]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_sse4.c:65:30: note[note]: called from here
#   63|     // Now calculate the straight sums, x_sum += a+b+c+e+f+g+i+j+k
#   64|     // (sum up every element in slli_a and swap_b)
#   65|->   const __m128i sum_slli_a = _mm_hadd_epi16(slli_a, slli_a);
#   66|     const __m128i sum_slli_a32 = _mm_cvtepi16_epi32(sum_slli_a);
#   67|     // sum_slli_a32 = [c+b a k+j i] as i32

Error: COMPILER_WARNING: [#def539]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_sse4.c:66:32: note[note]: called from here
#   64|     // (sum up every element in slli_a and swap_b)
#   65|     const __m128i sum_slli_a = _mm_hadd_epi16(slli_a, slli_a);
#   66|->   const __m128i sum_slli_a32 = _mm_cvtepi16_epi32(sum_slli_a);
#   67|     // sum_slli_a32 = [c+b a k+j i] as i32
#   68|     const __m128i swap_b32 = _mm_cvtepi16_epi32(swap_b);

Error: COMPILER_WARNING: [#def540]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_sse4.c:68:28: note[note]: called from here
#   66|     const __m128i sum_slli_a32 = _mm_cvtepi16_epi32(sum_slli_a);
#   67|     // sum_slli_a32 = [c+b a k+j i] as i32
#   68|->   const __m128i swap_b32 = _mm_cvtepi16_epi32(swap_b);
#   69|     // swap_b32 = [g f e 0] as i32
#   70|     *x_sum_32 = _mm_add_epi32(*x_sum_32, sum_slli_a32);

Error: COMPILER_WARNING: [#def541]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_sse4.c:79:24: note[note]: called from here
#   77|     // slli_a_2 = [c2+b2 a2 k2+j2 i2]
#   78|     // swap_b_2 = [0 0 g2+f2 e2]
#   79|->   const __m128i sum2 = _mm_hadd_epi32(slli_a_2, swap_b_2);
#   80|     // sum2 = [0 g2+f2+e2 c2+b2+a2 k2+j2+i2]
#   81|     *x2_sum_32 = _mm_add_epi32(*x2_sum_32, sum2);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def542]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_sse2.c:57:39: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘conv_params.fwd_offset’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_sse2.c:32:6: enter_function: entry to ‘aom_upsampled_pred_sse2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_sse2.c:39:6: branch_true: following ‘true’ branch (when ‘xd’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_sse2.c:40:30: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_sse2.c:45:27: call_function: inlined call to ‘av1_is_scaled’ from ‘aom_upsampled_pred_sse2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_sse2.c:57:39: danger: use of uninitialized value ‘conv_params.fwd_offset’ here
#   55|   
#   56|         InterPredParams inter_pred_params;
#   57|->       inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd);
#   58|         const int_interpfilters filters =
#   59|             av1_broadcast_interp_filter(EIGHTTAP_REGULAR);

Error: COMPILER_WARNING: [#def543]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:33:32: note[note]: called from here
#   31|     uint64_t csse;
#   32|   
#   33|->   const __m256i v_mask_max_w = _mm256_set1_epi16(MAX_MASK_VALUE);
#   34|     const __m256i v_zext_q = _mm256_set1_epi64x(~0u);
#   35|   

Error: COMPILER_WARNING: [#def544]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:34:28: note[note]: called from here
#   32|   
#   33|     const __m256i v_mask_max_w = _mm256_set1_epi16(MAX_MASK_VALUE);
#   34|->   const __m256i v_zext_q = _mm256_set1_epi64x(~0u);
#   35|   
#   36|     __m256i v_acc0_q = _mm256_setzero_si256();

Error: COMPILER_WARNING: [#def545]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:36:22: note[note]: called from here
#   34|     const __m256i v_zext_q = _mm256_set1_epi64x(~0u);
#   35|   
#   36|->   __m256i v_acc0_q = _mm256_setzero_si256();
#   37|   
#   38|     assert(N % 64 == 0);

Error: COMPILER_WARNING: [#def546]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:45:28: note[note]: called from here
#   43|   
#   44|     do {
#   45|->     const __m256i v_r0_w = _mm256_lddqu_si256((__m256i *)(r1 + n));
#   46|       const __m256i v_d0_w = _mm256_lddqu_si256((__m256i *)(d + n));
#   47|       const __m128i v_m01_b = _mm_lddqu_si128((__m128i *)(m + n));

Error: COMPILER_WARNING: [#def547]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:46:28: note[note]: called from here
#   44|     do {
#   45|       const __m256i v_r0_w = _mm256_lddqu_si256((__m256i *)(r1 + n));
#   46|->     const __m256i v_d0_w = _mm256_lddqu_si256((__m256i *)(d + n));
#   47|       const __m128i v_m01_b = _mm_lddqu_si128((__m128i *)(m + n));
#   48|   

Error: COMPILER_WARNING: [#def548]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:47:29: note[note]: called from here
#   45|       const __m256i v_r0_w = _mm256_lddqu_si256((__m256i *)(r1 + n));
#   46|       const __m256i v_d0_w = _mm256_lddqu_si256((__m256i *)(d + n));
#   47|->     const __m128i v_m01_b = _mm_lddqu_si128((__m128i *)(m + n));
#   48|   
#   49|       const __m256i v_rd0l_w = _mm256_unpacklo_epi16(v_d0_w, v_r0_w);

Error: COMPILER_WARNING: [#def549]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:49:30: note[note]: called from here
#   47|       const __m128i v_m01_b = _mm_lddqu_si128((__m128i *)(m + n));
#   48|   
#   49|->     const __m256i v_rd0l_w = _mm256_unpacklo_epi16(v_d0_w, v_r0_w);
#   50|       const __m256i v_rd0h_w = _mm256_unpackhi_epi16(v_d0_w, v_r0_w);
#   51|       const __m256i v_m0_w = _mm256_cvtepu8_epi16(v_m01_b);

Error: COMPILER_WARNING: [#def550]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:50:30: note[note]: called from here
#   48|   
#   49|       const __m256i v_rd0l_w = _mm256_unpacklo_epi16(v_d0_w, v_r0_w);
#   50|->     const __m256i v_rd0h_w = _mm256_unpackhi_epi16(v_d0_w, v_r0_w);
#   51|       const __m256i v_m0_w = _mm256_cvtepu8_epi16(v_m01_b);
#   52|   

Error: COMPILER_WARNING: [#def551]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:51:28: note[note]: called from here
#   49|       const __m256i v_rd0l_w = _mm256_unpacklo_epi16(v_d0_w, v_r0_w);
#   50|       const __m256i v_rd0h_w = _mm256_unpackhi_epi16(v_d0_w, v_r0_w);
#   51|->     const __m256i v_m0_w = _mm256_cvtepu8_epi16(v_m01_b);
#   52|   
#   53|       const __m256i v_m0l_w = _mm256_unpacklo_epi16(v_m0_w, v_mask_max_w);

Error: COMPILER_WARNING: [#def552]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:53:29: note[note]: called from here
#   51|       const __m256i v_m0_w = _mm256_cvtepu8_epi16(v_m01_b);
#   52|   
#   53|->     const __m256i v_m0l_w = _mm256_unpacklo_epi16(v_m0_w, v_mask_max_w);
#   54|       const __m256i v_m0h_w = _mm256_unpackhi_epi16(v_m0_w, v_mask_max_w);
#   55|   

Error: COMPILER_WARNING: [#def553]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:54:29: note[note]: called from here
#   52|   
#   53|       const __m256i v_m0l_w = _mm256_unpacklo_epi16(v_m0_w, v_mask_max_w);
#   54|->     const __m256i v_m0h_w = _mm256_unpackhi_epi16(v_m0_w, v_mask_max_w);
#   55|   
#   56|       const __m256i v_t0l_d = _mm256_madd_epi16(v_rd0l_w, v_m0l_w);

Error: COMPILER_WARNING: [#def554]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:56:29: note[note]: called from here
#   54|       const __m256i v_m0h_w = _mm256_unpackhi_epi16(v_m0_w, v_mask_max_w);
#   55|   
#   56|->     const __m256i v_t0l_d = _mm256_madd_epi16(v_rd0l_w, v_m0l_w);
#   57|       const __m256i v_t0h_d = _mm256_madd_epi16(v_rd0h_w, v_m0h_w);
#   58|   

Error: COMPILER_WARNING: [#def555]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:57:29: note[note]: called from here
#   55|   
#   56|       const __m256i v_t0l_d = _mm256_madd_epi16(v_rd0l_w, v_m0l_w);
#   57|->     const __m256i v_t0h_d = _mm256_madd_epi16(v_rd0h_w, v_m0h_w);
#   58|   
#   59|       const __m256i v_t0_w = _mm256_packs_epi32(v_t0l_d, v_t0h_d);

Error: COMPILER_WARNING: [#def556]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:59:28: note[note]: called from here
#   57|       const __m256i v_t0h_d = _mm256_madd_epi16(v_rd0h_w, v_m0h_w);
#   58|   
#   59|->     const __m256i v_t0_w = _mm256_packs_epi32(v_t0l_d, v_t0h_d);
#   60|   
#   61|       const __m256i v_sq0_d = _mm256_madd_epi16(v_t0_w, v_t0_w);

Error: COMPILER_WARNING: [#def557]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:61:29: note[note]: called from here
#   59|       const __m256i v_t0_w = _mm256_packs_epi32(v_t0l_d, v_t0h_d);
#   60|   
#   61|->     const __m256i v_sq0_d = _mm256_madd_epi16(v_t0_w, v_t0_w);
#   62|   
#   63|       const __m256i v_sum0_q = _mm256_add_epi64(

Error: COMPILER_WARNING: [#def558]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:63:30: note[note]: called from here
#   61|       const __m256i v_sq0_d = _mm256_madd_epi16(v_t0_w, v_t0_w);
#   62|   
#   63|->     const __m256i v_sum0_q = _mm256_add_epi64(
#   64|           _mm256_and_si256(v_sq0_d, v_zext_q), _mm256_srli_epi64(v_sq0_d, 32));
#   65|   

Error: COMPILER_WARNING: [#def559]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:66:16: note[note]: called from here
#   64|           _mm256_and_si256(v_sq0_d, v_zext_q), _mm256_srli_epi64(v_sq0_d, 32));
#   65|   
#   66|->     v_acc0_q = _mm256_add_epi64(v_acc0_q, v_sum0_q);
#   67|   
#   68|       n += 16;

Error: COMPILER_WARNING: [#def560]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:71:14: note[note]: called from here
#   69|     } while (n);
#   70|   
#   71|->   v_acc0_q = _mm256_add_epi64(v_acc0_q, _mm256_srli_si256(v_acc0_q, 8));
#   72|     __m128i v_acc_q_0 = _mm256_castsi256_si128(v_acc0_q);
#   73|     __m128i v_acc_q_1 = _mm256_extracti128_si256(v_acc0_q, 1);

Error: COMPILER_WARNING: [#def561]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:72:23: note[note]: called from here
#   70|   
#   71|     v_acc0_q = _mm256_add_epi64(v_acc0_q, _mm256_srli_si256(v_acc0_q, 8));
#   72|->   __m128i v_acc_q_0 = _mm256_castsi256_si128(v_acc0_q);
#   73|     __m128i v_acc_q_1 = _mm256_extracti128_si256(v_acc0_q, 1);
#   74|     v_acc_q_0 = _mm_add_epi64(v_acc_q_0, v_acc_q_1);

Error: COMPILER_WARNING: [#def562]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:73:23: note[note]: called from here
#   71|     v_acc0_q = _mm256_add_epi64(v_acc0_q, _mm256_srli_si256(v_acc0_q, 8));
#   72|     __m128i v_acc_q_0 = _mm256_castsi256_si128(v_acc0_q);
#   73|->   __m128i v_acc_q_1 = _mm256_extracti128_si256(v_acc0_q, 1);
#   74|     v_acc_q_0 = _mm_add_epi64(v_acc_q_0, v_acc_q_1);
#   75|   #if AOM_ARCH_X86_64

Error: COMPILER_WARNING: [#def563]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c:76:20: note[note]: called from here
#   74|     v_acc_q_0 = _mm_add_epi64(v_acc_q_0, v_acc_q_1);
#   75|   #if AOM_ARCH_X86_64
#   76|->   csse = (uint64_t)_mm_extract_epi64(v_acc_q_0, 0);
#   77|   #else
#   78|     xx_storel_64(&csse, v_acc_q_0);

Error: COMPILER_WARNING: [#def564]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:366:12: note[note]: called from here
#  364|                                            const ptrdiff_t stride,
#  365|                                            __m256i dst[7]) {
#  366|->   dst[0] = _mm256_loadu_si256((__m256i *)(src + 0 * stride));
#  367|     dst[1] = _mm256_loadu_si256((__m256i *)(src + 1 * stride));
#  368|     dst[2] = _mm256_loadu_si256((__m256i *)(src + 2 * stride));

Error: COMPILER_WARNING: [#def565]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:367:12: note[note]: called from here
#  365|                                            __m256i dst[7]) {
#  366|     dst[0] = _mm256_loadu_si256((__m256i *)(src + 0 * stride));
#  367|->   dst[1] = _mm256_loadu_si256((__m256i *)(src + 1 * stride));
#  368|     dst[2] = _mm256_loadu_si256((__m256i *)(src + 2 * stride));
#  369|     dst[3] = _mm256_loadu_si256((__m256i *)(src + 3 * stride));

Error: COMPILER_WARNING: [#def566]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:368:12: note[note]: called from here
#  366|     dst[0] = _mm256_loadu_si256((__m256i *)(src + 0 * stride));
#  367|     dst[1] = _mm256_loadu_si256((__m256i *)(src + 1 * stride));
#  368|->   dst[2] = _mm256_loadu_si256((__m256i *)(src + 2 * stride));
#  369|     dst[3] = _mm256_loadu_si256((__m256i *)(src + 3 * stride));
#  370|     dst[4] = _mm256_loadu_si256((__m256i *)(src + 4 * stride));

Error: COMPILER_WARNING: [#def567]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:369:12: note[note]: called from here
#  367|     dst[1] = _mm256_loadu_si256((__m256i *)(src + 1 * stride));
#  368|     dst[2] = _mm256_loadu_si256((__m256i *)(src + 2 * stride));
#  369|->   dst[3] = _mm256_loadu_si256((__m256i *)(src + 3 * stride));
#  370|     dst[4] = _mm256_loadu_si256((__m256i *)(src + 4 * stride));
#  371|     dst[5] = _mm256_loadu_si256((__m256i *)(src + 5 * stride));

Error: COMPILER_WARNING: [#def568]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:370:12: note[note]: called from here
#  368|     dst[2] = _mm256_loadu_si256((__m256i *)(src + 2 * stride));
#  369|     dst[3] = _mm256_loadu_si256((__m256i *)(src + 3 * stride));
#  370|->   dst[4] = _mm256_loadu_si256((__m256i *)(src + 4 * stride));
#  371|     dst[5] = _mm256_loadu_si256((__m256i *)(src + 5 * stride));
#  372|     dst[6] = _mm256_loadu_si256((__m256i *)(src + 6 * stride));

Error: COMPILER_WARNING: [#def569]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:371:12: note[note]: called from here
#  369|     dst[3] = _mm256_loadu_si256((__m256i *)(src + 3 * stride));
#  370|     dst[4] = _mm256_loadu_si256((__m256i *)(src + 4 * stride));
#  371|->   dst[5] = _mm256_loadu_si256((__m256i *)(src + 5 * stride));
#  372|     dst[6] = _mm256_loadu_si256((__m256i *)(src + 6 * stride));
#  373|   }

Error: COMPILER_WARNING: [#def570]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:372:12: note[note]: called from here
#  370|     dst[4] = _mm256_loadu_si256((__m256i *)(src + 4 * stride));
#  371|     dst[5] = _mm256_loadu_si256((__m256i *)(src + 5 * stride));
#  372|->   dst[6] = _mm256_loadu_si256((__m256i *)(src + 6 * stride));
#  373|   }
#  374|   

Error: COMPILER_WARNING: [#def571]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:597:25: note[note]: called from here
#  595|   
#  596|   static inline __m256i sr_y_round_avx2(const __m256i src) {
#  597|->   const __m256i round = _mm256_set1_epi16(32);
#  598|     const __m256i dst = _mm256_add_epi16(src, round);
#  599|     return _mm256_srai_epi16(dst, FILTER_BITS - 1);

Error: COMPILER_WARNING: [#def572]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:598:23: note[note]: called from here
#  596|   static inline __m256i sr_y_round_avx2(const __m256i src) {
#  597|     const __m256i round = _mm256_set1_epi16(32);
#  598|->   const __m256i dst = _mm256_add_epi16(src, round);
#  599|     return _mm256_srai_epi16(dst, FILTER_BITS - 1);
#  600|   }

Error: COMPILER_WARNING: [#def573]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h:599:10: note[note]: called from here
#  597|     const __m256i round = _mm256_set1_epi16(32);
#  598|     const __m256i dst = _mm256_add_epi16(src, round);
#  599|->   return _mm256_srai_epi16(dst, FILTER_BITS - 1);
#  600|   }
#  601|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def574]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:3840:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4093:19: enter_function: entry to ‘srtp_unprotect_rtcp_mki’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4120:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4128:23: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4128:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4139:35: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4190:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4199:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4199:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4201:16: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libsrtp/srtp/srtp.c:4201:16: call_function: calling ‘srtp_unprotect_rtcp_aead’ from ‘srtp_unprotect_rtcp_mki’
# 3838|   
# 3839|           /* add new stream to the head of the stream_list */
# 3840|->         new_stream->next = ctx->stream_list;
# 3841|           ctx->stream_list = new_stream;
# 3842|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def575]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c:63:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘bufptr’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c:15:5: enter_function: entry to ‘vp8dx_start_decode’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c:18:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c:24:25: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c:24:25: branch_false: following ‘false’ branch (when ‘source’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c:24:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c:33:3: call_function: calling ‘vp8dx_bool_decoder_fill’ from ‘vp8dx_start_decode’
#   61|       while (shift >= loop_end) {
#   62|         count += CHAR_BIT;
#   63|->       value |= (VP8_BD_VALUE)*bufptr << shift;
#   64|         ++bufptr;
#   65|         ++br->user_buffer;

Error: COMPILER_WARNING: [#def576]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:51:8: note[note]: called from here
#   49|   
#   50|     /* x = abs(z) */
#   51|->   x0 = _mm_abs_epi16(z0);
#   52|     x1 = _mm_abs_epi16(z1);
#   53|   

Error: COMPILER_WARNING: [#def577]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:52:8: note[note]: called from here
#   50|     /* x = abs(z) */
#   51|     x0 = _mm_abs_epi16(z0);
#   52|->   x1 = _mm_abs_epi16(z1);
#   53|   
#   54|     /* zbin[] + zbin_extra */

Error: COMPILER_WARNING: [#def578]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:81:8: note[note]: called from here
#   79|   
#   80|     /* Restore the sign. */
#   81|->   y0 = _mm_sign_epi16(y0, z0);
#   82|     y1 = _mm_sign_epi16(y1, z1);
#   83|   

Error: COMPILER_WARNING: [#def579]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:82:8: note[note]: called from here
#   80|     /* Restore the sign. */
#   81|     y0 = _mm_sign_epi16(y0, z0);
#   82|->   y1 = _mm_sign_epi16(y1, z1);
#   83|   
#   84|     {

Error: COMPILER_WARNING: [#def580]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:92:10: note[note]: called from here
#   90|       /* The first part of the zig zag needs a value
#   91|        * from x_minus_zbin1 and vice versa. */
#   92|->     t1 = _mm_alignr_epi8(x_minus_zbin1, x_minus_zbin1, 2);
#   93|       t0 = _mm_blend_epi16(x_minus_zbin0, t1, 0x80);
#   94|       t1 = _mm_blend_epi16(t1, x_minus_zbin0, 0x80);

Error: COMPILER_WARNING: [#def581]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:93:10: note[note]: called from here
#   91|        * from x_minus_zbin1 and vice versa. */
#   92|       t1 = _mm_alignr_epi8(x_minus_zbin1, x_minus_zbin1, 2);
#   93|->     t0 = _mm_blend_epi16(x_minus_zbin0, t1, 0x80);
#   94|       t1 = _mm_blend_epi16(t1, x_minus_zbin0, 0x80);
#   95|       x_shuf0 = _mm_shuffle_epi8(t0, zig_zag_i16_0);

Error: COMPILER_WARNING: [#def582]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:94:10: note[note]: called from here
#   92|       t1 = _mm_alignr_epi8(x_minus_zbin1, x_minus_zbin1, 2);
#   93|       t0 = _mm_blend_epi16(x_minus_zbin0, t1, 0x80);
#   94|->     t1 = _mm_blend_epi16(t1, x_minus_zbin0, 0x80);
#   95|       x_shuf0 = _mm_shuffle_epi8(t0, zig_zag_i16_0);
#   96|       x_shuf1 = _mm_shuffle_epi8(t1, zig_zag_i16_1);

Error: COMPILER_WARNING: [#def583]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:95:15: note[note]: called from here
#   93|       t0 = _mm_blend_epi16(x_minus_zbin0, t1, 0x80);
#   94|       t1 = _mm_blend_epi16(t1, x_minus_zbin0, 0x80);
#   95|->     x_shuf0 = _mm_shuffle_epi8(t0, zig_zag_i16_0);
#   96|       x_shuf1 = _mm_shuffle_epi8(t1, zig_zag_i16_1);
#   97|     }

Error: COMPILER_WARNING: [#def584]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:96:15: note[note]: called from here
#   94|       t1 = _mm_blend_epi16(t1, x_minus_zbin0, 0x80);
#   95|       x_shuf0 = _mm_shuffle_epi8(t0, zig_zag_i16_0);
#   96|->     x_shuf1 = _mm_shuffle_epi8(t1, zig_zag_i16_1);
#   97|     }
#   98|   

Error: COMPILER_WARNING: [#def585]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c:102:8: note[note]: called from here
#  100|     t0 = _mm_packs_epi16(y0, y1);
#  101|     t0 = _mm_cmpeq_epi8(t0, _mm_setzero_si128());
#  102|->   t0 = _mm_shuffle_epi8(t0, _mm_load_si128((const __m128i *)zig_zag_mask));
#  103|     ymask = _mm_movemask_epi8(t0) ^ 0xffff;
#  104|   

Error: COMPILER_WARNING: [#def586]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c:41:8: note[note]: called from here
#   39|   
#   40|     /* x = abs(z) */
#   41|->   x0 = _mm_abs_epi16(z0);
#   42|     x1 = _mm_abs_epi16(z1);
#   43|   

Error: COMPILER_WARNING: [#def587]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c:42:8: note[note]: called from here
#   40|     /* x = abs(z) */
#   41|     x0 = _mm_abs_epi16(z0);
#   42|->   x1 = _mm_abs_epi16(z1);
#   43|   
#   44|     /* x += round */

Error: COMPILER_WARNING: [#def588]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c:83:7: note[note]: called from here
#   81|     x = _mm_packs_epi16(x0, x1);
#   82|   
#   83|->   x = _mm_shuffle_epi8(x, zig_zag);
#   84|   
#   85|     mask = _mm_movemask_epi8(x);

Error: COMPILER_WARNING: [#def589]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:41:12: note[note]: called from here
#   39|     extend_64bit(in0, x0);
#   40|     extend_64bit(in1, x1);
#   41|->   t00[0] = _mm_mul_epi32(pair_c0, x0[0]);
#   42|     t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);

Error: COMPILER_WARNING: [#def590]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:42:12: note[note]: called from here
#   40|     extend_64bit(in1, x1);
#   41|     t00[0] = _mm_mul_epi32(pair_c0, x0[0]);
#   42|->   t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);

Error: COMPILER_WARNING: [#def591]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:43:12: note[note]: called from here
#   41|     t00[0] = _mm_mul_epi32(pair_c0, x0[0]);
#   42|     t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|->   t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);

Error: COMPILER_WARNING: [#def592]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:44:12: note[note]: called from here
#   42|     t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|->   t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);

Error: COMPILER_WARNING: [#def593]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:45:12: note[note]: called from here
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|->   t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|     t11[0] = _mm_mul_epi32(pair_c1, x1[0]);

Error: COMPILER_WARNING: [#def594]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:46:12: note[note]: called from here
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|->   t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|     t11[0] = _mm_mul_epi32(pair_c1, x1[0]);
#   48|     t11[1] = _mm_mul_epi32(pair_c1, x1[1]);

Error: COMPILER_WARNING: [#def595]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:47:12: note[note]: called from here
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|->   t11[0] = _mm_mul_epi32(pair_c1, x1[0]);
#   48|     t11[1] = _mm_mul_epi32(pair_c1, x1[1]);
#   49|   

Error: COMPILER_WARNING: [#def596]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c:48:12: note[note]: called from here
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|     t11[0] = _mm_mul_epi32(pair_c1, x1[0]);
#   48|->   t11[1] = _mm_mul_epi32(pair_c1, x1[1]);
#   49|   
#   50|     s0[0] = _mm_add_epi64(t00[0], t11[0]);

Error: COMPILER_WARNING: [#def597]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:41:12: note[note]: called from here
#   39|     extend_64bit(in0, x0);
#   40|     extend_64bit(in1, x1);
#   41|->   t00[0] = _mm_mul_epi32(pair_c0, x0[0]);
#   42|     t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);

Error: COMPILER_WARNING: [#def598]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:42:12: note[note]: called from here
#   40|     extend_64bit(in1, x1);
#   41|     t00[0] = _mm_mul_epi32(pair_c0, x0[0]);
#   42|->   t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);

Error: COMPILER_WARNING: [#def599]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:43:12: note[note]: called from here
#   41|     t00[0] = _mm_mul_epi32(pair_c0, x0[0]);
#   42|     t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|->   t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);

Error: COMPILER_WARNING: [#def600]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:44:12: note[note]: called from here
#   42|     t00[1] = _mm_mul_epi32(pair_c0, x0[1]);
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|->   t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);

Error: COMPILER_WARNING: [#def601]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:45:12: note[note]: called from here
#   43|     t01[0] = _mm_mul_epi32(pair_c0, x1[0]);
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|->   t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|     t11[0] = _mm_mul_epi32(pair_c1, x1[0]);

Error: COMPILER_WARNING: [#def602]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:46:12: note[note]: called from here
#   44|     t01[1] = _mm_mul_epi32(pair_c0, x1[1]);
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|->   t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|     t11[0] = _mm_mul_epi32(pair_c1, x1[0]);
#   48|     t11[1] = _mm_mul_epi32(pair_c1, x1[1]);

Error: COMPILER_WARNING: [#def603]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:47:12: note[note]: called from here
#   45|     t10[0] = _mm_mul_epi32(pair_c1, x0[0]);
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|->   t11[0] = _mm_mul_epi32(pair_c1, x1[0]);
#   48|     t11[1] = _mm_mul_epi32(pair_c1, x1[1]);
#   49|   

Error: COMPILER_WARNING: [#def604]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c:48:12: note[note]: called from here
#   46|     t10[1] = _mm_mul_epi32(pair_c1, x0[1]);
#   47|     t11[0] = _mm_mul_epi32(pair_c1, x1[0]);
#   48|->   t11[1] = _mm_mul_epi32(pair_c1, x1[1]);
#   49|   
#   50|     s0[0] = _mm_add_epi64(t00[0], t11[0]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def605]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c:69:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c:813:6: enter_function: entry to ‘vp9_read_mode_info’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c:830:5: call_function: calling ‘read_inter_frame_mode_info’ from ‘vp9_read_mode_info’
#   67|     const int ctx = get_tx_size_context(xd);
#   68|     const vpx_prob *tx_probs = get_tx_probs(max_tx_size, ctx, &cm->fc->tx_probs);
#   69|->   int tx_size = vpx_read(r, tx_probs[0]);
#   70|     if (tx_size != TX_4X4 && max_tx_size >= TX_16X16) {
#   71|       tx_size += vpx_read(r, tx_probs[1]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def606]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:96:35: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1409:6: enter_function: entry to ‘vp9_pack_bitstream’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1430:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1437:3: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1451:25: call_function: calling ‘write_compressed_header’ from ‘vp9_pack_bitstream’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1451:25: return_function: returning to ‘vp9_pack_bitstream’ from ‘write_compressed_header’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1461:11: call_function: calling ‘encode_tiles’ from ‘vp9_pack_bitstream’
#   94|     const vpx_prob *const tx_probs =
#   95|         get_tx_probs(max_tx_size, get_tx_size_context(xd), &cm->fc->tx_probs);
#   96|->   vpx_write(w, tx_size != TX_4X4, tx_probs[0]);
#   97|     if (tx_size != TX_4X4 && max_tx_size >= TX_16X16) {
#   98|       vpx_write(w, tx_size != TX_8X8, tx_probs[1]);

Error: GCC_ANALYZER_WARNING (CWE-835): [#def607]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1021:10: warning[-Wanalyzer-infinite-loop]: infinite loop
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c:1409:6: enter_function: entry to ‘vp9_pack_bitstream’
# 1019|     }
# 1020|   
# 1021|->   while (tile_col < tile_cols) {
# 1022|       int i, j;
# 1023|       for (i = 0; i < num_workers && tile_col < tile_cols; ++i) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def608]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3579:57: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ref’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3564:13: enter_function: entry to ‘release_scaled_references’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3574:26: branch_true: following ‘true’ branch (when ‘i != 4’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3575:43: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3576:10: branch_true: following ‘true’ branch (when ‘idx != -1’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3577:36: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3578:47: call_function: calling ‘get_ref_frame_buffer’ from ‘release_scaled_references’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3578:47: return_function: return of NULL to ‘release_scaled_references’ from ‘get_ref_frame_buffer’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3579:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3579:32: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:3579:57: danger: dereference of NULL ‘ref’
# 3577|           RefCntBuffer *const buf = &cm->buffer_pool->frame_bufs[idx];
# 3578|           const YV12_BUFFER_CONFIG *const ref = get_ref_frame_buffer(cpi, i);
# 3579|->         if (refresh[i - 1] || (buf->buf.y_crop_width == ref->y_crop_width &&
# 3580|                                  buf->buf.y_crop_height == ref->y_crop_height)) {
# 3581|             --buf->ref_count;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def609]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:5008:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:5005:13: enter_function: entry to ‘set_ref_sign_bias’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:5007:36: call_function: inlined call to ‘get_ref_cnt_buffer’ from ‘set_ref_sign_bias’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:5008:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:5008:13: danger: dereference of NULL ‘<unknown>’
# 5006|     VP9_COMMON *const cm = &cpi->common;
# 5007|     RefCntBuffer *const ref_buffer = get_ref_cnt_buffer(cm, cm->new_fb_idx);
# 5008|->   const int cur_frame_index = ref_buffer->frame_index;
# 5009|     MV_REFERENCE_FRAME ref_frame;
# 5010|   

Error: GCC_ANALYZER_WARNING (CWE-126): [#def610]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:1133:42: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3222:6: enter_function: entry to ‘vp9_rd_pick_intra_mode_sb’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3240:6: branch_false: following ‘false’ branch (when ‘bsize <= 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3248:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3248:9: call_function: calling ‘rd_pick_intra_sub_8x8_y_mode’ from ‘vp9_rd_pick_intra_mode_sb’
# 1131|               const ScanOrder *so = &vp9_default_scan_orders[TX_4X4];
# 1132|               const int coeff_ctx =
# 1133|->                 combine_entropy_contexts(tempa[idx], templ[idy]);
# 1134|               vp9_highbd_fwht4x4(src_diff, coeff, 8);
# 1135|               vpx_highbd_quantize_b(coeff, 4 * 4, p, qcoeff, dqcoeff, pd->dequant,

Error: GCC_ANALYZER_WARNING (CWE-121): [#def611]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:1139:13: warning[-Wanalyzer-out-of-bounds]: stack-based buffer overflow
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3222:6: enter_function: entry to ‘vp9_rd_pick_intra_mode_sb’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3240:6: branch_false: following ‘false’ branch (when ‘bsize <= 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3248:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3248:9: call_function: calling ‘rd_pick_intra_sub_8x8_y_mode’ from ‘vp9_rd_pick_intra_mode_sb’
# 1137|               ratey += cost_coeffs(x, 0, block, TX_4X4, coeff_ctx, so->scan,
# 1138|                                    so->neighbors, cpi->sf.use_fast_coef_costing);
# 1139|->             tempa[idx] = templ[idy] = (x->plane[0].eobs[block] > 0 ? 1 : 0);
# 1140|               if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd)
# 1141|                 goto next_highbd;

Error: GCC_ANALYZER_WARNING (CWE-126): [#def612]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:1149:42: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3222:6: enter_function: entry to ‘vp9_rd_pick_intra_mode_sb’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3240:6: branch_false: following ‘false’ branch (when ‘bsize <= 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3248:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c:3248:9: call_function: calling ‘rd_pick_intra_sub_8x8_y_mode’ from ‘vp9_rd_pick_intra_mode_sb’
# 1147|               const ScanOrder *so = &vp9_scan_orders[TX_4X4][tx_type];
# 1148|               const int coeff_ctx =
# 1149|->                 combine_entropy_contexts(tempa[idx], templ[idy]);
# 1150|               if (tx_type == DCT_DCT)
# 1151|                 vpx_highbd_fdct4x4(src_diff, coeff, 8);

Error: COMPILER_WARNING: [#def613]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c:79:22: note[note]: called from here
#   77|                                                     const __m128i c0c1) {
#   78|     const __m128i k_64 = _mm_set1_epi16(1 << 6);
#   79|->   const __m128i t0 = _mm_maddubs_epi16(s[0], c0c1);
#   80|     const __m128i t1 = _mm_maddubs_epi16(s[1], c0c1);
#   81|     // round and shift by 7 bit each 16 bit

Error: COMPILER_WARNING: [#def614]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c:80:22: note[note]: called from here
#   78|     const __m128i k_64 = _mm_set1_epi16(1 << 6);
#   79|     const __m128i t0 = _mm_maddubs_epi16(s[0], c0c1);
#   80|->   const __m128i t1 = _mm_maddubs_epi16(s[1], c0c1);
#   81|     // round and shift by 7 bit each 16 bit
#   82|     const __m128i t2 = _mm_adds_epi16(t0, k_64);

Error: COMPILER_WARNING: [#def615]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_avx2.c:24:24: note[note]: called from here
#   22|   // Zero fill 8 positions in the output buffer.
#   23|   static VPX_FORCE_INLINE void store_zero_tran_low(tran_low_t *a) {
#   24|->   const __m256i zero = _mm256_setzero_si256();
#   25|   #if CONFIG_VP9_HIGHBITDEPTH
#   26|     _mm256_storeu_si256((__m256i *)(a), zero);

Error: COMPILER_WARNING: [#def616]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_avx2.c:26:3: note[note]: called from here
#   24|     const __m256i zero = _mm256_setzero_si256();
#   25|   #if CONFIG_VP9_HIGHBITDEPTH
#   26|->   _mm256_storeu_si256((__m256i *)(a), zero);
#   27|     _mm256_storeu_si256((__m256i *)(a + 8), zero);
#   28|   #else

Error: COMPILER_WARNING: [#def617]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_avx2.c:27:3: note[note]: called from here
#   25|   #if CONFIG_VP9_HIGHBITDEPTH
#   26|     _mm256_storeu_si256((__m256i *)(a), zero);
#   27|->   _mm256_storeu_si256((__m256i *)(a + 8), zero);
#   28|   #else
#   29|     _mm256_storeu_si256((__m256i *)(a), zero);

Error: COMPILER_WARNING: [#def618]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:45:13: note[note]: called from here
#   43|     coeff1 = load_tran_low(coeff_ptr + 8);
#   44|   
#   45|->   qcoeff0 = _mm_abs_epi16(coeff0);
#   46|     qcoeff1 = _mm_abs_epi16(coeff1);
#   47|   

Error: COMPILER_WARNING: [#def619]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:46:13: note[note]: called from here
#   44|   
#   45|     qcoeff0 = _mm_abs_epi16(coeff0);
#   46|->   qcoeff1 = _mm_abs_epi16(coeff1);
#   47|   
#   48|     qcoeff0 = _mm_adds_epi16(qcoeff0, round);

Error: COMPILER_WARNING: [#def620]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:58:13: note[note]: called from here
#   56|   
#   57|     // Reinsert signs.
#   58|->   qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#   59|     qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#   60|   

Error: COMPILER_WARNING: [#def621]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:59:13: note[note]: called from here
#   57|     // Reinsert signs.
#   58|     qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#   59|->   qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#   60|   
#   61|     store_tran_low(qcoeff0, qcoeff_ptr);

Error: COMPILER_WARNING: [#def622]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:80:15: note[note]: called from here
#   78|       coeff1 = load_tran_low(coeff_ptr + index + 8);
#   79|   
#   80|->     qcoeff0 = _mm_abs_epi16(coeff0);
#   81|       qcoeff1 = _mm_abs_epi16(coeff1);
#   82|   

Error: COMPILER_WARNING: [#def623]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:81:15: note[note]: called from here
#   79|   
#   80|       qcoeff0 = _mm_abs_epi16(coeff0);
#   81|->     qcoeff1 = _mm_abs_epi16(coeff1);
#   82|   
#   83|       nzflag = _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff0, thr)) |

Error: COMPILER_WARNING: [#def624]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:94:17: note[note]: called from here
#   92|   
#   93|         // Reinsert signs.
#   94|->       qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#   95|         qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#   96|   

Error: COMPILER_WARNING: [#def625]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c:95:17: note[note]: called from here
#   93|         // Reinsert signs.
#   94|         qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
#   95|->       qcoeff1 = _mm_sign_epi16(qcoeff1, coeff1);
#   96|   
#   97|         store_tran_low(qcoeff0, qcoeff_ptr + index);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def626]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1202:43: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘out[<unknown>]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1188:15: branch_true: following ‘true’ branch (when ‘i != 32’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1190:17: branch_true: following ‘true’ branch (when ‘j != 32’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1190:49: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1192:8: branch_false: following ‘false’ branch (when ‘zero_coeff == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1195:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1201:15: branch_true: following ‘true’ branch (when ‘i != 32’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1202:17: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1202:43: danger: use of uninitialized value ‘out[<unknown>]’ here
# 1200|     // Columns
# 1201|     for (i = 0; i < 32; ++i) {
# 1202|->     for (j = 0; j < 32; ++j) temp_in[j] = out[j * 32 + i];
# 1203|       idct32_c(temp_in, temp_out);
# 1204|       for (j = 0; j < 32; ++j) {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def627]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1470:42: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘out[<unknown>]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1454:6: enter_function: entry to ‘vpx_highbd_idct4x4_16_add_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1462:15: branch_true: following ‘true’ branch (when ‘i != 4’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1463:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1463:5: call_function: calling ‘vpx_highbd_idct4_c’ from ‘vpx_highbd_idct4x4_16_add_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1463:5: return_function: returning to ‘vpx_highbd_idct4x4_16_add_c’ from ‘vpx_highbd_idct4_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1469:15: branch_true: following ‘true’ branch (when ‘i != 4’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1470:17: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1470:42: danger: use of uninitialized value ‘out[<unknown>]’ here
# 1468|     // Columns
# 1469|     for (i = 0; i < 4; ++i) {
# 1470|->     for (j = 0; j < 4; ++j) temp_in[j] = out[j * 4 + i];
# 1471|       vpx_highbd_idct4_c(temp_in, temp_out, bd);
# 1472|       for (j = 0; j < 4; ++j) {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def628]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1657:42: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘out[<unknown>]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1641:6: enter_function: entry to ‘vpx_highbd_idct8x8_64_add_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1649:15: branch_true: following ‘true’ branch (when ‘i != 8’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1650:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1650:5: call_function: calling ‘vpx_highbd_idct8_c’ from ‘vpx_highbd_idct8x8_64_add_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1650:5: return_function: returning to ‘vpx_highbd_idct8x8_64_add_c’ from ‘vpx_highbd_idct8_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1656:15: branch_true: following ‘true’ branch (when ‘i != 8’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1657:17: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:1657:42: danger: use of uninitialized value ‘out[<unknown>]’ here
# 1655|     // Then transform columns
# 1656|     for (i = 0; i < 8; ++i) {
# 1657|->     for (j = 0; j < 8; ++j) temp_in[j] = out[j * 8 + i];
# 1658|       vpx_highbd_idct8_c(temp_in, temp_out, bd);
# 1659|       for (j = 0; j < 8; ++j) {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def629]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2093:43: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘out[<unknown>]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2077:6: enter_function: entry to ‘vpx_highbd_idct16x16_256_add_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2085:15: branch_true: following ‘true’ branch (when ‘i != 16’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2086:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2086:5: call_function: calling ‘vpx_highbd_idct16_c’ from ‘vpx_highbd_idct16x16_256_add_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2086:5: return_function: returning to ‘vpx_highbd_idct16x16_256_add_c’ from ‘vpx_highbd_idct16_c’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2092:15: branch_true: following ‘true’ branch (when ‘i != 16’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2093:17: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2093:43: danger: use of uninitialized value ‘out[<unknown>]’ here
# 2091|     // Then transform columns
# 2092|     for (i = 0; i < 16; ++i) {
# 2093|->     for (j = 0; j < 16; ++j) temp_in[j] = out[j * 16 + i];
# 2094|       vpx_highbd_idct16_c(temp_in, temp_out, bd);
# 2095|       for (j = 0; j < 16; ++j) {

Error: GCC_ANALYZER_WARNING (CWE-457): [#def630]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2621:43: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘out[<unknown>]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2607:15: branch_true: following ‘true’ branch (when ‘i != 32’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2609:17: branch_true: following ‘true’ branch (when ‘j != 32’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2609:49: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2620:15: branch_true: following ‘true’ branch (when ‘i != 32’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2621:17: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c:2621:43: danger: use of uninitialized value ‘out[<unknown>]’ here
# 2619|     // Columns
# 2620|     for (i = 0; i < 32; ++i) {
# 2621|->     for (j = 0; j < 32; ++j) temp_in[j] = out[j * 32 + i];
# 2622|       highbd_idct32_c(temp_in, temp_out, bd);
# 2623|       for (j = 0; j < 32; ++j) {

Error: COMPILER_WARNING: [#def631]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:29:16: note[note]: called from here
#   27|     __m256i a7 = in[7];
#   28|   
#   29|->   __m256i b0 = _mm256_add_epi32(a0, a1);
#   30|     __m256i b1 = _mm256_sub_epi32(a0, a1);
#   31|     __m256i b2 = _mm256_add_epi32(a2, a3);

Error: COMPILER_WARNING: [#def632]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:30:16: note[note]: called from here
#   28|   
#   29|     __m256i b0 = _mm256_add_epi32(a0, a1);
#   30|->   __m256i b1 = _mm256_sub_epi32(a0, a1);
#   31|     __m256i b2 = _mm256_add_epi32(a2, a3);
#   32|     __m256i b3 = _mm256_sub_epi32(a2, a3);

Error: COMPILER_WARNING: [#def633]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:31:16: note[note]: called from here
#   29|     __m256i b0 = _mm256_add_epi32(a0, a1);
#   30|     __m256i b1 = _mm256_sub_epi32(a0, a1);
#   31|->   __m256i b2 = _mm256_add_epi32(a2, a3);
#   32|     __m256i b3 = _mm256_sub_epi32(a2, a3);
#   33|     __m256i b4 = _mm256_add_epi32(a4, a5);

Error: COMPILER_WARNING: [#def634]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:32:16: note[note]: called from here
#   30|     __m256i b1 = _mm256_sub_epi32(a0, a1);
#   31|     __m256i b2 = _mm256_add_epi32(a2, a3);
#   32|->   __m256i b3 = _mm256_sub_epi32(a2, a3);
#   33|     __m256i b4 = _mm256_add_epi32(a4, a5);
#   34|     __m256i b5 = _mm256_sub_epi32(a4, a5);

Error: COMPILER_WARNING: [#def635]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:33:16: note[note]: called from here
#   31|     __m256i b2 = _mm256_add_epi32(a2, a3);
#   32|     __m256i b3 = _mm256_sub_epi32(a2, a3);
#   33|->   __m256i b4 = _mm256_add_epi32(a4, a5);
#   34|     __m256i b5 = _mm256_sub_epi32(a4, a5);
#   35|     __m256i b6 = _mm256_add_epi32(a6, a7);

Error: COMPILER_WARNING: [#def636]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:34:16: note[note]: called from here
#   32|     __m256i b3 = _mm256_sub_epi32(a2, a3);
#   33|     __m256i b4 = _mm256_add_epi32(a4, a5);
#   34|->   __m256i b5 = _mm256_sub_epi32(a4, a5);
#   35|     __m256i b6 = _mm256_add_epi32(a6, a7);
#   36|     __m256i b7 = _mm256_sub_epi32(a6, a7);

Error: COMPILER_WARNING: [#def637]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:35:16: note[note]: called from here
#   33|     __m256i b4 = _mm256_add_epi32(a4, a5);
#   34|     __m256i b5 = _mm256_sub_epi32(a4, a5);
#   35|->   __m256i b6 = _mm256_add_epi32(a6, a7);
#   36|     __m256i b7 = _mm256_sub_epi32(a6, a7);
#   37|   

Error: COMPILER_WARNING: [#def638]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:36:16: note[note]: called from here
#   34|     __m256i b5 = _mm256_sub_epi32(a4, a5);
#   35|     __m256i b6 = _mm256_add_epi32(a6, a7);
#   36|->   __m256i b7 = _mm256_sub_epi32(a6, a7);
#   37|   
#   38|     a0 = _mm256_add_epi32(b0, b2);

Error: COMPILER_WARNING: [#def639]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:38:8: note[note]: called from here
#   36|     __m256i b7 = _mm256_sub_epi32(a6, a7);
#   37|   
#   38|->   a0 = _mm256_add_epi32(b0, b2);
#   39|     a1 = _mm256_add_epi32(b1, b3);
#   40|     a2 = _mm256_sub_epi32(b0, b2);

Error: COMPILER_WARNING: [#def640]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:39:8: note[note]: called from here
#   37|   
#   38|     a0 = _mm256_add_epi32(b0, b2);
#   39|->   a1 = _mm256_add_epi32(b1, b3);
#   40|     a2 = _mm256_sub_epi32(b0, b2);
#   41|     a3 = _mm256_sub_epi32(b1, b3);

Error: COMPILER_WARNING: [#def641]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:40:8: note[note]: called from here
#   38|     a0 = _mm256_add_epi32(b0, b2);
#   39|     a1 = _mm256_add_epi32(b1, b3);
#   40|->   a2 = _mm256_sub_epi32(b0, b2);
#   41|     a3 = _mm256_sub_epi32(b1, b3);
#   42|     a4 = _mm256_add_epi32(b4, b6);

Error: COMPILER_WARNING: [#def642]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:41:8: note[note]: called from here
#   39|     a1 = _mm256_add_epi32(b1, b3);
#   40|     a2 = _mm256_sub_epi32(b0, b2);
#   41|->   a3 = _mm256_sub_epi32(b1, b3);
#   42|     a4 = _mm256_add_epi32(b4, b6);
#   43|     a5 = _mm256_add_epi32(b5, b7);

Error: COMPILER_WARNING: [#def643]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:42:8: note[note]: called from here
#   40|     a2 = _mm256_sub_epi32(b0, b2);
#   41|     a3 = _mm256_sub_epi32(b1, b3);
#   42|->   a4 = _mm256_add_epi32(b4, b6);
#   43|     a5 = _mm256_add_epi32(b5, b7);
#   44|     a6 = _mm256_sub_epi32(b4, b6);

Error: COMPILER_WARNING: [#def644]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:43:8: note[note]: called from here
#   41|     a3 = _mm256_sub_epi32(b1, b3);
#   42|     a4 = _mm256_add_epi32(b4, b6);
#   43|->   a5 = _mm256_add_epi32(b5, b7);
#   44|     a6 = _mm256_sub_epi32(b4, b6);
#   45|     a7 = _mm256_sub_epi32(b5, b7);

Error: COMPILER_WARNING: [#def645]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:44:8: note[note]: called from here
#   42|     a4 = _mm256_add_epi32(b4, b6);
#   43|     a5 = _mm256_add_epi32(b5, b7);
#   44|->   a6 = _mm256_sub_epi32(b4, b6);
#   45|     a7 = _mm256_sub_epi32(b5, b7);
#   46|   

Error: COMPILER_WARNING: [#def646]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:45:8: note[note]: called from here
#   43|     a5 = _mm256_add_epi32(b5, b7);
#   44|     a6 = _mm256_sub_epi32(b4, b6);
#   45|->   a7 = _mm256_sub_epi32(b5, b7);
#   46|   
#   47|     if (iter == 0) {

Error: COMPILER_WARNING: [#def647]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:48:10: note[note]: called from here
#   46|   
#   47|     if (iter == 0) {
#   48|->     b0 = _mm256_add_epi32(a0, a4);
#   49|       b7 = _mm256_add_epi32(a1, a5);
#   50|       b3 = _mm256_add_epi32(a2, a6);

Error: COMPILER_WARNING: [#def648]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:49:10: note[note]: called from here
#   47|     if (iter == 0) {
#   48|       b0 = _mm256_add_epi32(a0, a4);
#   49|->     b7 = _mm256_add_epi32(a1, a5);
#   50|       b3 = _mm256_add_epi32(a2, a6);
#   51|       b4 = _mm256_add_epi32(a3, a7);

Error: COMPILER_WARNING: [#def649]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:50:10: note[note]: called from here
#   48|       b0 = _mm256_add_epi32(a0, a4);
#   49|       b7 = _mm256_add_epi32(a1, a5);
#   50|->     b3 = _mm256_add_epi32(a2, a6);
#   51|       b4 = _mm256_add_epi32(a3, a7);
#   52|       b2 = _mm256_sub_epi32(a0, a4);

Error: COMPILER_WARNING: [#def650]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:51:10: note[note]: called from here
#   49|       b7 = _mm256_add_epi32(a1, a5);
#   50|       b3 = _mm256_add_epi32(a2, a6);
#   51|->     b4 = _mm256_add_epi32(a3, a7);
#   52|       b2 = _mm256_sub_epi32(a0, a4);
#   53|       b6 = _mm256_sub_epi32(a1, a5);

Error: COMPILER_WARNING: [#def651]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:52:10: note[note]: called from here
#   50|       b3 = _mm256_add_epi32(a2, a6);
#   51|       b4 = _mm256_add_epi32(a3, a7);
#   52|->     b2 = _mm256_sub_epi32(a0, a4);
#   53|       b6 = _mm256_sub_epi32(a1, a5);
#   54|       b1 = _mm256_sub_epi32(a2, a6);

Error: COMPILER_WARNING: [#def652]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:53:10: note[note]: called from here
#   51|       b4 = _mm256_add_epi32(a3, a7);
#   52|       b2 = _mm256_sub_epi32(a0, a4);
#   53|->     b6 = _mm256_sub_epi32(a1, a5);
#   54|       b1 = _mm256_sub_epi32(a2, a6);
#   55|       b5 = _mm256_sub_epi32(a3, a7);

Error: COMPILER_WARNING: [#def653]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:54:10: note[note]: called from here
#   52|       b2 = _mm256_sub_epi32(a0, a4);
#   53|       b6 = _mm256_sub_epi32(a1, a5);
#   54|->     b1 = _mm256_sub_epi32(a2, a6);
#   55|       b5 = _mm256_sub_epi32(a3, a7);
#   56|   

Error: COMPILER_WARNING: [#def654]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:55:10: note[note]: called from here
#   53|       b6 = _mm256_sub_epi32(a1, a5);
#   54|       b1 = _mm256_sub_epi32(a2, a6);
#   55|->     b5 = _mm256_sub_epi32(a3, a7);
#   56|   
#   57|       a0 = _mm256_unpacklo_epi32(b0, b1);

Error: COMPILER_WARNING: [#def655]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:57:10: note[note]: called from here
#   55|       b5 = _mm256_sub_epi32(a3, a7);
#   56|   
#   57|->     a0 = _mm256_unpacklo_epi32(b0, b1);
#   58|       a1 = _mm256_unpacklo_epi32(b2, b3);
#   59|       a2 = _mm256_unpackhi_epi32(b0, b1);

Error: COMPILER_WARNING: [#def656]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:58:10: note[note]: called from here
#   56|   
#   57|       a0 = _mm256_unpacklo_epi32(b0, b1);
#   58|->     a1 = _mm256_unpacklo_epi32(b2, b3);
#   59|       a2 = _mm256_unpackhi_epi32(b0, b1);
#   60|       a3 = _mm256_unpackhi_epi32(b2, b3);

Error: COMPILER_WARNING: [#def657]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:59:10: note[note]: called from here
#   57|       a0 = _mm256_unpacklo_epi32(b0, b1);
#   58|       a1 = _mm256_unpacklo_epi32(b2, b3);
#   59|->     a2 = _mm256_unpackhi_epi32(b0, b1);
#   60|       a3 = _mm256_unpackhi_epi32(b2, b3);
#   61|       a4 = _mm256_unpacklo_epi32(b4, b5);

Error: COMPILER_WARNING: [#def658]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:60:10: note[note]: called from here
#   58|       a1 = _mm256_unpacklo_epi32(b2, b3);
#   59|       a2 = _mm256_unpackhi_epi32(b0, b1);
#   60|->     a3 = _mm256_unpackhi_epi32(b2, b3);
#   61|       a4 = _mm256_unpacklo_epi32(b4, b5);
#   62|       a5 = _mm256_unpacklo_epi32(b6, b7);

Error: COMPILER_WARNING: [#def659]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:61:10: note[note]: called from here
#   59|       a2 = _mm256_unpackhi_epi32(b0, b1);
#   60|       a3 = _mm256_unpackhi_epi32(b2, b3);
#   61|->     a4 = _mm256_unpacklo_epi32(b4, b5);
#   62|       a5 = _mm256_unpacklo_epi32(b6, b7);
#   63|       a6 = _mm256_unpackhi_epi32(b4, b5);

Error: COMPILER_WARNING: [#def660]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:62:10: note[note]: called from here
#   60|       a3 = _mm256_unpackhi_epi32(b2, b3);
#   61|       a4 = _mm256_unpacklo_epi32(b4, b5);
#   62|->     a5 = _mm256_unpacklo_epi32(b6, b7);
#   63|       a6 = _mm256_unpackhi_epi32(b4, b5);
#   64|       a7 = _mm256_unpackhi_epi32(b6, b7);

Error: COMPILER_WARNING: [#def661]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:63:10: note[note]: called from here
#   61|       a4 = _mm256_unpacklo_epi32(b4, b5);
#   62|       a5 = _mm256_unpacklo_epi32(b6, b7);
#   63|->     a6 = _mm256_unpackhi_epi32(b4, b5);
#   64|       a7 = _mm256_unpackhi_epi32(b6, b7);
#   65|   

Error: COMPILER_WARNING: [#def662]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:64:10: note[note]: called from here
#   62|       a5 = _mm256_unpacklo_epi32(b6, b7);
#   63|       a6 = _mm256_unpackhi_epi32(b4, b5);
#   64|->     a7 = _mm256_unpackhi_epi32(b6, b7);
#   65|   
#   66|       b0 = _mm256_unpacklo_epi64(a0, a1);

Error: COMPILER_WARNING: [#def663]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:66:10: note[note]: called from here
#   64|       a7 = _mm256_unpackhi_epi32(b6, b7);
#   65|   
#   66|->     b0 = _mm256_unpacklo_epi64(a0, a1);
#   67|       b1 = _mm256_unpacklo_epi64(a4, a5);
#   68|       b2 = _mm256_unpackhi_epi64(a0, a1);

Error: COMPILER_WARNING: [#def664]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:67:10: note[note]: called from here
#   65|   
#   66|       b0 = _mm256_unpacklo_epi64(a0, a1);
#   67|->     b1 = _mm256_unpacklo_epi64(a4, a5);
#   68|       b2 = _mm256_unpackhi_epi64(a0, a1);
#   69|       b3 = _mm256_unpackhi_epi64(a4, a5);

Error: COMPILER_WARNING: [#def665]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:68:10: note[note]: called from here
#   66|       b0 = _mm256_unpacklo_epi64(a0, a1);
#   67|       b1 = _mm256_unpacklo_epi64(a4, a5);
#   68|->     b2 = _mm256_unpackhi_epi64(a0, a1);
#   69|       b3 = _mm256_unpackhi_epi64(a4, a5);
#   70|       b4 = _mm256_unpacklo_epi64(a2, a3);

Error: COMPILER_WARNING: [#def666]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:69:10: note[note]: called from here
#   67|       b1 = _mm256_unpacklo_epi64(a4, a5);
#   68|       b2 = _mm256_unpackhi_epi64(a0, a1);
#   69|->     b3 = _mm256_unpackhi_epi64(a4, a5);
#   70|       b4 = _mm256_unpacklo_epi64(a2, a3);
#   71|       b5 = _mm256_unpacklo_epi64(a6, a7);

Error: COMPILER_WARNING: [#def667]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:70:10: note[note]: called from here
#   68|       b2 = _mm256_unpackhi_epi64(a0, a1);
#   69|       b3 = _mm256_unpackhi_epi64(a4, a5);
#   70|->     b4 = _mm256_unpacklo_epi64(a2, a3);
#   71|       b5 = _mm256_unpacklo_epi64(a6, a7);
#   72|       b6 = _mm256_unpackhi_epi64(a2, a3);

Error: COMPILER_WARNING: [#def668]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:71:10: note[note]: called from here
#   69|       b3 = _mm256_unpackhi_epi64(a4, a5);
#   70|       b4 = _mm256_unpacklo_epi64(a2, a3);
#   71|->     b5 = _mm256_unpacklo_epi64(a6, a7);
#   72|       b6 = _mm256_unpackhi_epi64(a2, a3);
#   73|       b7 = _mm256_unpackhi_epi64(a6, a7);

Error: COMPILER_WARNING: [#def669]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:72:10: note[note]: called from here
#   70|       b4 = _mm256_unpacklo_epi64(a2, a3);
#   71|       b5 = _mm256_unpacklo_epi64(a6, a7);
#   72|->     b6 = _mm256_unpackhi_epi64(a2, a3);
#   73|       b7 = _mm256_unpackhi_epi64(a6, a7);
#   74|   

Error: COMPILER_WARNING: [#def670]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:73:10: note[note]: called from here
#   71|       b5 = _mm256_unpacklo_epi64(a6, a7);
#   72|       b6 = _mm256_unpackhi_epi64(a2, a3);
#   73|->     b7 = _mm256_unpackhi_epi64(a6, a7);
#   74|   
#   75|       in[0] = _mm256_permute2x128_si256(b0, b1, 0x20);

Error: COMPILER_WARNING: [#def671]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:75:13: note[note]: called from here
#   73|       b7 = _mm256_unpackhi_epi64(a6, a7);
#   74|   
#   75|->     in[0] = _mm256_permute2x128_si256(b0, b1, 0x20);
#   76|       in[1] = _mm256_permute2x128_si256(b0, b1, 0x31);
#   77|       in[2] = _mm256_permute2x128_si256(b2, b3, 0x20);

Error: COMPILER_WARNING: [#def672]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:76:13: note[note]: called from here
#   74|   
#   75|       in[0] = _mm256_permute2x128_si256(b0, b1, 0x20);
#   76|->     in[1] = _mm256_permute2x128_si256(b0, b1, 0x31);
#   77|       in[2] = _mm256_permute2x128_si256(b2, b3, 0x20);
#   78|       in[3] = _mm256_permute2x128_si256(b2, b3, 0x31);

Error: COMPILER_WARNING: [#def673]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:77:13: note[note]: called from here
#   75|       in[0] = _mm256_permute2x128_si256(b0, b1, 0x20);
#   76|       in[1] = _mm256_permute2x128_si256(b0, b1, 0x31);
#   77|->     in[2] = _mm256_permute2x128_si256(b2, b3, 0x20);
#   78|       in[3] = _mm256_permute2x128_si256(b2, b3, 0x31);
#   79|       in[4] = _mm256_permute2x128_si256(b4, b5, 0x20);

Error: COMPILER_WARNING: [#def674]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:78:13: note[note]: called from here
#   76|       in[1] = _mm256_permute2x128_si256(b0, b1, 0x31);
#   77|       in[2] = _mm256_permute2x128_si256(b2, b3, 0x20);
#   78|->     in[3] = _mm256_permute2x128_si256(b2, b3, 0x31);
#   79|       in[4] = _mm256_permute2x128_si256(b4, b5, 0x20);
#   80|       in[5] = _mm256_permute2x128_si256(b4, b5, 0x31);

Error: COMPILER_WARNING: [#def675]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:79:13: note[note]: called from here
#   77|       in[2] = _mm256_permute2x128_si256(b2, b3, 0x20);
#   78|       in[3] = _mm256_permute2x128_si256(b2, b3, 0x31);
#   79|->     in[4] = _mm256_permute2x128_si256(b4, b5, 0x20);
#   80|       in[5] = _mm256_permute2x128_si256(b4, b5, 0x31);
#   81|       in[6] = _mm256_permute2x128_si256(b6, b7, 0x20);

Error: COMPILER_WARNING: [#def676]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:80:13: note[note]: called from here
#   78|       in[3] = _mm256_permute2x128_si256(b2, b3, 0x31);
#   79|       in[4] = _mm256_permute2x128_si256(b4, b5, 0x20);
#   80|->     in[5] = _mm256_permute2x128_si256(b4, b5, 0x31);
#   81|       in[6] = _mm256_permute2x128_si256(b6, b7, 0x20);
#   82|       in[7] = _mm256_permute2x128_si256(b6, b7, 0x31);

Error: COMPILER_WARNING: [#def677]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:81:13: note[note]: called from here
#   79|       in[4] = _mm256_permute2x128_si256(b4, b5, 0x20);
#   80|       in[5] = _mm256_permute2x128_si256(b4, b5, 0x31);
#   81|->     in[6] = _mm256_permute2x128_si256(b6, b7, 0x20);
#   82|       in[7] = _mm256_permute2x128_si256(b6, b7, 0x31);
#   83|     } else {

Error: COMPILER_WARNING: [#def678]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:82:13: note[note]: called from here
#   80|       in[5] = _mm256_permute2x128_si256(b4, b5, 0x31);
#   81|       in[6] = _mm256_permute2x128_si256(b6, b7, 0x20);
#   82|->     in[7] = _mm256_permute2x128_si256(b6, b7, 0x31);
#   83|     } else {
#   84|       in[0] = _mm256_add_epi32(a0, a4);

Error: COMPILER_WARNING: [#def679]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:84:13: note[note]: called from here
#   82|       in[7] = _mm256_permute2x128_si256(b6, b7, 0x31);
#   83|     } else {
#   84|->     in[0] = _mm256_add_epi32(a0, a4);
#   85|       in[7] = _mm256_add_epi32(a1, a5);
#   86|       in[3] = _mm256_add_epi32(a2, a6);

Error: COMPILER_WARNING: [#def680]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:85:13: note[note]: called from here
#   83|     } else {
#   84|       in[0] = _mm256_add_epi32(a0, a4);
#   85|->     in[7] = _mm256_add_epi32(a1, a5);
#   86|       in[3] = _mm256_add_epi32(a2, a6);
#   87|       in[4] = _mm256_add_epi32(a3, a7);

Error: COMPILER_WARNING: [#def681]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:86:13: note[note]: called from here
#   84|       in[0] = _mm256_add_epi32(a0, a4);
#   85|       in[7] = _mm256_add_epi32(a1, a5);
#   86|->     in[3] = _mm256_add_epi32(a2, a6);
#   87|       in[4] = _mm256_add_epi32(a3, a7);
#   88|       in[2] = _mm256_sub_epi32(a0, a4);

Error: COMPILER_WARNING: [#def682]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:87:13: note[note]: called from here
#   85|       in[7] = _mm256_add_epi32(a1, a5);
#   86|       in[3] = _mm256_add_epi32(a2, a6);
#   87|->     in[4] = _mm256_add_epi32(a3, a7);
#   88|       in[2] = _mm256_sub_epi32(a0, a4);
#   89|       in[6] = _mm256_sub_epi32(a1, a5);

Error: COMPILER_WARNING: [#def683]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:88:13: note[note]: called from here
#   86|       in[3] = _mm256_add_epi32(a2, a6);
#   87|       in[4] = _mm256_add_epi32(a3, a7);
#   88|->     in[2] = _mm256_sub_epi32(a0, a4);
#   89|       in[6] = _mm256_sub_epi32(a1, a5);
#   90|       in[1] = _mm256_sub_epi32(a2, a6);

Error: COMPILER_WARNING: [#def684]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:89:13: note[note]: called from here
#   87|       in[4] = _mm256_add_epi32(a3, a7);
#   88|       in[2] = _mm256_sub_epi32(a0, a4);
#   89|->     in[6] = _mm256_sub_epi32(a1, a5);
#   90|       in[1] = _mm256_sub_epi32(a2, a6);
#   91|       in[5] = _mm256_sub_epi32(a3, a7);

Error: COMPILER_WARNING: [#def685]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:90:13: note[note]: called from here
#   88|       in[2] = _mm256_sub_epi32(a0, a4);
#   89|       in[6] = _mm256_sub_epi32(a1, a5);
#   90|->     in[1] = _mm256_sub_epi32(a2, a6);
#   91|       in[5] = _mm256_sub_epi32(a3, a7);
#   92|     }

Error: COMPILER_WARNING: [#def686]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_avx2.c:91:13: note[note]: called from here
#   89|       in[6] = _mm256_sub_epi32(a1, a5);
#   90|       in[1] = _mm256_sub_epi32(a2, a6);
#   91|->     in[5] = _mm256_sub_epi32(a3, a7);
#   92|     }
#   93|   }

Error: COMPILER_WARNING: [#def687]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:26:25: note[note]: called from here
#   24|       assert(height % 4 == 0);
#   25|       do {
#   26|->       const __m256i p = _mm256_load_si256((const __m256i *)pred);
#   27|         const __m128i r_0 = _mm_loadl_epi64((const __m128i *)ref);
#   28|         const __m128i r_1 =

Error: COMPILER_WARNING: [#def688]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:37:11: note[note]: called from here
#   35|   
#   36|         const __m256i ref_0123 =
#   37|->           _mm256_inserti128_si256(_mm256_castsi128_si256(r1), r2, 1);
#   38|         const __m256i avg = _mm256_avg_epu8(p, ref_0123);
#   39|   

Error: COMPILER_WARNING: [#def689]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:38:27: note[note]: called from here
#   36|         const __m256i ref_0123 =
#   37|             _mm256_inserti128_si256(_mm256_castsi128_si256(r1), r2, 1);
#   38|->       const __m256i avg = _mm256_avg_epu8(p, ref_0123);
#   39|   
#   40|         _mm256_store_si256((__m256i *)comp_pred, avg);

Error: COMPILER_WARNING: [#def690]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:40:7: note[note]: called from here
#   38|         const __m256i avg = _mm256_avg_epu8(p, ref_0123);
#   39|   
#   40|->       _mm256_store_si256((__m256i *)comp_pred, avg);
#   41|   
#   42|         row += 4;

Error: COMPILER_WARNING: [#def691]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:50:30: note[note]: called from here
#   48|       assert(height % 4 == 0);
#   49|       do {
#   50|->       const __m256i pred_0 = _mm256_load_si256((const __m256i *)pred);
#   51|         const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32));
#   52|         const __m256i tmp0 =

Error: COMPILER_WARNING: [#def692]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:51:30: note[note]: called from here
#   49|       do {
#   50|         const __m256i pred_0 = _mm256_load_si256((const __m256i *)pred);
#   51|->       const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32));
#   52|         const __m256i tmp0 =
#   53|             _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)ref));

Error: COMPILER_WARNING: [#def693]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:53:11: note[note]: called from here
#   51|         const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32));
#   52|         const __m256i tmp0 =
#   53|->           _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)ref));
#   54|         const __m256i ref_0 = _mm256_inserti128_si256(
#   55|             tmp0, _mm_loadu_si128((const __m128i *)(ref + ref_stride)), 1);

Error: COMPILER_WARNING: [#def694]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:54:29: note[note]: called from here
#   52|         const __m256i tmp0 =
#   53|             _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)ref));
#   54|->       const __m256i ref_0 = _mm256_inserti128_si256(
#   55|             tmp0, _mm_loadu_si128((const __m128i *)(ref + ref_stride)), 1);
#   56|         const __m256i tmp1 = _mm256_castsi128_si256(

Error: COMPILER_WARNING: [#def695]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:56:28: note[note]: called from here
#   54|         const __m256i ref_0 = _mm256_inserti128_si256(
#   55|             tmp0, _mm_loadu_si128((const __m128i *)(ref + ref_stride)), 1);
#   56|->       const __m256i tmp1 = _mm256_castsi128_si256(
#   57|             _mm_loadu_si128((const __m128i *)(ref + 2 * ref_stride)));
#   58|         const __m256i ref_1 = _mm256_inserti128_si256(

Error: COMPILER_WARNING: [#def696]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:58:29: note[note]: called from here
#   56|         const __m256i tmp1 = _mm256_castsi128_si256(
#   57|             _mm_loadu_si128((const __m128i *)(ref + 2 * ref_stride)));
#   58|->       const __m256i ref_1 = _mm256_inserti128_si256(
#   59|             tmp1, _mm_loadu_si128((const __m128i *)(ref + 3 * ref_stride)), 1);
#   60|         const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);

Error: COMPILER_WARNING: [#def697]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:60:33: note[note]: called from here
#   58|         const __m256i ref_1 = _mm256_inserti128_si256(
#   59|             tmp1, _mm_loadu_si128((const __m128i *)(ref + 3 * ref_stride)), 1);
#   60|->       const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   61|         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   62|         _mm256_store_si256((__m256i *)comp_pred, average_0);

Error: COMPILER_WARNING: [#def698]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:61:33: note[note]: called from here
#   59|             tmp1, _mm_loadu_si128((const __m128i *)(ref + 3 * ref_stride)), 1);
#   60|         const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   61|->       const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   62|         _mm256_store_si256((__m256i *)comp_pred, average_0);
#   63|         _mm256_store_si256((__m256i *)(comp_pred + 32), average_1);

Error: COMPILER_WARNING: [#def699]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:62:7: note[note]: called from here
#   60|         const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   61|         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   62|->       _mm256_store_si256((__m256i *)comp_pred, average_0);
#   63|         _mm256_store_si256((__m256i *)(comp_pred + 32), average_1);
#   64|   

Error: COMPILER_WARNING: [#def700]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:63:7: note[note]: called from here
#   61|         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   62|         _mm256_store_si256((__m256i *)comp_pred, average_0);
#   63|->       _mm256_store_si256((__m256i *)(comp_pred + 32), average_1);
#   64|   
#   65|         row += 4;

Error: COMPILER_WARNING: [#def701]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:73:30: note[note]: called from here
#   71|       assert(height % 2 == 0);
#   72|       do {
#   73|->       const __m256i pred_0 = _mm256_load_si256((const __m256i *)pred);
#   74|         const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32));
#   75|         const __m256i ref_0 = _mm256_loadu_si256((const __m256i *)ref);

Error: COMPILER_WARNING: [#def702]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:74:30: note[note]: called from here
#   72|       do {
#   73|         const __m256i pred_0 = _mm256_load_si256((const __m256i *)pred);
#   74|->       const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32));
#   75|         const __m256i ref_0 = _mm256_loadu_si256((const __m256i *)ref);
#   76|         const __m256i ref_1 =

Error: COMPILER_WARNING: [#def703]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:75:29: note[note]: called from here
#   73|         const __m256i pred_0 = _mm256_load_si256((const __m256i *)pred);
#   74|         const __m256i pred_1 = _mm256_load_si256((const __m256i *)(pred + 32));
#   75|->       const __m256i ref_0 = _mm256_loadu_si256((const __m256i *)ref);
#   76|         const __m256i ref_1 =
#   77|             _mm256_loadu_si256((const __m256i *)(ref + ref_stride));

Error: COMPILER_WARNING: [#def704]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:77:11: note[note]: called from here
#   75|         const __m256i ref_0 = _mm256_loadu_si256((const __m256i *)ref);
#   76|         const __m256i ref_1 =
#   77|->           _mm256_loadu_si256((const __m256i *)(ref + ref_stride));
#   78|         const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   79|         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);

Error: COMPILER_WARNING: [#def705]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:78:33: note[note]: called from here
#   76|         const __m256i ref_1 =
#   77|             _mm256_loadu_si256((const __m256i *)(ref + ref_stride));
#   78|->       const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   79|         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   80|         _mm256_store_si256((__m256i *)comp_pred, average_0);

Error: COMPILER_WARNING: [#def706]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:79:33: note[note]: called from here
#   77|             _mm256_loadu_si256((const __m256i *)(ref + ref_stride));
#   78|         const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   79|->       const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   80|         _mm256_store_si256((__m256i *)comp_pred, average_0);
#   81|         _mm256_store_si256((__m256i *)(comp_pred + 32), average_1);

Error: COMPILER_WARNING: [#def707]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:80:7: note[note]: called from here
#   78|         const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   79|         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   80|->       _mm256_store_si256((__m256i *)comp_pred, average_0);
#   81|         _mm256_store_si256((__m256i *)(comp_pred + 32), average_1);
#   82|   

Error: COMPILER_WARNING: [#def708]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:81:7: note[note]: called from here
#   79|         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#   80|         _mm256_store_si256((__m256i *)comp_pred, average_0);
#   81|->       _mm256_store_si256((__m256i *)(comp_pred + 32), average_1);
#   82|   
#   83|         row += 2;

Error: COMPILER_WARNING: [#def709]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:92:32: note[note]: called from here
#   90|         int x;
#   91|         for (x = 0; x < width; x += 64) {
#   92|->         const __m256i pred_0 = _mm256_load_si256((const __m256i *)(pred + x));
#   93|           const __m256i pred_1 =
#   94|               _mm256_load_si256((const __m256i *)(pred + x + 32));

Error: COMPILER_WARNING: [#def710]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:94:13: note[note]: called from here
#   92|           const __m256i pred_0 = _mm256_load_si256((const __m256i *)(pred + x));
#   93|           const __m256i pred_1 =
#   94|->             _mm256_load_si256((const __m256i *)(pred + x + 32));
#   95|           const __m256i ref_0 = _mm256_loadu_si256((const __m256i *)(ref + x));
#   96|           const __m256i ref_1 =

Error: COMPILER_WARNING: [#def711]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:95:31: note[note]: called from here
#   93|           const __m256i pred_1 =
#   94|               _mm256_load_si256((const __m256i *)(pred + x + 32));
#   95|->         const __m256i ref_0 = _mm256_loadu_si256((const __m256i *)(ref + x));
#   96|           const __m256i ref_1 =
#   97|               _mm256_loadu_si256((const __m256i *)(ref + x + 32));

Error: COMPILER_WARNING: [#def712]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:97:13: note[note]: called from here
#   95|           const __m256i ref_0 = _mm256_loadu_si256((const __m256i *)(ref + x));
#   96|           const __m256i ref_1 =
#   97|->             _mm256_loadu_si256((const __m256i *)(ref + x + 32));
#   98|           const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   99|           const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);

Error: COMPILER_WARNING: [#def713]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:98:35: note[note]: called from here
#   96|           const __m256i ref_1 =
#   97|               _mm256_loadu_si256((const __m256i *)(ref + x + 32));
#   98|->         const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   99|           const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#  100|           _mm256_store_si256((__m256i *)(comp_pred + x), average_0);

Error: COMPILER_WARNING: [#def714]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:99:35: note[note]: called from here
#   97|               _mm256_loadu_si256((const __m256i *)(ref + x + 32));
#   98|           const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   99|->         const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#  100|           _mm256_store_si256((__m256i *)(comp_pred + x), average_0);
#  101|           _mm256_store_si256((__m256i *)(comp_pred + x + 32), average_1);

Error: COMPILER_WARNING: [#def715]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:100:9: note[note]: called from here
#   98|           const __m256i average_0 = _mm256_avg_epu8(pred_0, ref_0);
#   99|           const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#  100|->         _mm256_store_si256((__m256i *)(comp_pred + x), average_0);
#  101|           _mm256_store_si256((__m256i *)(comp_pred + x + 32), average_1);
#  102|         }

Error: COMPILER_WARNING: [#def716]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_avx2.c:101:9: note[note]: called from here
#   99|           const __m256i average_1 = _mm256_avg_epu8(pred_1, ref_1);
#  100|           _mm256_store_si256((__m256i *)(comp_pred + x), average_0);
#  101|->         _mm256_store_si256((__m256i *)(comp_pred + x + 32), average_1);
#  102|         }
#  103|         row++;

Error: COMPILER_WARNING: [#def717]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_avx2.h:23:25: note[note]: called from here
#   21|   static INLINE __m256i load_tran_low(const tran_low_t *a) {
#   22|   #if CONFIG_VP9_HIGHBITDEPTH
#   23|->   const __m256i a_low = _mm256_loadu_si256((const __m256i *)a);
#   24|     const __m256i a_high = _mm256_loadu_si256((const __m256i *)(a + 8));
#   25|     return _mm256_packs_epi32(a_low, a_high);

Error: COMPILER_WARNING: [#def718]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_avx2.h:24:26: note[note]: called from here
#   22|   #if CONFIG_VP9_HIGHBITDEPTH
#   23|     const __m256i a_low = _mm256_loadu_si256((const __m256i *)a);
#   24|->   const __m256i a_high = _mm256_loadu_si256((const __m256i *)(a + 8));
#   25|     return _mm256_packs_epi32(a_low, a_high);
#   26|   #else

Error: COMPILER_WARNING: [#def719]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_avx2.h:25:10: note[note]: called from here
#   23|     const __m256i a_low = _mm256_loadu_si256((const __m256i *)a);
#   24|     const __m256i a_high = _mm256_loadu_si256((const __m256i *)(a + 8));
#   25|->   return _mm256_packs_epi32(a_low, a_high);
#   26|   #else
#   27|     return _mm256_loadu_si256((const __m256i *)a);

Error: COMPILER_WARNING: [#def720]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve_avx2.h:105:7: note[note]: called from here
#  103|   static INLINE __m256i mm256_loadu2_si128(const void *lo, const void *hi) {
#  104|     const __m256i tmp =
#  105|->       _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)lo));
#  106|     return _mm256_inserti128_si256(tmp, _mm_loadu_si128((const __m128i *)hi), 1);
#  107|   }

Error: COMPILER_WARNING: [#def721]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve_avx2.h:106:10: note[note]: called from here
#  104|     const __m256i tmp =
#  105|         _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)lo));
#  106|->   return _mm256_inserti128_si256(tmp, _mm_loadu_si128((const __m128i *)hi), 1);
#  107|   }
#  108|   

Error: COMPILER_WARNING: [#def722]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve_ssse3.h:23:10: note[note]: called from here
#   21|     const __m128i f_values = _mm_load_si128((const __m128i *)filter);
#   22|     // pack and duplicate the filter values
#   23|->   f[0] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0200u));
#   24|     f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   25|     f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));

Error: COMPILER_WARNING: [#def723]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve_ssse3.h:24:10: note[note]: called from here
#   22|     // pack and duplicate the filter values
#   23|     f[0] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0200u));
#   24|->   f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   25|     f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));
#   26|     f[3] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0e0cu));

Error: COMPILER_WARNING: [#def724]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve_ssse3.h:25:10: note[note]: called from here
#   23|     f[0] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0200u));
#   24|     f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   25|->   f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));
#   26|     f[3] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0e0cu));
#   27|   }

Error: COMPILER_WARNING: [#def725]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/convolve_ssse3.h:26:10: note[note]: called from here
#   24|     f[1] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0604u));
#   25|     f[2] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0a08u));
#   26|->   f[3] = _mm_shuffle_epi8(f_values, _mm_set1_epi16(0x0e0cu));
#   27|   }
#   28|   

Error: COMPILER_WARNING: [#def726]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_convolve_avx2.c:722:12: note[note]: called from here
#  720|   
#  721|   static void pack_16x2_init(const uint16_t *src, __m256i *sig) {
#  722|->   sig[2] = _mm256_loadu_si256((const __m256i *)src);
#  723|   }
#  724|   

Error: COMPILER_WARNING: [#def727]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c:59:10: note[note]: called from here
#   57|   static INLINE void d45_store_8(uint16_t **dst, const ptrdiff_t stride,
#   58|                                  __m128i *row, const __m128i *ar) {
#   59|->   *row = _mm_alignr_epi8(*ar, *row, 2);
#   60|     _mm_store_si128((__m128i *)*dst, *row);
#   61|     *dst += stride;

Error: COMPILER_WARNING: [#def728]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:24:8: note[note]: called from here
#   22|     __m128i t0, t1;
#   23|   
#   24|->   t0 = _mm_mul_epi32(in[0], pair_c);
#   25|     t1 = _mm_mul_epi32(in[1], pair_c);
#   26|     t0 = dct_const_round_shift_64bit(t0);

Error: COMPILER_WARNING: [#def729]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:25:8: note[note]: called from here
#   23|   
#   24|     t0 = _mm_mul_epi32(in[0], pair_c);
#   25|->   t1 = _mm_mul_epi32(in[1], pair_c);
#   26|     t0 = dct_const_round_shift_64bit(t0);
#   27|     t1 = dct_const_round_shift_64bit(t1);

Error: COMPILER_WARNING: [#def730]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:42:14: note[note]: called from here
#   40|     extend_64bit(in0, temp1);
#   41|     extend_64bit(in1, temp2);
#   42|->   temp1[2] = _mm_mul_epi32(temp1[0], pair_c1);
#   43|     temp1[3] = _mm_mul_epi32(temp1[1], pair_c1);
#   44|     temp1[0] = _mm_mul_epi32(temp1[0], pair_c0);

Error: COMPILER_WARNING: [#def731]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:43:14: note[note]: called from here
#   41|     extend_64bit(in1, temp2);
#   42|     temp1[2] = _mm_mul_epi32(temp1[0], pair_c1);
#   43|->   temp1[3] = _mm_mul_epi32(temp1[1], pair_c1);
#   44|     temp1[0] = _mm_mul_epi32(temp1[0], pair_c0);
#   45|     temp1[1] = _mm_mul_epi32(temp1[1], pair_c0);

Error: COMPILER_WARNING: [#def732]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:44:14: note[note]: called from here
#   42|     temp1[2] = _mm_mul_epi32(temp1[0], pair_c1);
#   43|     temp1[3] = _mm_mul_epi32(temp1[1], pair_c1);
#   44|->   temp1[0] = _mm_mul_epi32(temp1[0], pair_c0);
#   45|     temp1[1] = _mm_mul_epi32(temp1[1], pair_c0);
#   46|     temp2[2] = _mm_mul_epi32(temp2[0], pair_c0);

Error: COMPILER_WARNING: [#def733]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:45:14: note[note]: called from here
#   43|     temp1[3] = _mm_mul_epi32(temp1[1], pair_c1);
#   44|     temp1[0] = _mm_mul_epi32(temp1[0], pair_c0);
#   45|->   temp1[1] = _mm_mul_epi32(temp1[1], pair_c0);
#   46|     temp2[2] = _mm_mul_epi32(temp2[0], pair_c0);
#   47|     temp2[3] = _mm_mul_epi32(temp2[1], pair_c0);

Error: COMPILER_WARNING: [#def734]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:46:14: note[note]: called from here
#   44|     temp1[0] = _mm_mul_epi32(temp1[0], pair_c0);
#   45|     temp1[1] = _mm_mul_epi32(temp1[1], pair_c0);
#   46|->   temp2[2] = _mm_mul_epi32(temp2[0], pair_c0);
#   47|     temp2[3] = _mm_mul_epi32(temp2[1], pair_c0);
#   48|     temp2[0] = _mm_mul_epi32(temp2[0], pair_c1);

Error: COMPILER_WARNING: [#def735]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:47:14: note[note]: called from here
#   45|     temp1[1] = _mm_mul_epi32(temp1[1], pair_c0);
#   46|     temp2[2] = _mm_mul_epi32(temp2[0], pair_c0);
#   47|->   temp2[3] = _mm_mul_epi32(temp2[1], pair_c0);
#   48|     temp2[0] = _mm_mul_epi32(temp2[0], pair_c1);
#   49|     temp2[1] = _mm_mul_epi32(temp2[1], pair_c1);

Error: COMPILER_WARNING: [#def736]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:48:14: note[note]: called from here
#   46|     temp2[2] = _mm_mul_epi32(temp2[0], pair_c0);
#   47|     temp2[3] = _mm_mul_epi32(temp2[1], pair_c0);
#   48|->   temp2[0] = _mm_mul_epi32(temp2[0], pair_c1);
#   49|     temp2[1] = _mm_mul_epi32(temp2[1], pair_c1);
#   50|     temp1[0] = _mm_sub_epi64(temp1[0], temp2[0]);

Error: COMPILER_WARNING: [#def737]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_inv_txfm_sse4.h:49:14: note[note]: called from here
#   47|     temp2[3] = _mm_mul_epi32(temp2[1], pair_c0);
#   48|     temp2[0] = _mm_mul_epi32(temp2[0], pair_c1);
#   49|->   temp2[1] = _mm_mul_epi32(temp2[1], pair_c1);
#   50|     temp1[0] = _mm_sub_epi64(temp1[0], temp2[0]);
#   51|     temp1[1] = _mm_sub_epi64(temp1[1], temp2[1]);

Error: COMPILER_WARNING: [#def738]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_avx2.c:21:9: note[note]: called from here
#   19|     const __m128i dc = _mm_unpacklo_epi16(*p, sign);
#   20|     const __m128i ac = _mm_unpackhi_epi16(*p, sign);
#   21|->   *qp = _mm256_insertf128_si256(_mm256_castsi128_si256(dc), ac, 1);
#   22|   }
#   23|   

Error: COMPILER_WARNING: [#def739]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:32:24: note[note]: called from here
#   30|     for (i = 0; i < height; ++i) {
#   31|       // load src and all ref[]
#   32|->     const __m256i s0 = _mm256_load_si256((const __m256i *)src);
#   33|       const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   34|       const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));

Error: COMPILER_WARNING: [#def740]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:33:24: note[note]: called from here
#   31|       // load src and all ref[]
#   32|       const __m256i s0 = _mm256_load_si256((const __m256i *)src);
#   33|->     const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   34|       const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));
#   35|       const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));

Error: COMPILER_WARNING: [#def741]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:34:24: note[note]: called from here
#   32|       const __m256i s0 = _mm256_load_si256((const __m256i *)src);
#   33|       const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   34|->     const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));
#   35|       const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));
#   36|       int x;

Error: COMPILER_WARNING: [#def742]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:35:24: note[note]: called from here
#   33|       const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   34|       const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));
#   35|->     const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));
#   36|       int x;
#   37|   

Error: COMPILER_WARNING: [#def743]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:40:14: note[note]: called from here
#   38|       for (x = 0; x < 4; ++x) {
#   39|         __m256i r[4];
#   40|->       r[0] = _mm256_loadu_si256((const __m256i *)refs[x]);
#   41|         r[1] = _mm256_loadu_si256((const __m256i *)(refs[x] + 16));
#   42|         r[2] = _mm256_loadu_si256((const __m256i *)(refs[x] + 32));

Error: COMPILER_WARNING: [#def744]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:41:14: note[note]: called from here
#   39|         __m256i r[4];
#   40|         r[0] = _mm256_loadu_si256((const __m256i *)refs[x]);
#   41|->       r[1] = _mm256_loadu_si256((const __m256i *)(refs[x] + 16));
#   42|         r[2] = _mm256_loadu_si256((const __m256i *)(refs[x] + 32));
#   43|         r[3] = _mm256_loadu_si256((const __m256i *)(refs[x] + 48));

Error: COMPILER_WARNING: [#def745]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:42:14: note[note]: called from here
#   40|         r[0] = _mm256_loadu_si256((const __m256i *)refs[x]);
#   41|         r[1] = _mm256_loadu_si256((const __m256i *)(refs[x] + 16));
#   42|->       r[2] = _mm256_loadu_si256((const __m256i *)(refs[x] + 32));
#   43|         r[3] = _mm256_loadu_si256((const __m256i *)(refs[x] + 48));
#   44|   

Error: COMPILER_WARNING: [#def746]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:43:14: note[note]: called from here
#   41|         r[1] = _mm256_loadu_si256((const __m256i *)(refs[x] + 16));
#   42|         r[2] = _mm256_loadu_si256((const __m256i *)(refs[x] + 32));
#   43|->       r[3] = _mm256_loadu_si256((const __m256i *)(refs[x] + 48));
#   44|   
#   45|         // absolute differences between every ref[] to src

Error: COMPILER_WARNING: [#def747]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:46:14: note[note]: called from here
#   44|   
#   45|         // absolute differences between every ref[] to src
#   46|->       r[0] = _mm256_abs_epi16(_mm256_sub_epi16(r[0], s0));
#   47|         r[1] = _mm256_abs_epi16(_mm256_sub_epi16(r[1], s1));
#   48|         r[2] = _mm256_abs_epi16(_mm256_sub_epi16(r[2], s2));

Error: COMPILER_WARNING: [#def748]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:47:14: note[note]: called from here
#   45|         // absolute differences between every ref[] to src
#   46|         r[0] = _mm256_abs_epi16(_mm256_sub_epi16(r[0], s0));
#   47|->       r[1] = _mm256_abs_epi16(_mm256_sub_epi16(r[1], s1));
#   48|         r[2] = _mm256_abs_epi16(_mm256_sub_epi16(r[2], s2));
#   49|         r[3] = _mm256_abs_epi16(_mm256_sub_epi16(r[3], s3));

Error: COMPILER_WARNING: [#def749]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:48:14: note[note]: called from here
#   46|         r[0] = _mm256_abs_epi16(_mm256_sub_epi16(r[0], s0));
#   47|         r[1] = _mm256_abs_epi16(_mm256_sub_epi16(r[1], s1));
#   48|->       r[2] = _mm256_abs_epi16(_mm256_sub_epi16(r[2], s2));
#   49|         r[3] = _mm256_abs_epi16(_mm256_sub_epi16(r[3], s3));
#   50|   

Error: COMPILER_WARNING: [#def750]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:49:14: note[note]: called from here
#   47|         r[1] = _mm256_abs_epi16(_mm256_sub_epi16(r[1], s1));
#   48|         r[2] = _mm256_abs_epi16(_mm256_sub_epi16(r[2], s2));
#   49|->       r[3] = _mm256_abs_epi16(_mm256_sub_epi16(r[3], s3));
#   50|   
#   51|         // sum every abs diff

Error: COMPILER_WARNING: [#def751]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:52:20: note[note]: called from here
#   50|   
#   51|         // sum every abs diff
#   52|->       sums_16[x] = _mm256_add_epi16(sums_16[x], _mm256_add_epi16(r[0], r[1]));
#   53|         sums_16[x] = _mm256_add_epi16(sums_16[x], _mm256_add_epi16(r[2], r[3]));
#   54|       }

Error: COMPILER_WARNING: [#def752]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_avx2.c:53:20: note[note]: called from here
#   51|         // sum every abs diff
#   52|         sums_16[x] = _mm256_add_epi16(sums_16[x], _mm256_add_epi16(r[0], r[1]));
#   53|->       sums_16[x] = _mm256_add_epi16(sums_16[x], _mm256_add_epi16(r[2], r[3]));
#   54|       }
#   55|   

Error: COMPILER_WARNING: [#def753]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:29:24: note[note]: called from here
#   27|     for (i = 0; i < height; ++i) {
#   28|       // load src and all ref[]
#   29|->     const __m256i s0 = _mm256_load_si256((const __m256i *)src);
#   30|       const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   31|       const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));

Error: COMPILER_WARNING: [#def754]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:30:24: note[note]: called from here
#   28|       // load src and all ref[]
#   29|       const __m256i s0 = _mm256_load_si256((const __m256i *)src);
#   30|->     const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   31|       const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));
#   32|       const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));

Error: COMPILER_WARNING: [#def755]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:31:24: note[note]: called from here
#   29|       const __m256i s0 = _mm256_load_si256((const __m256i *)src);
#   30|       const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   31|->     const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));
#   32|       const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));
#   33|       const __m256i r0 = _mm256_loadu_si256((const __m256i *)ref);

Error: COMPILER_WARNING: [#def756]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:32:24: note[note]: called from here
#   30|       const __m256i s1 = _mm256_load_si256((const __m256i *)(src + 16));
#   31|       const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));
#   32|->     const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));
#   33|       const __m256i r0 = _mm256_loadu_si256((const __m256i *)ref);
#   34|       const __m256i r1 = _mm256_loadu_si256((const __m256i *)(ref + 16));

Error: COMPILER_WARNING: [#def757]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:33:24: note[note]: called from here
#   31|       const __m256i s2 = _mm256_load_si256((const __m256i *)(src + 32));
#   32|       const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));
#   33|->     const __m256i r0 = _mm256_loadu_si256((const __m256i *)ref);
#   34|       const __m256i r1 = _mm256_loadu_si256((const __m256i *)(ref + 16));
#   35|       const __m256i r2 = _mm256_loadu_si256((const __m256i *)(ref + 32));

Error: COMPILER_WARNING: [#def758]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:34:24: note[note]: called from here
#   32|       const __m256i s3 = _mm256_load_si256((const __m256i *)(src + 48));
#   33|       const __m256i r0 = _mm256_loadu_si256((const __m256i *)ref);
#   34|->     const __m256i r1 = _mm256_loadu_si256((const __m256i *)(ref + 16));
#   35|       const __m256i r2 = _mm256_loadu_si256((const __m256i *)(ref + 32));
#   36|       const __m256i r3 = _mm256_loadu_si256((const __m256i *)(ref + 48));

Error: COMPILER_WARNING: [#def759]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:35:24: note[note]: called from here
#   33|       const __m256i r0 = _mm256_loadu_si256((const __m256i *)ref);
#   34|       const __m256i r1 = _mm256_loadu_si256((const __m256i *)(ref + 16));
#   35|->     const __m256i r2 = _mm256_loadu_si256((const __m256i *)(ref + 32));
#   36|       const __m256i r3 = _mm256_loadu_si256((const __m256i *)(ref + 48));
#   37|       // absolute differences between every ref[] to src

Error: COMPILER_WARNING: [#def760]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:36:24: note[note]: called from here
#   34|       const __m256i r1 = _mm256_loadu_si256((const __m256i *)(ref + 16));
#   35|       const __m256i r2 = _mm256_loadu_si256((const __m256i *)(ref + 32));
#   36|->     const __m256i r3 = _mm256_loadu_si256((const __m256i *)(ref + 48));
#   37|       // absolute differences between every ref[] to src
#   38|       const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0));

Error: COMPILER_WARNING: [#def761]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:38:31: note[note]: called from here
#   36|       const __m256i r3 = _mm256_loadu_si256((const __m256i *)(ref + 48));
#   37|       // absolute differences between every ref[] to src
#   38|->     const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0));
#   39|       const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(r1, s1));
#   40|       const __m256i abs_diff2 = _mm256_abs_epi16(_mm256_sub_epi16(r2, s2));

Error: COMPILER_WARNING: [#def762]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:39:31: note[note]: called from here
#   37|       // absolute differences between every ref[] to src
#   38|       const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0));
#   39|->     const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(r1, s1));
#   40|       const __m256i abs_diff2 = _mm256_abs_epi16(_mm256_sub_epi16(r2, s2));
#   41|       const __m256i abs_diff3 = _mm256_abs_epi16(_mm256_sub_epi16(r3, s3));

Error: COMPILER_WARNING: [#def763]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:40:31: note[note]: called from here
#   38|       const __m256i abs_diff0 = _mm256_abs_epi16(_mm256_sub_epi16(r0, s0));
#   39|       const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(r1, s1));
#   40|->     const __m256i abs_diff2 = _mm256_abs_epi16(_mm256_sub_epi16(r2, s2));
#   41|       const __m256i abs_diff3 = _mm256_abs_epi16(_mm256_sub_epi16(r3, s3));
#   42|       // sum every abs diff

Error: COMPILER_WARNING: [#def764]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:41:31: note[note]: called from here
#   39|       const __m256i abs_diff1 = _mm256_abs_epi16(_mm256_sub_epi16(r1, s1));
#   40|       const __m256i abs_diff2 = _mm256_abs_epi16(_mm256_sub_epi16(r2, s2));
#   41|->     const __m256i abs_diff3 = _mm256_abs_epi16(_mm256_sub_epi16(r3, s3));
#   42|       // sum every abs diff
#   43|       *sums_16 =

Error: COMPILER_WARNING: [#def765]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:44:9: note[note]: called from here
#   42|       // sum every abs diff
#   43|       *sums_16 =
#   44|->         _mm256_add_epi16(*sums_16, _mm256_add_epi16(abs_diff0, abs_diff1));
#   45|       *sums_16 =
#   46|           _mm256_add_epi16(*sums_16, _mm256_add_epi16(abs_diff2, abs_diff3));

Error: COMPILER_WARNING: [#def766]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_avx2.c:46:9: note[note]: called from here
#   44|           _mm256_add_epi16(*sums_16, _mm256_add_epi16(abs_diff0, abs_diff1));
#   45|       *sums_16 =
#   46|->         _mm256_add_epi16(*sums_16, _mm256_add_epi16(abs_diff2, abs_diff3));
#   47|   
#   48|       src += src_stride;

Error: COMPILER_WARNING: [#def767]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_avx2.c:302:14: note[note]: called from here
#  300|     const int bound = size - 1;
#  301|     while (i < num) {
#  302|->     out[i] = _mm256_add_epi16(in[i], in[bound - i]);
#  303|       out[bound - i] = _mm256_sub_epi16(in[i], in[bound - i]);
#  304|       i++;

Error: COMPILER_WARNING: [#def768]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_avx2.c:303:22: note[note]: called from here
#  301|     while (i < num) {
#  302|       out[i] = _mm256_add_epi16(in[i], in[bound - i]);
#  303|->     out[bound - i] = _mm256_sub_epi16(in[i], in[bound - i]);
#  304|       i++;
#  305|     }

Error: COMPILER_WARNING: [#def769]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:47:14: note[note]: called from here
#   45|     tmp[2] = _mm_unpacklo_epi64(io[1], io[1]);
#   46|     tmp[3] = _mm_unpackhi_epi64(io[1], io[1]);
#   47|->   step1[4] = _mm_mulhrs_epi16(tmp[1], cp_28d_4d);    // step1 4&7
#   48|     step1[5] = _mm_mulhrs_epi16(tmp[3], cp_n20d_12d);  // step1 5&6
#   49|   

Error: COMPILER_WARNING: [#def770]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:48:14: note[note]: called from here
#   46|     tmp[3] = _mm_unpackhi_epi64(io[1], io[1]);
#   47|     step1[4] = _mm_mulhrs_epi16(tmp[1], cp_28d_4d);    // step1 4&7
#   48|->   step1[5] = _mm_mulhrs_epi16(tmp[3], cp_n20d_12d);  // step1 5&6
#   49|   
#   50|     // stage 2

Error: COMPILER_WARNING: [#def771]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:51:14: note[note]: called from here
#   49|   
#   50|     // stage 2
#   51|->   step2[0] = _mm_mulhrs_epi16(tmp[0], cospi_16_64d);  // step2 0&1
#   52|     step2[2] = _mm_mulhrs_epi16(tmp[2], cp_8d_24d);     // step2 3&2
#   53|     step2[4] = _mm_add_epi16(step1[4], step1[5]);       // step2 4&7

Error: COMPILER_WARNING: [#def772]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:52:14: note[note]: called from here
#   50|     // stage 2
#   51|     step2[0] = _mm_mulhrs_epi16(tmp[0], cospi_16_64d);  // step2 0&1
#   52|->   step2[2] = _mm_mulhrs_epi16(tmp[2], cp_8d_24d);     // step2 3&2
#   53|     step2[4] = _mm_add_epi16(step1[4], step1[5]);       // step2 4&7
#   54|     step2[5] = _mm_sub_epi16(step1[4], step1[5]);       // step2 5&6

Error: COMPILER_WARNING: [#def773]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:76:14: note[note]: called from here
#   74|   
#   75|     // stage 1
#   76|->   step1[4] = _mm_mulhrs_epi16(io[1], cospi_28_64d);
#   77|     step1[7] = _mm_mulhrs_epi16(io[1], cospi_4_64d);
#   78|     step1[5] = _mm_mulhrs_epi16(io[3], cospi_n20_64d);

Error: COMPILER_WARNING: [#def774]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:77:14: note[note]: called from here
#   75|     // stage 1
#   76|     step1[4] = _mm_mulhrs_epi16(io[1], cospi_28_64d);
#   77|->   step1[7] = _mm_mulhrs_epi16(io[1], cospi_4_64d);
#   78|     step1[5] = _mm_mulhrs_epi16(io[3], cospi_n20_64d);
#   79|     step1[6] = _mm_mulhrs_epi16(io[3], cospi_12_64d);

Error: COMPILER_WARNING: [#def775]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:78:14: note[note]: called from here
#   76|     step1[4] = _mm_mulhrs_epi16(io[1], cospi_28_64d);
#   77|     step1[7] = _mm_mulhrs_epi16(io[1], cospi_4_64d);
#   78|->   step1[5] = _mm_mulhrs_epi16(io[3], cospi_n20_64d);
#   79|     step1[6] = _mm_mulhrs_epi16(io[3], cospi_12_64d);
#   80|   

Error: COMPILER_WARNING: [#def776]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:79:14: note[note]: called from here
#   77|     step1[7] = _mm_mulhrs_epi16(io[1], cospi_4_64d);
#   78|     step1[5] = _mm_mulhrs_epi16(io[3], cospi_n20_64d);
#   79|->   step1[6] = _mm_mulhrs_epi16(io[3], cospi_12_64d);
#   80|   
#   81|     // stage 2

Error: COMPILER_WARNING: [#def777]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:82:14: note[note]: called from here
#   80|   
#   81|     // stage 2
#   82|->   step2[0] = _mm_mulhrs_epi16(io[0], cospi_16_64d);  // step2[1] = step2[0]
#   83|     step2[2] = _mm_mulhrs_epi16(io[2], cospi_24_64d);
#   84|     step2[3] = _mm_mulhrs_epi16(io[2], cospi_8_64d);

Error: COMPILER_WARNING: [#def778]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:83:14: note[note]: called from here
#   81|     // stage 2
#   82|     step2[0] = _mm_mulhrs_epi16(io[0], cospi_16_64d);  // step2[1] = step2[0]
#   83|->   step2[2] = _mm_mulhrs_epi16(io[2], cospi_24_64d);
#   84|     step2[3] = _mm_mulhrs_epi16(io[2], cospi_8_64d);
#   85|     step2[4] = _mm_add_epi16(step1[4], step1[5]);

Error: COMPILER_WARNING: [#def779]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h:84:14: note[note]: called from here
#   82|     step2[0] = _mm_mulhrs_epi16(io[0], cospi_16_64d);  // step2[1] = step2[0]
#   83|     step2[2] = _mm_mulhrs_epi16(io[2], cospi_24_64d);
#   84|->   step2[3] = _mm_mulhrs_epi16(io[2], cospi_8_64d);
#   85|     step2[4] = _mm_add_epi16(step1[4], step1[5]);
#   86|     step2[5] = _mm_sub_epi16(step1[4], step1[5]);

Error: COMPILER_WARNING: [#def780]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c:27:7: note[note]: called from here
#   25|   
#   26|     const __m128i thresh_v =
#   27|->       _mm_broadcastb_epi8(_mm_cvtsi32_si128((int)thresh[0]));
#   28|     const __m128i limit_v = _mm_broadcastb_epi8(_mm_cvtsi32_si128((int)limit[0]));
#   29|     const __m128i blimit_v =

Error: COMPILER_WARNING: [#def781]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c:28:27: note[note]: called from here
#   26|     const __m128i thresh_v =
#   27|         _mm_broadcastb_epi8(_mm_cvtsi32_si128((int)thresh[0]));
#   28|->   const __m128i limit_v = _mm_broadcastb_epi8(_mm_cvtsi32_si128((int)limit[0]));
#   29|     const __m128i blimit_v =
#   30|         _mm_broadcastb_epi8(_mm_cvtsi32_si128((int)blimit[0]));

Error: COMPILER_WARNING: [#def782]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c:30:7: note[note]: called from here
#   28|     const __m128i limit_v = _mm_broadcastb_epi8(_mm_cvtsi32_si128((int)limit[0]));
#   29|     const __m128i blimit_v =
#   30|->       _mm_broadcastb_epi8(_mm_cvtsi32_si128((int)blimit[0]));
#   31|   
#   32|     q4p4 = _mm_loadl_epi64((__m128i *)(s - 5 * pitch));

Error: COMPILER_WARNING: [#def783]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:24:7: note[note]: called from here
#   22|       __m256i *shift, int log_scale) {
#   23|     *zbin =
#   24|->       _mm256_castsi128_si256(_mm_load_si128((const __m128i *)mb_plane->zbin));
#   25|     *zbin = _mm256_permute4x64_epi64(*zbin, 0x54);
#   26|     if (log_scale > 0) {

Error: COMPILER_WARNING: [#def784]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:25:11: note[note]: called from here
#   23|     *zbin =
#   24|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)mb_plane->zbin));
#   25|->   *zbin = _mm256_permute4x64_epi64(*zbin, 0x54);
#   26|     if (log_scale > 0) {
#   27|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));

Error: COMPILER_WARNING: [#def785]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:27:25: note[note]: called from here
#   25|     *zbin = _mm256_permute4x64_epi64(*zbin, 0x54);
#   26|     if (log_scale > 0) {
#   27|->     const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   28|       *zbin = _mm256_add_epi16(*zbin, rnd);
#   29|       *zbin = _mm256_srai_epi16(*zbin, log_scale);

Error: COMPILER_WARNING: [#def786]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:28:13: note[note]: called from here
#   26|     if (log_scale > 0) {
#   27|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   28|->     *zbin = _mm256_add_epi16(*zbin, rnd);
#   29|       *zbin = _mm256_srai_epi16(*zbin, log_scale);
#   30|     }

Error: COMPILER_WARNING: [#def787]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:29:13: note[note]: called from here
#   27|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   28|       *zbin = _mm256_add_epi16(*zbin, rnd);
#   29|->     *zbin = _mm256_srai_epi16(*zbin, log_scale);
#   30|     }
#   31|     // Subtracting 1 here eliminates a _mm256_cmpeq_epi16() instruction when

Error: COMPILER_WARNING: [#def788]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:33:11: note[note]: called from here
#   31|     // Subtracting 1 here eliminates a _mm256_cmpeq_epi16() instruction when
#   32|     // calculating the zbin mask. (See quantize_b_logscale{0,1,2}_16)
#   33|->   *zbin = _mm256_sub_epi16(*zbin, _mm256_set1_epi16(1));
#   34|   
#   35|     *round =

Error: COMPILER_WARNING: [#def789]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:36:7: note[note]: called from here
#   34|   
#   35|     *round =
#   36|->       _mm256_castsi128_si256(_mm_load_si128((const __m128i *)mb_plane->round));
#   37|     *round = _mm256_permute4x64_epi64(*round, 0x54);
#   38|     if (log_scale > 0) {

Error: COMPILER_WARNING: [#def790]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:37:12: note[note]: called from here
#   35|     *round =
#   36|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)mb_plane->round));
#   37|->   *round = _mm256_permute4x64_epi64(*round, 0x54);
#   38|     if (log_scale > 0) {
#   39|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));

Error: COMPILER_WARNING: [#def791]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:39:25: note[note]: called from here
#   37|     *round = _mm256_permute4x64_epi64(*round, 0x54);
#   38|     if (log_scale > 0) {
#   39|->     const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   40|       *round = _mm256_add_epi16(*round, rnd);
#   41|       *round = _mm256_srai_epi16(*round, log_scale);

Error: COMPILER_WARNING: [#def792]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:40:14: note[note]: called from here
#   38|     if (log_scale > 0) {
#   39|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   40|->     *round = _mm256_add_epi16(*round, rnd);
#   41|       *round = _mm256_srai_epi16(*round, log_scale);
#   42|     }

Error: COMPILER_WARNING: [#def793]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:41:14: note[note]: called from here
#   39|       const __m256i rnd = _mm256_set1_epi16((int16_t)(1 << (log_scale - 1)));
#   40|       *round = _mm256_add_epi16(*round, rnd);
#   41|->     *round = _mm256_srai_epi16(*round, log_scale);
#   42|     }
#   43|   

Error: COMPILER_WARNING: [#def794]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:45:7: note[note]: called from here
#   43|   
#   44|     *quant =
#   45|->       _mm256_castsi128_si256(_mm_load_si128((const __m128i *)mb_plane->quant));
#   46|     *quant = _mm256_permute4x64_epi64(*quant, 0x54);
#   47|     *dequant =

Error: COMPILER_WARNING: [#def795]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:46:12: note[note]: called from here
#   44|     *quant =
#   45|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)mb_plane->quant));
#   46|->   *quant = _mm256_permute4x64_epi64(*quant, 0x54);
#   47|     *dequant =
#   48|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));

Error: COMPILER_WARNING: [#def796]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:48:7: note[note]: called from here
#   46|     *quant = _mm256_permute4x64_epi64(*quant, 0x54);
#   47|     *dequant =
#   48|->       _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));
#   49|     *dequant = _mm256_permute4x64_epi64(*dequant, 0x54);
#   50|     *shift = _mm256_castsi128_si256(

Error: COMPILER_WARNING: [#def797]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:49:14: note[note]: called from here
#   47|     *dequant =
#   48|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));
#   49|->   *dequant = _mm256_permute4x64_epi64(*dequant, 0x54);
#   50|     *shift = _mm256_castsi128_si256(
#   51|         _mm_load_si128((const __m128i *)mb_plane->quant_shift));

Error: COMPILER_WARNING: [#def798]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:50:12: note[note]: called from here
#   48|         _mm256_castsi128_si256(_mm_load_si128((const __m128i *)dequant_ptr));
#   49|     *dequant = _mm256_permute4x64_epi64(*dequant, 0x54);
#   50|->   *shift = _mm256_castsi128_si256(
#   51|         _mm_load_si128((const __m128i *)mb_plane->quant_shift));
#   52|     *shift = _mm256_permute4x64_epi64(*shift, 0x54);

Error: COMPILER_WARNING: [#def799]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_avx2.c:52:12: note[note]: called from here
#   50|     *shift = _mm256_castsi128_si256(
#   51|         _mm_load_si128((const __m128i *)mb_plane->quant_shift));
#   52|->   *shift = _mm256_permute4x64_epi64(*shift, 0x54);
#   53|   }
#   54|   

Error: COMPILER_WARNING: [#def800]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_ssse3.h:25:25: note[note]: called from here
#   23|                                                        tran_low_t *dqcoeff) {
#   24|     // Un-sign to bias rounding like C.
#   25|->   const __m128i coeff = _mm_abs_epi16(qcoeff);
#   26|   
#   27|     const __m128i sign_0 = _mm_unpacklo_epi16(zero, qcoeff);

Error: COMPILER_WARNING: [#def801]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_ssse3.h:39:17: note[note]: called from here
#   37|     dqcoeff32_1 = _mm_srli_epi32(dqcoeff32_1, 1);
#   38|   
#   39|->   dqcoeff32_0 = _mm_sign_epi32(dqcoeff32_0, sign_0);
#   40|     dqcoeff32_1 = _mm_sign_epi32(dqcoeff32_1, sign_1);
#   41|   

Error: COMPILER_WARNING: [#def802]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_ssse3.h:40:17: note[note]: called from here
#   38|   
#   39|     dqcoeff32_0 = _mm_sign_epi32(dqcoeff32_0, sign_0);
#   40|->   dqcoeff32_1 = _mm_sign_epi32(dqcoeff32_1, sign_1);
#   41|   
#   42|   #if CONFIG_VP9_HIGHBITDEPTH

Error: COMPILER_WARNING: [#def803]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c:20:22: note[note]: called from here
#   18|   static INLINE void calc_final_4(const __m256i *const sums /*[4]*/,
#   19|                                   uint32_t sad_array[4]) {
#   20|->   const __m256i t0 = _mm256_hadd_epi32(sums[0], sums[1]);
#   21|     const __m256i t1 = _mm256_hadd_epi32(sums[2], sums[3]);
#   22|     const __m256i t2 = _mm256_hadd_epi32(t0, t1);

Error: COMPILER_WARNING: [#def804]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c:21:22: note[note]: called from here
#   19|                                   uint32_t sad_array[4]) {
#   20|     const __m256i t0 = _mm256_hadd_epi32(sums[0], sums[1]);
#   21|->   const __m256i t1 = _mm256_hadd_epi32(sums[2], sums[3]);
#   22|     const __m256i t2 = _mm256_hadd_epi32(t0, t1);
#   23|     const __m128i sum = _mm_add_epi32(_mm256_castsi256_si128(t2),

Error: COMPILER_WARNING: [#def805]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c:22:22: note[note]: called from here
#   20|     const __m256i t0 = _mm256_hadd_epi32(sums[0], sums[1]);
#   21|     const __m256i t1 = _mm256_hadd_epi32(sums[2], sums[3]);
#   22|->   const __m256i t2 = _mm256_hadd_epi32(t0, t1);
#   23|     const __m128i sum = _mm_add_epi32(_mm256_castsi256_si128(t2),
#   24|                                       _mm256_extractf128_si256(t2, 1));

Error: COMPILER_WARNING: [#def806]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c:23:23: note[note]: called from here
#   21|     const __m256i t1 = _mm256_hadd_epi32(sums[2], sums[3]);
#   22|     const __m256i t2 = _mm256_hadd_epi32(t0, t1);
#   23|->   const __m128i sum = _mm_add_epi32(_mm256_castsi256_si128(t2),
#   24|                                       _mm256_extractf128_si256(t2, 1));
#   25|     _mm_storeu_si128((__m128i *)sad_array, sum);

Error: COMPILER_WARNING: [#def807]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:19:21: note[note]: called from here
#   17|     int i, res;
#   18|     __m256i sad1_reg, sad2_reg, ref1_reg, ref2_reg;
#   19|->   __m256i sum_sad = _mm256_setzero_si256();
#   20|     __m256i sum_sad_h;
#   21|     __m128i sum_sad128;

Error: COMPILER_WARNING: [#def808]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:23:16: note[note]: called from here
#   21|     __m128i sum_sad128;
#   22|     for (i = 0; i < h; i++) {
#   23|->     ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr);
#   24|       ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32));
#   25|       sad1_reg =

Error: COMPILER_WARNING: [#def809]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:24:16: note[note]: called from here
#   22|     for (i = 0; i < h; i++) {
#   23|       ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr);
#   24|->     ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32));
#   25|       sad1_reg =
#   26|           _mm256_sad_epu8(ref1_reg, _mm256_loadu_si256((__m256i const *)src_ptr));

Error: COMPILER_WARNING: [#def810]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:26:9: note[note]: called from here
#   24|       ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32));
#   25|       sad1_reg =
#   26|->         _mm256_sad_epu8(ref1_reg, _mm256_loadu_si256((__m256i const *)src_ptr));
#   27|       sad2_reg = _mm256_sad_epu8(
#   28|           ref2_reg, _mm256_loadu_si256((__m256i const *)(src_ptr + 32)));

Error: COMPILER_WARNING: [#def811]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:27:16: note[note]: called from here
#   25|       sad1_reg =
#   26|           _mm256_sad_epu8(ref1_reg, _mm256_loadu_si256((__m256i const *)src_ptr));
#   27|->     sad2_reg = _mm256_sad_epu8(
#   28|           ref2_reg, _mm256_loadu_si256((__m256i const *)(src_ptr + 32)));
#   29|       sum_sad = _mm256_add_epi32(sum_sad, _mm256_add_epi32(sad1_reg, sad2_reg));

Error: COMPILER_WARNING: [#def812]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:29:15: note[note]: called from here
#   27|       sad2_reg = _mm256_sad_epu8(
#   28|           ref2_reg, _mm256_loadu_si256((__m256i const *)(src_ptr + 32)));
#   29|->     sum_sad = _mm256_add_epi32(sum_sad, _mm256_add_epi32(sad1_reg, sad2_reg));
#   30|       ref_ptr += ref_stride;
#   31|       src_ptr += src_stride;

Error: COMPILER_WARNING: [#def813]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:33:15: note[note]: called from here
#   31|       src_ptr += src_stride;
#   32|     }
#   33|->   sum_sad_h = _mm256_srli_si256(sum_sad, 8);
#   34|     sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   35|     sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);

Error: COMPILER_WARNING: [#def814]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:34:13: note[note]: called from here
#   32|     }
#   33|     sum_sad_h = _mm256_srli_si256(sum_sad, 8);
#   34|->   sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   35|     sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);
#   36|     sum_sad128 = _mm_add_epi32(_mm256_castsi256_si128(sum_sad), sum_sad128);

Error: COMPILER_WARNING: [#def815]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:35:16: note[note]: called from here
#   33|     sum_sad_h = _mm256_srli_si256(sum_sad, 8);
#   34|     sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   35|->   sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);
#   36|     sum_sad128 = _mm_add_epi32(_mm256_castsi256_si128(sum_sad), sum_sad128);
#   37|     res = _mm_cvtsi128_si32(sum_sad128);

Error: COMPILER_WARNING: [#def816]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c:36:16: note[note]: called from here
#   34|     sum_sad = _mm256_add_epi32(sum_sad, sum_sad_h);
#   35|     sum_sad128 = _mm256_extracti128_si256(sum_sad, 1);
#   36|->   sum_sad128 = _mm_add_epi32(_mm256_castsi256_si128(sum_sad), sum_sad128);
#   37|     res = _mm_cvtsi128_si32(sum_sad128);
#   38|     return res;

Error: COMPILER_WARNING: [#def817]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:23:24: note[note]: called from here
#   21|   static INLINE void sse_w32_avx2(__m256i *sum, const uint8_t *a,
#   22|                                   const uint8_t *b) {
#   23|->   const __m256i v_a0 = _mm256_loadu_si256((const __m256i *)a);
#   24|     const __m256i v_b0 = _mm256_loadu_si256((const __m256i *)b);
#   25|     const __m256i zero = _mm256_setzero_si256();

Error: COMPILER_WARNING: [#def818]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:24:24: note[note]: called from here
#   22|                                   const uint8_t *b) {
#   23|     const __m256i v_a0 = _mm256_loadu_si256((const __m256i *)a);
#   24|->   const __m256i v_b0 = _mm256_loadu_si256((const __m256i *)b);
#   25|     const __m256i zero = _mm256_setzero_si256();
#   26|     const __m256i v_a00_w = _mm256_unpacklo_epi8(v_a0, zero);

Error: COMPILER_WARNING: [#def819]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:25:24: note[note]: called from here
#   23|     const __m256i v_a0 = _mm256_loadu_si256((const __m256i *)a);
#   24|     const __m256i v_b0 = _mm256_loadu_si256((const __m256i *)b);
#   25|->   const __m256i zero = _mm256_setzero_si256();
#   26|     const __m256i v_a00_w = _mm256_unpacklo_epi8(v_a0, zero);
#   27|     const __m256i v_a01_w = _mm256_unpackhi_epi8(v_a0, zero);

Error: COMPILER_WARNING: [#def820]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:26:27: note[note]: called from here
#   24|     const __m256i v_b0 = _mm256_loadu_si256((const __m256i *)b);
#   25|     const __m256i zero = _mm256_setzero_si256();
#   26|->   const __m256i v_a00_w = _mm256_unpacklo_epi8(v_a0, zero);
#   27|     const __m256i v_a01_w = _mm256_unpackhi_epi8(v_a0, zero);
#   28|     const __m256i v_b00_w = _mm256_unpacklo_epi8(v_b0, zero);

Error: COMPILER_WARNING: [#def821]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:27:27: note[note]: called from here
#   25|     const __m256i zero = _mm256_setzero_si256();
#   26|     const __m256i v_a00_w = _mm256_unpacklo_epi8(v_a0, zero);
#   27|->   const __m256i v_a01_w = _mm256_unpackhi_epi8(v_a0, zero);
#   28|     const __m256i v_b00_w = _mm256_unpacklo_epi8(v_b0, zero);
#   29|     const __m256i v_b01_w = _mm256_unpackhi_epi8(v_b0, zero);

Error: COMPILER_WARNING: [#def822]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:28:27: note[note]: called from here
#   26|     const __m256i v_a00_w = _mm256_unpacklo_epi8(v_a0, zero);
#   27|     const __m256i v_a01_w = _mm256_unpackhi_epi8(v_a0, zero);
#   28|->   const __m256i v_b00_w = _mm256_unpacklo_epi8(v_b0, zero);
#   29|     const __m256i v_b01_w = _mm256_unpackhi_epi8(v_b0, zero);
#   30|     const __m256i v_d00_w = _mm256_sub_epi16(v_a00_w, v_b00_w);

Error: COMPILER_WARNING: [#def823]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:29:27: note[note]: called from here
#   27|     const __m256i v_a01_w = _mm256_unpackhi_epi8(v_a0, zero);
#   28|     const __m256i v_b00_w = _mm256_unpacklo_epi8(v_b0, zero);
#   29|->   const __m256i v_b01_w = _mm256_unpackhi_epi8(v_b0, zero);
#   30|     const __m256i v_d00_w = _mm256_sub_epi16(v_a00_w, v_b00_w);
#   31|     const __m256i v_d01_w = _mm256_sub_epi16(v_a01_w, v_b01_w);

Error: COMPILER_WARNING: [#def824]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:30:27: note[note]: called from here
#   28|     const __m256i v_b00_w = _mm256_unpacklo_epi8(v_b0, zero);
#   29|     const __m256i v_b01_w = _mm256_unpackhi_epi8(v_b0, zero);
#   30|->   const __m256i v_d00_w = _mm256_sub_epi16(v_a00_w, v_b00_w);
#   31|     const __m256i v_d01_w = _mm256_sub_epi16(v_a01_w, v_b01_w);
#   32|     *sum = _mm256_add_epi32(*sum, _mm256_madd_epi16(v_d00_w, v_d00_w));

Error: COMPILER_WARNING: [#def825]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:31:27: note[note]: called from here
#   29|     const __m256i v_b01_w = _mm256_unpackhi_epi8(v_b0, zero);
#   30|     const __m256i v_d00_w = _mm256_sub_epi16(v_a00_w, v_b00_w);
#   31|->   const __m256i v_d01_w = _mm256_sub_epi16(v_a01_w, v_b01_w);
#   32|     *sum = _mm256_add_epi32(*sum, _mm256_madd_epi16(v_d00_w, v_d00_w));
#   33|     *sum = _mm256_add_epi32(*sum, _mm256_madd_epi16(v_d01_w, v_d01_w));

Error: COMPILER_WARNING: [#def826]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:32:10: note[note]: called from here
#   30|     const __m256i v_d00_w = _mm256_sub_epi16(v_a00_w, v_b00_w);
#   31|     const __m256i v_d01_w = _mm256_sub_epi16(v_a01_w, v_b01_w);
#   32|->   *sum = _mm256_add_epi32(*sum, _mm256_madd_epi16(v_d00_w, v_d00_w));
#   33|     *sum = _mm256_add_epi32(*sum, _mm256_madd_epi16(v_d01_w, v_d01_w));
#   34|   }

Error: COMPILER_WARNING: [#def827]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_avx2.c:33:10: note[note]: called from here
#   31|     const __m256i v_d01_w = _mm256_sub_epi16(v_a01_w, v_b01_w);
#   32|     *sum = _mm256_add_epi32(*sum, _mm256_madd_epi16(v_d00_w, v_d00_w));
#   33|->   *sum = _mm256_add_epi32(*sum, _mm256_madd_epi16(v_d01_w, v_d01_w));
#   34|   }
#   35|   

Error: COMPILER_WARNING: [#def828]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_sse4.c:44:27: note[note]: called from here
#   42|     const __m128i v_a0 = _mm_loadu_si128((const __m128i *)a);
#   43|     const __m128i v_b0 = _mm_loadu_si128((const __m128i *)b);
#   44|->   const __m128i v_a00_w = _mm_cvtepu8_epi16(v_a0);
#   45|     const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   46|     const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);

Error: COMPILER_WARNING: [#def829]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_sse4.c:45:27: note[note]: called from here
#   43|     const __m128i v_b0 = _mm_loadu_si128((const __m128i *)b);
#   44|     const __m128i v_a00_w = _mm_cvtepu8_epi16(v_a0);
#   45|->   const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   46|     const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);
#   47|     const __m128i v_b01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_b0, 8));

Error: COMPILER_WARNING: [#def830]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_sse4.c:46:27: note[note]: called from here
#   44|     const __m128i v_a00_w = _mm_cvtepu8_epi16(v_a0);
#   45|     const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   46|->   const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);
#   47|     const __m128i v_b01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_b0, 8));
#   48|     const __m128i v_d00_w = _mm_sub_epi16(v_a00_w, v_b00_w);

Error: COMPILER_WARNING: [#def831]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sse_sse4.c:47:27: note[note]: called from here
#   45|     const __m128i v_a01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_a0, 8));
#   46|     const __m128i v_b00_w = _mm_cvtepu8_epi16(v_b0);
#   47|->   const __m128i v_b01_w = _mm_cvtepu8_epi16(_mm_srli_si128(v_b0, 8));
#   48|     const __m128i v_d00_w = _mm_sub_epi16(v_a00_w, v_b00_w);
#   49|     const __m128i v_d01_w = _mm_sub_epi16(v_a01_w, v_b01_w);

Error: COMPILER_WARNING: [#def832]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_avx2.c:37:23: note[note]: called from here
#   35|     int j;
#   36|     for (j = 0; j < rows; ++j) {
#   37|->     const __m128i s = _mm_lddqu_si128((const __m128i *)src_ptr);
#   38|       const __m128i p = _mm_lddqu_si128((const __m128i *)pred_ptr);
#   39|       const __m256i s_0 = _mm256_cvtepu8_epi16(s);

Error: COMPILER_WARNING: [#def833]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_avx2.c:38:23: note[note]: called from here
#   36|     for (j = 0; j < rows; ++j) {
#   37|       const __m128i s = _mm_lddqu_si128((const __m128i *)src_ptr);
#   38|->     const __m128i p = _mm_lddqu_si128((const __m128i *)pred_ptr);
#   39|       const __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   40|       const __m256i p_0 = _mm256_cvtepu8_epi16(p);

Error: COMPILER_WARNING: [#def834]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_avx2.c:39:25: note[note]: called from here
#   37|       const __m128i s = _mm_lddqu_si128((const __m128i *)src_ptr);
#   38|       const __m128i p = _mm_lddqu_si128((const __m128i *)pred_ptr);
#   39|->     const __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   40|       const __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   41|       const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);

Error: COMPILER_WARNING: [#def835]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_avx2.c:40:25: note[note]: called from here
#   38|       const __m128i p = _mm_lddqu_si128((const __m128i *)pred_ptr);
#   39|       const __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   40|->     const __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   41|       const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);
#   42|       _mm256_storeu_si256((__m256i *)diff_ptr, d_0);

Error: COMPILER_WARNING: [#def836]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_avx2.c:41:25: note[note]: called from here
#   39|       const __m256i s_0 = _mm256_cvtepu8_epi16(s);
#   40|       const __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   41|->     const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);
#   42|       _mm256_storeu_si256((__m256i *)diff_ptr, d_0);
#   43|       src_ptr += src_stride;

Error: COMPILER_WARNING: [#def837]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_avx2.c:42:5: note[note]: called from here
#   40|       const __m256i p_0 = _mm256_cvtepu8_epi16(p);
#   41|       const __m256i d_0 = _mm256_sub_epi16(s_0, p_0);
#   42|->     _mm256_storeu_si256((__m256i *)diff_ptr, d_0);
#   43|       src_ptr += src_stride;
#   44|       pred_ptr += pred_stride;

Error: COMPILER_WARNING: [#def838]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:44:27: note[note]: called from here
#   42|                                           __m256i *const sse,
#   43|                                           __m256i *const sum) {
#   44|->   const __m256i adj_sub = _mm256_load_si256((__m256i const *)adjacent_sub_avx2);
#   45|   
#   46|     // unpack into pairs of source and reference values

Error: COMPILER_WARNING: [#def839]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:47:28: note[note]: called from here
#   45|   
#   46|     // unpack into pairs of source and reference values
#   47|->   const __m256i src_ref0 = _mm256_unpacklo_epi8(src, ref);
#   48|     const __m256i src_ref1 = _mm256_unpackhi_epi8(src, ref);
#   49|   

Error: COMPILER_WARNING: [#def840]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:48:28: note[note]: called from here
#   46|     // unpack into pairs of source and reference values
#   47|     const __m256i src_ref0 = _mm256_unpacklo_epi8(src, ref);
#   48|->   const __m256i src_ref1 = _mm256_unpackhi_epi8(src, ref);
#   49|   
#   50|     // subtract adjacent elements using src*1 + ref*-1

Error: COMPILER_WARNING: [#def841]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:51:25: note[note]: called from here
#   49|   
#   50|     // subtract adjacent elements using src*1 + ref*-1
#   51|->   const __m256i diff0 = _mm256_maddubs_epi16(src_ref0, adj_sub);
#   52|     const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   53|     const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);

Error: COMPILER_WARNING: [#def842]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:52:25: note[note]: called from here
#   50|     // subtract adjacent elements using src*1 + ref*-1
#   51|     const __m256i diff0 = _mm256_maddubs_epi16(src_ref0, adj_sub);
#   52|->   const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   53|     const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);
#   54|     const __m256i madd1 = _mm256_madd_epi16(diff1, diff1);

Error: COMPILER_WARNING: [#def843]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:53:25: note[note]: called from here
#   51|     const __m256i diff0 = _mm256_maddubs_epi16(src_ref0, adj_sub);
#   52|     const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   53|->   const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);
#   54|     const __m256i madd1 = _mm256_madd_epi16(diff1, diff1);
#   55|   

Error: COMPILER_WARNING: [#def844]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:54:25: note[note]: called from here
#   52|     const __m256i diff1 = _mm256_maddubs_epi16(src_ref1, adj_sub);
#   53|     const __m256i madd0 = _mm256_madd_epi16(diff0, diff0);
#   54|->   const __m256i madd1 = _mm256_madd_epi16(diff1, diff1);
#   55|   
#   56|     // add to the running totals

Error: COMPILER_WARNING: [#def845]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:57:10: note[note]: called from here
#   55|   
#   56|     // add to the running totals
#   57|->   *sum = _mm256_add_epi16(*sum, _mm256_add_epi16(diff0, diff1));
#   58|     *sse = _mm256_add_epi32(*sse, _mm256_add_epi32(madd0, madd1));
#   59|   }

Error: COMPILER_WARNING: [#def846]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c:58:10: note[note]: called from here
#   56|     // add to the running totals
#   57|     *sum = _mm256_add_epi16(*sum, _mm256_add_epi16(diff0, diff1));
#   58|->   *sse = _mm256_add_epi32(*sse, _mm256_add_epi32(madd0, madd1));
#   59|   }
#   60|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def847]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:49:3: warning[-Wanalyzer-malloc-leak]: leak of ‘addr’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:57:7: enter_function: entry to ‘vpx_memalign’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:60:8: call_function: inlined call to ‘check_size_argument_overflow’ from ‘vpx_memalign’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:62:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:62:10: acquire_memory: allocated here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:63:6: branch_true: following ‘true’ branch (when ‘addr’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:64:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c:65:5: call_function: inlined call to ‘set_actual_malloc_address’ from ‘vpx_memalign’
#   47|                                         const void *const malloc_addr) {
#   48|     size_t *const malloc_addr_location = get_malloc_address_location(mem);
#   49|->   *malloc_addr_location = (size_t)malloc_addr;
#   50|   }
#   51|   

Error: GCC_ANALYZER_WARNING (CWE-465): [#def848]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/error.c:223:12: warning[-Wanalyzer-deref-before-check]: check of ‘value’ for NULL after already dereferencing it
#  221|   	mask = WARN_ST_ENABLED;
#  222|   
#  223|-> 	if (value && !nasm_strnicmp(value, "error", 5)) {
#  224|   		switch (value[5]) {
#  225|   		case '=':

Error: GCC_ANALYZER_WARNING (CWE-457): [#def849]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1018:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1016|           case 'o':       /* output file */
# 1017|               if (pass == 2)
# 1018|->                 copy_filename(&outname, param, "output");
# 1019|               break;
# 1020|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def850]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1023:24: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1021|           case 'f':       /* output format */
# 1022|               if (pass == 1) {
# 1023|->                 ofmt = ofmt_find(param, &ofmt_alias);
# 1024|                   if (!ofmt) {
# 1025|                       nasm_fatalf(ERR_USAGE, "unrecognised output format `%s' - use -hf for a list", param);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def851]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1034:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1032|                   int opt;
# 1033|   
# 1034|->                 if (!*param) {
# 1035|                       /* Naked -O == -Ox */
# 1036|                       optimizing.level = MAX_OPTIMIZE;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def852]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1078:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1076|           case 'P':
# 1077|               if (pass == 2)
# 1078|->                 preproc->pre_include(param);
# 1079|               break;
# 1080|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def853]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1084:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1082|           case 'D':
# 1083|               if (pass == 2)
# 1084|->                 preproc->pre_define(param);
# 1085|               break;
# 1086|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def854]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1090:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1088|           case 'U':
# 1089|               if (pass == 2)
# 1090|->                 preproc->pre_undefine(param);
# 1091|               break;
# 1092|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def855]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1096:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1094|           case 'I':
# 1095|               if (pass == 1)
# 1096|->                 strlist_add(include_path, param);
# 1097|               break;
# 1098|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def856]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1101:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1099|           case 'l':       /* listing file */
# 1100|               if (pass == 2)
# 1101|->                 copy_filename(&listname, param, "listing");
# 1102|               break;
# 1103|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def857]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1106:24: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1104|           case 'L':        /* listing options */
# 1105|               if (pass == 2) {
# 1106|->                 while (*param)
# 1107|                       list_options |= list_option_mask(*param++);
# 1108|               }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def858]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1113:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1111|           case 'Z':       /* error messages file */
# 1112|               if (pass == 1)
# 1113|->                 copy_filename(&errname, param, "error");
# 1114|               break;
# 1115|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def859]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1119:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1117|               if (pass == 1) {
# 1118|                   using_debug_info = true;
# 1119|->                 debug_format = param;
# 1120|               }
# 1121|               break;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def860]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1125:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1123|           case 'X':       /* specify error reporting format */
# 1124|               if (pass == 1) {
# 1125|->                 if (!nasm_stricmp("vc", param) || !nasm_stricmp("msvc", param) || !nasm_stricmp("ms", param))
# 1126|                       errfmt = &errfmt_msvc;
# 1127|                   else if (!nasm_stricmp("gnu", param) || !nasm_stricmp("gcc", param))

Error: GCC_ANALYZER_WARNING (CWE-457): [#def861]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1178:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1176|           case 'W':
# 1177|               if (pass == 2)
# 1178|->                 set_warning_status(param);
# 1179|           break;
# 1180|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def862]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/quote.c:441:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘escp’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/quote.c:475:8: enter_function: entry to ‘nasm_unquote’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/quote.c:477:12: call_function: calling ‘nasm_unquote_common’ from ‘nasm_unquote’
#  439|   
#  440|                   if (unlikely(p <= escp))
#  441|->                     EMIT(escp[-1]);
#  442|                   else if (state == st_ucs)
#  443|                       EMIT_UTF8(nval);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def863]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:220:9: warning[-Wanalyzer-null-argument]: use of NULL ‘f’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:214:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:218:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:220:9: danger: argument 1 (‘f’) NULL where non-null expected
#  218|       switch (flags & NF_BUF_MASK) {
#  219|       case NF_IONBF:
#  220|->         setvbuf(f, NULL, _IONBF, 0);
#  221|           break;
#  222|       case NF_IOLBF:

Error: GCC_ANALYZER_WARNING (CWE-688): [#def864]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:223:9: warning[-Wanalyzer-null-argument]: use of NULL ‘f’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:214:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:218:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:223:9: danger: argument 1 (‘f’) NULL where non-null expected
#  221|           break;
#  222|       case NF_IOLBF:
#  223|->         setvbuf(f, NULL, _IOLBF, 0);
#  224|           break;
#  225|       case NF_IOFBF:

Error: GCC_ANALYZER_WARNING (CWE-688): [#def865]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:226:9: warning[-Wanalyzer-null-argument]: use of NULL ‘f’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:214:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:218:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:226:9: danger: argument 1 (‘f’) NULL where non-null expected
#  224|           break;
#  225|       case NF_IOFBF:
#  226|->         setvbuf(f, NULL, _IOFBF, 0);
#  227|           break;
#  228|       default:

Error: GCC_ANALYZER_WARNING (CWE-457): [#def866]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:132:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘d’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:333:6: enter_function: entry to ‘saa_wleb128u’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:349:14: branch_false: following ‘false’ branch (when ‘value == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:350:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:350:5: call_function: calling ‘saa_wbytes’ from ‘saa_wleb128u’
#  130|           if (l) {
#  131|               if (d) {
#  132|->                 memcpy(*s->wblk + s->wpos, d, l);
#  133|                   d += l;
#  134|               } else

Error: GCC_ANALYZER_WARNING (CWE-476): [#def867]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:521:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘sym’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:485:8: branch_false: following ‘false’ branch (when ‘shead’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:494:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:507:16: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:510:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:516:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:521:17: danger: dereference of NULL ‘sym’
#  519|   
#  520|       r->address = sect->len;
#  521|->     r->symbol = sym->symnum;
#  522|       r->reltype = type | RELTYPE_SYMFLAG;
#  523|       r->bytes = bytes;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def868]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:566:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘asym’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:557:8: branch_true: following ‘true’ branch (when ‘asym’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:558:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:566:17: danger: dereference of NULL ‘asym’
#  564|   
#  565|       r->address = sect->len;
#  566|->     r->symbol = asym->symnum;
#  567|       r->reltype = RELTYPE_GOTOFF;
#  568|       r->bytes = bytes;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def869]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:224:21: release_memory: ‘nobits’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_true: following ‘true’ branch (when ‘g’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:319:15: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:14: branch_true: following ‘true’ branch (when ‘s’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:35: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:24: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:41: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:21: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:21: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:13: danger: dereference of NULL ‘sections’
#  379|       /* Make sure we have an origin and a start address for the first section. */
#  380|       if (origin_defined) {
#  381|-> 	if (sections->flags & START_DEFINED) {
#  382|               /* Make sure this section doesn't begin before the origin. */
#  383|               if (sections->start < origin)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def870]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:224:21: release_memory: ‘nobits’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_true: following ‘true’ branch (when ‘g’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:319:15: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:14: branch_true: following ‘true’ branch (when ‘s’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:35: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:24: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:41: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:23: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:23: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:15: danger: dereference of NULL ‘sections’
#  390|   	}
#  391|       } else {
#  392|->         if (!(sections->flags & START_DEFINED))
#  393|               sections->start = 0;
#  394|           origin = sections->start;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def871]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1226:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘sec’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1203:16: enter_function: entry to ‘bin_secname’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1212:8: branch_true: following ‘true’ branch (when ‘name’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1214:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1225:15: call_function: calling ‘find_section_by_name’ from ‘bin_secname’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1225:15: return_function: return of NULL to ‘bin_secname’ from ‘find_section_by_name’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1226:9: danger: dereference of NULL ‘sec’
# 1224|           *bits = 16;
# 1225|           sec = find_section_by_name(".text");
# 1226|->         sec->flags |= TYPE_DEFINED | TYPE_PROGBITS;
# 1227|           return sec->vstart_index;
# 1228|       }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def872]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outieee.c:728:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*bits’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outieee.c:1267:13: enter_function: entry to ‘dbgls_init’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outieee.c:1276:5: call_function: inlined call to ‘ieee_segment’ from ‘dbgls_init’
#  726|           seg->currentpos = 0;
#  727|           seg->align = 1;         /* default */
#  728|->         seg->use32 = *bits == 32;       /* default to user spec */
#  729|           seg->combine = CMB_PUBLIC;      /* default */
#  730|           seg->pubhead = NULL;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def873]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1889:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1867:13: enter_function: entry to ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1878:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1878:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1879:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1879:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1880:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1880:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1881:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1881:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1888:9: branch_true: following ‘true’ branch (when ‘p_sect’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1889:31: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1889:22: danger: dereference of NULL ‘get_section_by_index(*p_sect.section)’
# 1887|   
# 1888|           list_for_each(p_sect, dw_head_sect) {
# 1889|->             uint64_t offset = get_section_by_index(p_sect->section)->size;
# 1890|               struct SAA *p_linep = p_sect->psaa;
# 1891|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def874]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:251:58: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pNextIndex’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:182:8: branch_true: following ‘true’ branch (when ‘pNextIndex’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:184:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:241:12: branch_false: following ‘false’ branch (when ‘pNextIndex’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:250:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:250:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:251:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:251:58: danger: dereference of NULL ‘pNextIndex’
#  249|           }
#  250|           if (inst->debug_utils_messengers_list.list &&
#  251|->             inst->debug_utils_messengers_list.capacity > (*pNextIndex) * sizeof(struct loader_used_object_status)) {
#  252|               inst->debug_utils_messengers_list.list[*pNextIndex].status = VK_FALSE;
#  253|               if (NULL != pAllocator) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def875]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:527:58: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘pNextIndex’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:458:8: branch_true: following ‘true’ branch (when ‘pNextIndex’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:460:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:517:12: branch_false: following ‘false’ branch (when ‘pNextIndex’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:526:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:526:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:527:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/debug_utils.c:527:58: danger: dereference of NULL ‘pNextIndex’
#  525|           }
#  526|           if (inst->debug_report_callbacks_list.list &&
#  527|->             inst->debug_report_callbacks_list.capacity > (*pNextIndex) * sizeof(struct loader_used_object_status)) {
#  528|               inst->debug_report_callbacks_list.list[*pNextIndex].status = VK_FALSE;
#  529|               if (NULL != pAllocator) {

Error: GCC_ANALYZER_WARNING (CWE-476): [#def876]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3206:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3204:42: enter_function: entry to ‘vkCmdBeginRendering’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3205:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdBeginRendering’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3206:5: danger: dereference of NULL ‘<unknown>’
# 3204|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdBeginRendering(VkCommandBuffer commandBuffer, const VkRenderingInfo *pRenderingInfo) {
# 3205|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3206|->     disp->CmdBeginRendering(commandBuffer, pRenderingInfo);
# 3207|   }
# 3208|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def877]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3214:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3209:42: enter_function: entry to ‘vkCmdBindVertexBuffers2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3213:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdBindVertexBuffers2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3214:5: danger: dereference of NULL ‘<unknown>’
# 3212|                                                                    const VkDeviceSize *pStrides) {
# 3213|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3214|->     disp->CmdBindVertexBuffers2(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes, pStrides);
# 3215|   }
# 3216|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def878]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3219:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3217:42: enter_function: entry to ‘vkCmdBlitImage2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3218:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdBlitImage2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3219:5: danger: dereference of NULL ‘<unknown>’
# 3217|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage2(VkCommandBuffer commandBuffer, const VkBlitImageInfo2 *pBlitImageInfo) {
# 3218|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3219|->     disp->CmdBlitImage2(commandBuffer, pBlitImageInfo);
# 3220|   }
# 3221|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def879]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3224:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3222:42: enter_function: entry to ‘vkCmdCopyBuffer2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3223:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdCopyBuffer2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3224:5: danger: dereference of NULL ‘<unknown>’
# 3222|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer2(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2 *pCopyBufferInfo) {
# 3223|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3224|->     disp->CmdCopyBuffer2(commandBuffer, pCopyBufferInfo);
# 3225|   }
# 3226|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def880]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3230:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3227:42: enter_function: entry to ‘vkCmdCopyBufferToImage2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3229:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdCopyBufferToImage2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3230:5: danger: dereference of NULL ‘<unknown>’
# 3228|                                                                    const VkCopyBufferToImageInfo2 *pCopyBufferToImageInfo) {
# 3229|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3230|->     disp->CmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo);
# 3231|   }
# 3232|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def881]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3235:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3233:42: enter_function: entry to ‘vkCmdCopyImage2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3234:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdCopyImage2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3235:5: danger: dereference of NULL ‘<unknown>’
# 3233|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage2(VkCommandBuffer commandBuffer, const VkCopyImageInfo2 *pCopyImageInfo) {
# 3234|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3235|->     disp->CmdCopyImage2(commandBuffer, pCopyImageInfo);
# 3236|   }
# 3237|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def882]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3241:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3238:42: enter_function: entry to ‘vkCmdCopyImageToBuffer2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3240:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdCopyImageToBuffer2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3241:5: danger: dereference of NULL ‘<unknown>’
# 3239|                                                                    const VkCopyImageToBufferInfo2 *pCopyImageToBufferInfo) {
# 3240|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3241|->     disp->CmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo);
# 3242|   }
# 3243|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def883]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3246:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3244:42: enter_function: entry to ‘vkCmdEndRendering’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3245:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdEndRendering’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3246:5: danger: dereference of NULL ‘<unknown>’
# 3244|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdEndRendering(VkCommandBuffer commandBuffer) {
# 3245|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3246|->     disp->CmdEndRendering(commandBuffer);
# 3247|   }
# 3248|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def884]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3252:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3249:42: enter_function: entry to ‘vkCmdPipelineBarrier2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3251:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdPipelineBarrier2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3252:5: danger: dereference of NULL ‘<unknown>’
# 3250|                                                                  const VkDependencyInfo *pDependencyInfo) {
# 3251|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3252|->     disp->CmdPipelineBarrier2(commandBuffer, pDependencyInfo);
# 3253|   }
# 3254|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def885]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3258:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3255:42: enter_function: entry to ‘vkCmdResetEvent2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3257:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdResetEvent2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3258:5: danger: dereference of NULL ‘<unknown>’
# 3256|                                                             VkPipelineStageFlags2 stageMask) {
# 3257|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3258|->     disp->CmdResetEvent2(commandBuffer, event, stageMask);
# 3259|   }
# 3260|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def886]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3264:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3261:42: enter_function: entry to ‘vkCmdResolveImage2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3263:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdResolveImage2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3264:5: danger: dereference of NULL ‘<unknown>’
# 3262|                                                               const VkResolveImageInfo2 *pResolveImageInfo) {
# 3263|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3264|->     disp->CmdResolveImage2(commandBuffer, pResolveImageInfo);
# 3265|   }
# 3266|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def887]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3269:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3267:42: enter_function: entry to ‘vkCmdSetCullMode’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3268:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetCullMode’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3269:5: danger: dereference of NULL ‘<unknown>’
# 3267|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetCullMode(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) {
# 3268|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3269|->     disp->CmdSetCullMode(commandBuffer, cullMode);
# 3270|   }
# 3271|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def888]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3274:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3272:42: enter_function: entry to ‘vkCmdSetDepthBiasEnable’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3273:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetDepthBiasEnable’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3274:5: danger: dereference of NULL ‘<unknown>’
# 3272|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) {
# 3273|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3274|->     disp->CmdSetDepthBiasEnable(commandBuffer, depthBiasEnable);
# 3275|   }
# 3276|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def889]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3280:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3277:42: enter_function: entry to ‘vkCmdSetDepthBoundsTestEnable’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3279:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetDepthBoundsTestEnable’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3280:5: danger: dereference of NULL ‘<unknown>’
# 3278|                                                                          VkBool32 depthBoundsTestEnable) {
# 3279|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3280|->     disp->CmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable);
# 3281|   }
# 3282|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def890]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3285:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3283:42: enter_function: entry to ‘vkCmdSetDepthCompareOp’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3284:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetDepthCompareOp’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3285:5: danger: dereference of NULL ‘<unknown>’
# 3283|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthCompareOp(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) {
# 3284|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3285|->     disp->CmdSetDepthCompareOp(commandBuffer, depthCompareOp);
# 3286|   }
# 3287|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def891]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3290:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3288:42: enter_function: entry to ‘vkCmdSetDepthTestEnable’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3289:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetDepthTestEnable’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3290:5: danger: dereference of NULL ‘<unknown>’
# 3288|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) {
# 3289|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3290|->     disp->CmdSetDepthTestEnable(commandBuffer, depthTestEnable);
# 3291|   }
# 3292|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def892]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3295:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3293:42: enter_function: entry to ‘vkCmdSetDepthWriteEnable’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3294:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetDepthWriteEnable’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3295:5: danger: dereference of NULL ‘<unknown>’
# 3293|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) {
# 3294|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3295|->     disp->CmdSetDepthWriteEnable(commandBuffer, depthWriteEnable);
# 3296|   }
# 3297|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def893]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3301:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3298:42: enter_function: entry to ‘vkCmdSetEvent2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3300:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetEvent2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3301:5: danger: dereference of NULL ‘<unknown>’
# 3299|                                                           const VkDependencyInfo *pDependencyInfo) {
# 3300|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3301|->     disp->CmdSetEvent2(commandBuffer, event, pDependencyInfo);
# 3302|   }
# 3303|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def894]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3306:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3304:42: enter_function: entry to ‘vkCmdSetFrontFace’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3305:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetFrontFace’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3306:5: danger: dereference of NULL ‘<unknown>’
# 3304|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetFrontFace(VkCommandBuffer commandBuffer, VkFrontFace frontFace) {
# 3305|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3306|->     disp->CmdSetFrontFace(commandBuffer, frontFace);
# 3307|   }
# 3308|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def895]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3312:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3309:42: enter_function: entry to ‘vkCmdSetPrimitiveRestartEnable’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3311:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetPrimitiveRestartEnable’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3312:5: danger: dereference of NULL ‘<unknown>’
# 3310|                                                                           VkBool32 primitiveRestartEnable) {
# 3311|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3312|->     disp->CmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable);
# 3313|   }
# 3314|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def896]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3318:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3315:42: enter_function: entry to ‘vkCmdSetPrimitiveTopology’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3317:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetPrimitiveTopology’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3318:5: danger: dereference of NULL ‘<unknown>’
# 3316|                                                                      VkPrimitiveTopology primitiveTopology) {
# 3317|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3318|->     disp->CmdSetPrimitiveTopology(commandBuffer, primitiveTopology);
# 3319|   }
# 3320|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def897]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3324:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3321:42: enter_function: entry to ‘vkCmdSetRasterizerDiscardEnable’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3323:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetRasterizerDiscardEnable’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3324:5: danger: dereference of NULL ‘<unknown>’
# 3322|                                                                            VkBool32 rasterizerDiscardEnable) {
# 3323|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3324|->     disp->CmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable);
# 3325|   }
# 3326|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def898]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3330:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3327:42: enter_function: entry to ‘vkCmdSetScissorWithCount’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3329:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetScissorWithCount’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3330:5: danger: dereference of NULL ‘<unknown>’
# 3328|                                                                     const VkRect2D *pScissors) {
# 3329|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3330|->     disp->CmdSetScissorWithCount(commandBuffer, scissorCount, pScissors);
# 3331|   }
# 3332|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def899]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3337:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3333:42: enter_function: entry to ‘vkCmdSetStencilOp’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3336:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetStencilOp’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3337:5: danger: dereference of NULL ‘<unknown>’
# 3335|                                                              VkCompareOp compareOp) {
# 3336|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3337|->     disp->CmdSetStencilOp(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp);
# 3338|   }
# 3339|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def900]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3342:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3340:42: enter_function: entry to ‘vkCmdSetStencilTestEnable’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3341:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetStencilTestEnable’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3342:5: danger: dereference of NULL ‘<unknown>’
# 3340|   LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilTestEnable(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) {
# 3341|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3342|->     disp->CmdSetStencilTestEnable(commandBuffer, stencilTestEnable);
# 3343|   }
# 3344|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def901]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3348:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3345:42: enter_function: entry to ‘vkCmdSetViewportWithCount’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3347:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdSetViewportWithCount’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3348:5: danger: dereference of NULL ‘<unknown>’
# 3346|                                                                      const VkViewport *pViewports) {
# 3347|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3348|->     disp->CmdSetViewportWithCount(commandBuffer, viewportCount, pViewports);
# 3349|   }
# 3350|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def902]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3354:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3351:42: enter_function: entry to ‘vkCmdWaitEvents2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3353:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdWaitEvents2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3354:5: danger: dereference of NULL ‘<unknown>’
# 3352|                                                             const VkEvent *pEvents, const VkDependencyInfo *pDependencyInfos) {
# 3353|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3354|->     disp->CmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfos);
# 3355|   }
# 3356|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def903]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3360:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3357:42: enter_function: entry to ‘vkCmdWriteTimestamp2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3359:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCmdWriteTimestamp2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3360:5: danger: dereference of NULL ‘<unknown>’
# 3358|                                                                 VkQueryPool queryPool, uint32_t query) {
# 3359|       const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
# 3360|->     disp->CmdWriteTimestamp2(commandBuffer, stage, queryPool, query);
# 3361|   }
# 3362|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def904]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3368:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3363:46: enter_function: entry to ‘vkCreatePrivateDataSlot’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3367:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkCreatePrivateDataSlot’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3368:12: danger: dereference of NULL ‘<unknown>’
# 3366|                                                                        VkPrivateDataSlot *pPrivateDataSlot) {
# 3367|       const VkLayerDispatchTable *disp = loader_get_dispatch(device);
# 3368|->     return disp->CreatePrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDataSlot);
# 3369|   }
# 3370|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def905]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3374:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3371:42: enter_function: entry to ‘vkDestroyPrivateDataSlot’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3373:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkDestroyPrivateDataSlot’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3374:5: danger: dereference of NULL ‘<unknown>’
# 3372|                                                                     const VkAllocationCallbacks *pAllocator) {
# 3373|       const VkLayerDispatchTable *disp = loader_get_dispatch(device);
# 3374|->     disp->DestroyPrivateDataSlot(device, privateDataSlot, pAllocator);
# 3375|   }
# 3376|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def906]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3381:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3377:42: enter_function: entry to ‘vkGetDeviceBufferMemoryRequirements’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3380:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkGetDeviceBufferMemoryRequirements’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3381:5: danger: dereference of NULL ‘<unknown>’
# 3379|                                                                                VkMemoryRequirements2 *pMemoryRequirements) {
# 3380|       const VkLayerDispatchTable *disp = loader_get_dispatch(device);
# 3381|->     disp->GetDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements);
# 3382|   }
# 3383|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def907]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3388:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3384:42: enter_function: entry to ‘vkGetDeviceImageMemoryRequirements’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3387:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkGetDeviceImageMemoryRequirements’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3388:5: danger: dereference of NULL ‘<unknown>’
# 3386|                                                                               VkMemoryRequirements2 *pMemoryRequirements) {
# 3387|       const VkLayerDispatchTable *disp = loader_get_dispatch(device);
# 3388|->     disp->GetDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements);
# 3389|   }
# 3390|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def908]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3395:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3391:42: enter_function: entry to ‘vkGetDeviceImageSparseMemoryRequirements’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3394:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkGetDeviceImageSparseMemoryRequirements’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3395:5: danger: dereference of NULL ‘<unknown>’
# 3393|       VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) {
# 3394|       const VkLayerDispatchTable *disp = loader_get_dispatch(device);
# 3395|->     disp->GetDeviceImageSparseMemoryRequirements(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements);
# 3396|   }
# 3397|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def909]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3401:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3398:42: enter_function: entry to ‘vkGetPrivateData’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3400:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkGetPrivateData’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3401:5: danger: dereference of NULL ‘<unknown>’
# 3399|                                                             VkPrivateDataSlot privateDataSlot, uint64_t *pData) {
# 3400|       const VkLayerDispatchTable *disp = loader_get_dispatch(device);
# 3401|->     disp->GetPrivateData(device, objectType, objectHandle, privateDataSlot, pData);
# 3402|   }
# 3403|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def910]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3407:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3404:46: enter_function: entry to ‘vkSetPrivateData’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3406:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkSetPrivateData’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3407:12: danger: dereference of NULL ‘<unknown>’
# 3405|                                                                 VkPrivateDataSlot privateDataSlot, uint64_t data) {
# 3406|       const VkLayerDispatchTable *disp = loader_get_dispatch(device);
# 3407|->     return disp->SetPrivateData(device, objectType, objectHandle, privateDataSlot, data);
# 3408|   }
# 3409|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def911]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3413:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3410:46: enter_function: entry to ‘vkQueueSubmit2’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3412:40: call_function: inlined call to ‘loader_get_dispatch’ from ‘vkQueueSubmit2’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/vulkan-loader/src/loader/trampoline.c:3413:12: danger: dereference of NULL ‘<unknown>’
# 3411|                                                               VkFence fence) {
# 3412|       const VkLayerDispatchTable *disp = loader_get_dispatch(queue);
# 3413|->     return disp->QueueSubmit2(queue, submitCount, pSubmits, fence);
# 3414|   }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def912]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/webrtc/common_audio/vad/webrtc_vad.c:27:3: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘self’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/webrtc/common_audio/vad/webrtc_vad.c:25:31: acquire_memory: this call could return NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/webrtc/common_audio/vad/webrtc_vad.c:27:3: danger: ‘self’ could be NULL: unchecked value from [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
#   25|     VadInstT* self = (VadInstT*)malloc(sizeof(VadInstT));
#   26|   
#   27|->   self->init_flag = 0;
#   28|   
#   29|     return (VadInst*)self;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def913]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:224:16: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1367:15: enter_function: entry to ‘ZSTDMT_createCompressionJob’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1372:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1378:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1378:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1379:21: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1407:12: branch_true: following ‘true’ branch (when ‘endOp != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1408:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1419:12: branch_true: following ‘true’ branch (when ‘srcSize == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1420:15: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1419:14: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1423:40: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1423:13: call_function: calling ‘ZSTDMT_writeLastEmptyBlock’ from ‘ZSTDMT_createCompressionJob’
#  222|               DEBUGLOG(5, "ZSTDMT_getBuffer: created buffer of size %u", (U32)bSize);
#  223|           }
#  224|->         return buffer;
#  225|       }
#  226|   }

Error: GCC_ANALYZER_WARNING (CWE-835): [#def914]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1019:27: warning[-Wanalyzer-infinite-loop]: infinite loop
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1482:13: call_function: inlined call to ‘ZSTDMT_waitForAllJobsCompleted’ from ‘ZSTDMT_flushProduced’
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1482:13: call_function: inlined call to ‘ZSTDMT_waitForAllJobsCompleted’ from ‘ZSTDMT_flushProduced’
# 1017|           unsigned const jobID = mtctx->doneJobID & mtctx->jobIDMask;
# 1018|           ZSTD_PTHREAD_MUTEX_LOCK(&mtctx->jobs[jobID].job_mutex);
# 1019|->         while (mtctx->jobs[jobID].consumed < mtctx->jobs[jobID].src.size) {
# 1020|               DEBUGLOG(4, "waiting for jobCompleted signal from job %u", mtctx->doneJobID);   /* we want to block when waiting for data to flush */
# 1021|               ZSTD_pthread_cond_wait(&mtctx->jobs[jobID].job_cond, &mtctx->jobs[jobID].job_mutex);

Error: GCC_ANALYZER_WARNING (CWE-835): [#def915]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1463:27: warning[-Wanalyzer-infinite-loop]: infinite loop
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1463:27: danger: infinite loop here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1463:16: branch_true: if it ever follows ‘true’ branch, it will always do so...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1464:17: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstdmt_compress.c:1464:16: branch_false: if it ever follows ‘false’ branch, it will always do so...
 branch_false: ...to here
# 1461|         && (mtctx->doneJobID < mtctx->nextJobID) ) {
# 1462|           assert(mtctx->jobs[wJobID].dstFlushed <= mtctx->jobs[wJobID].cSize);
# 1463|->         while (mtctx->jobs[wJobID].dstFlushed == mtctx->jobs[wJobID].cSize) {  /* nothing to flush */
# 1464|               if (mtctx->jobs[wJobID].consumed == mtctx->jobs[wJobID].src.size) {
# 1465|                   DEBUGLOG(5, "job %u is completely consumed (%u == %u) => don't wait for cond, there will be none",

Error: COMPILER_WARNING: [#def916]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/core_generated_jumbo_2.cc:8: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc: scope_hint: In static member function ‘static unsigned int blink::CSSPropertyNamesHash::property_hash_function(const char*, size_t)’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:106:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  106 |       [[fallthrough]];
#      |                      ^
#  104|           hval += asso_values[static_cast<unsigned char>(str[42])];
#  105|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  106|->       [[fallthrough]];
#  107|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  108|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def917]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:114:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  114 |       [[fallthrough]];
#      |                      ^
#  112|           hval += asso_values[static_cast<unsigned char>(str[41])];
#  113|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  114|->       [[fallthrough]];
#  115|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  116|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def918]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:122:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  122 |       [[fallthrough]];
#      |                      ^
#  120|           hval += asso_values[static_cast<unsigned char>(str[40])];
#  121|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  122|->       [[fallthrough]];
#  123|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  124|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def919]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:130:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  130 |       [[fallthrough]];
#      |                      ^
#  128|           hval += asso_values[static_cast<unsigned char>(str[39])];
#  129|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  130|->       [[fallthrough]];
#  131|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  132|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def920]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:138:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  138 |       [[fallthrough]];
#      |                      ^
#  136|           hval += asso_values[static_cast<unsigned char>(str[38])];
#  137|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  138|->       [[fallthrough]];
#  139|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  140|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def921]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:146:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  146 |       [[fallthrough]];
#      |                      ^
#  144|           hval += asso_values[static_cast<unsigned char>(str[37])];
#  145|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  146|->       [[fallthrough]];
#  147|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  148|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def922]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:154:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  154 |       [[fallthrough]];
#      |                      ^
#  152|           hval += asso_values[static_cast<unsigned char>(str[36])];
#  153|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  154|->       [[fallthrough]];
#  155|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  156|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def923]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:162:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  162 |       [[fallthrough]];
#      |                      ^
#  160|           hval += asso_values[static_cast<unsigned char>(str[35])];
#  161|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  162|->       [[fallthrough]];
#  163|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  164|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def924]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:170:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  170 |       [[fallthrough]];
#      |                      ^
#  168|           hval += asso_values[static_cast<unsigned char>(str[34])];
#  169|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  170|->       [[fallthrough]];
#  171|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  172|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def925]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:178:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  178 |       [[fallthrough]];
#      |                      ^
#  176|           hval += asso_values[static_cast<unsigned char>(str[33])];
#  177|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  178|->       [[fallthrough]];
#  179|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  180|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def926]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:186:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  186 |       [[fallthrough]];
#      |                      ^
#  184|           hval += asso_values[static_cast<unsigned char>(str[32])];
#  185|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  186|->       [[fallthrough]];
#  187|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  188|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def927]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:194:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  194 |       [[fallthrough]];
#      |                      ^
#  192|           hval += asso_values[static_cast<unsigned char>(str[31])];
#  193|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  194|->       [[fallthrough]];
#  195|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  196|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def928]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:202:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  202 |       [[fallthrough]];
#      |                      ^
#  200|           hval += asso_values[static_cast<unsigned char>(str[30])];
#  201|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  202|->       [[fallthrough]];
#  203|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  204|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def929]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:210:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  210 |       [[fallthrough]];
#      |                      ^
#  208|           hval += asso_values[static_cast<unsigned char>(str[29])];
#  209|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  210|->       [[fallthrough]];
#  211|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  212|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def930]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:218:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  218 |       [[fallthrough]];
#      |                      ^
#  216|           hval += asso_values[static_cast<unsigned char>(str[28])];
#  217|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  218|->       [[fallthrough]];
#  219|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  220|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def931]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:226:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  226 |       [[fallthrough]];
#      |                      ^
#  224|           hval += asso_values[static_cast<unsigned char>(str[27])];
#  225|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  226|->       [[fallthrough]];
#  227|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  228|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def932]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:234:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  234 |       [[fallthrough]];
#      |                      ^
#  232|           hval += asso_values[static_cast<unsigned char>(str[26])];
#  233|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  234|->       [[fallthrough]];
#  235|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  236|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def933]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:242:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  242 |       [[fallthrough]];
#      |                      ^
#  240|           hval += asso_values[static_cast<unsigned char>(str[25])];
#  241|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  242|->       [[fallthrough]];
#  243|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  244|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def934]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:250:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  250 |       [[fallthrough]];
#      |                      ^
#  248|           hval += asso_values[static_cast<unsigned char>(str[24])];
#  249|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  250|->       [[fallthrough]];
#  251|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  252|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def935]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:258:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  258 |       [[fallthrough]];
#      |                      ^
#  256|           hval += asso_values[static_cast<unsigned char>(str[23])];
#  257|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  258|->       [[fallthrough]];
#  259|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  260|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def936]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:266:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  266 |       [[fallthrough]];
#      |                      ^
#  264|           hval += asso_values[static_cast<unsigned char>(str[22])];
#  265|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  266|->       [[fallthrough]];
#  267|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  268|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def937]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:274:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  274 |       [[fallthrough]];
#      |                      ^
#  272|           hval += asso_values[static_cast<unsigned char>(str[21])];
#  273|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  274|->       [[fallthrough]];
#  275|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  276|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def938]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:282:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  282 |       [[fallthrough]];
#      |                      ^
#  280|           hval += asso_values[static_cast<unsigned char>(str[20])];
#  281|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  282|->       [[fallthrough]];
#  283|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  284|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def939]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:290:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  290 |       [[fallthrough]];
#      |                      ^
#  288|           hval += asso_values[static_cast<unsigned char>(str[19])];
#  289|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  290|->       [[fallthrough]];
#  291|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  292|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def940]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:298:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  298 |       [[fallthrough]];
#      |                      ^
#  296|           hval += asso_values[static_cast<unsigned char>(str[18])];
#  297|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  298|->       [[fallthrough]];
#  299|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  300|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def941]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:306:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  306 |       [[fallthrough]];
#      |                      ^
#  304|           hval += asso_values[static_cast<unsigned char>(str[17])];
#  305|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  306|->       [[fallthrough]];
#  307|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  308|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def942]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:314:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  314 |       [[fallthrough]];
#      |                      ^
#  312|           hval += asso_values[static_cast<unsigned char>(str[16])];
#  313|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  314|->       [[fallthrough]];
#  315|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  316|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def943]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:322:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  322 |       [[fallthrough]];
#      |                      ^
#  320|           hval += asso_values[static_cast<unsigned char>(str[15]+1)];
#  321|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  322|->       [[fallthrough]];
#  323|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  324|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def944]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:330:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  330 |       [[fallthrough]];
#      |                      ^
#  328|           hval += asso_values[static_cast<unsigned char>(str[14])];
#  329|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  330|->       [[fallthrough]];
#  331|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  332|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def945]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:338:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  338 |       [[fallthrough]];
#      |                      ^
#  336|           hval += asso_values[static_cast<unsigned char>(str[13])];
#  337|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  338|->       [[fallthrough]];
#  339|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  340|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def946]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:346:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  346 |       [[fallthrough]];
#      |                      ^
#  344|           hval += asso_values[static_cast<unsigned char>(str[12])];
#  345|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  346|->       [[fallthrough]];
#  347|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  348|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def947]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:354:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  354 |       [[fallthrough]];
#      |                      ^
#  352|           hval += asso_values[static_cast<unsigned char>(str[11])];
#  353|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  354|->       [[fallthrough]];
#  355|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  356|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def948]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:362:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  362 |       [[fallthrough]];
#      |                      ^
#  360|           hval += asso_values[static_cast<unsigned char>(str[10])];
#  361|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  362|->       [[fallthrough]];
#  363|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  364|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def949]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:370:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  370 |       [[fallthrough]];
#      |                      ^
#  368|           hval += asso_values[static_cast<unsigned char>(str[9])];
#  369|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  370|->       [[fallthrough]];
#  371|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  372|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def950]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:378:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  378 |       [[fallthrough]];
#      |                      ^
#  376|           hval += asso_values[static_cast<unsigned char>(str[8])];
#  377|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  378|->       [[fallthrough]];
#  379|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  380|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def951]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:386:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  386 |       [[fallthrough]];
#      |                      ^
#  384|           hval += asso_values[static_cast<unsigned char>(str[7])];
#  385|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  386|->       [[fallthrough]];
#  387|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  388|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def952]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:394:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  394 |       [[fallthrough]];
#      |                      ^
#  392|           hval += asso_values[static_cast<unsigned char>(str[6])];
#  393|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  394|->       [[fallthrough]];
#  395|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  396|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def953]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:402:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  402 |       [[fallthrough]];
#      |                      ^
#  400|           hval += asso_values[static_cast<unsigned char>(str[5])];
#  401|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  402|->       [[fallthrough]];
#  403|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  404|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def954]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:410:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  410 |       [[fallthrough]];
#      |                      ^
#  408|           hval += asso_values[static_cast<unsigned char>(str[4])];
#  409|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  410|->       [[fallthrough]];
#  411|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  412|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def955]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:418:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  418 |       [[fallthrough]];
#      |                      ^
#  416|           hval += asso_values[static_cast<unsigned char>(str[3])];
#  417|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  418|->       [[fallthrough]];
#  419|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  420|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def956]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:426:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  426 |       [[fallthrough]];
#      |                      ^
#  424|           hval += asso_values[static_cast<unsigned char>(str[2])];
#  425|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  426|->       [[fallthrough]];
#  427|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  428|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def957]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/css_property_names.cc:434:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  434 |       [[fallthrough]];
#      |                      ^
#  432|           hval += asso_values[static_cast<unsigned char>(str[1])];
#  433|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  434|->       [[fallthrough]];
#  435|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  436|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def958]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/core_generated_jumbo_1.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc: scope_hint: In static member function ‘static unsigned int blink::{anonymous}::AtRuleDescriptorHash::descriptor_hash_function(const char*, size_t)’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:101:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  101 |       [[fallthrough]];
#      |                      ^
#   99|           hval += asso_values[static_cast<unsigned char>(str[28])];
#  100|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  101|->       [[fallthrough]];
#  102|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  103|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def959]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:109:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  109 |       [[fallthrough]];
#      |                      ^
#  107|           hval += asso_values[static_cast<unsigned char>(str[27])];
#  108|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  109|->       [[fallthrough]];
#  110|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  111|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def960]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:117:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  117 |       [[fallthrough]];
#      |                      ^
#  115|           hval += asso_values[static_cast<unsigned char>(str[26])];
#  116|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  117|->       [[fallthrough]];
#  118|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  119|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def961]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:125:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  125 |       [[fallthrough]];
#      |                      ^
#  123|           hval += asso_values[static_cast<unsigned char>(str[25])];
#  124|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  125|->       [[fallthrough]];
#  126|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  127|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def962]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:133:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  133 |       [[fallthrough]];
#      |                      ^
#  131|           hval += asso_values[static_cast<unsigned char>(str[24])];
#  132|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  133|->       [[fallthrough]];
#  134|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  135|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def963]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:141:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  141 |       [[fallthrough]];
#      |                      ^
#  139|           hval += asso_values[static_cast<unsigned char>(str[23])];
#  140|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  141|->       [[fallthrough]];
#  142|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  143|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def964]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:149:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  149 |       [[fallthrough]];
#      |                      ^
#  147|           hval += asso_values[static_cast<unsigned char>(str[22])];
#  148|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  149|->       [[fallthrough]];
#  150|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  151|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def965]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:157:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  157 |       [[fallthrough]];
#      |                      ^
#  155|           hval += asso_values[static_cast<unsigned char>(str[21])];
#  156|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  157|->       [[fallthrough]];
#  158|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  159|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def966]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:165:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  165 |       [[fallthrough]];
#      |                      ^
#  163|           hval += asso_values[static_cast<unsigned char>(str[20])];
#  164|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  165|->       [[fallthrough]];
#  166|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  167|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def967]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:173:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  173 |       [[fallthrough]];
#      |                      ^
#  171|           hval += asso_values[static_cast<unsigned char>(str[19])];
#  172|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  173|->       [[fallthrough]];
#  174|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  175|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def968]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:181:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  181 |       [[fallthrough]];
#      |                      ^
#  179|           hval += asso_values[static_cast<unsigned char>(str[18])];
#  180|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  181|->       [[fallthrough]];
#  182|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  183|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def969]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:189:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  189 |       [[fallthrough]];
#      |                      ^
#  187|           hval += asso_values[static_cast<unsigned char>(str[17])];
#  188|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  189|->       [[fallthrough]];
#  190|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  191|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def970]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:197:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  197 |       [[fallthrough]];
#      |                      ^
#  195|           hval += asso_values[static_cast<unsigned char>(str[16])];
#  196|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  197|->       [[fallthrough]];
#  198|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  199|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def971]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:205:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  205 |       [[fallthrough]];
#      |                      ^
#  203|           hval += asso_values[static_cast<unsigned char>(str[15])];
#  204|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  205|->       [[fallthrough]];
#  206|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  207|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def972]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:213:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  213 |       [[fallthrough]];
#      |                      ^
#  211|           hval += asso_values[static_cast<unsigned char>(str[14])];
#  212|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  213|->       [[fallthrough]];
#  214|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  215|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def973]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:221:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  221 |       [[fallthrough]];
#      |                      ^
#  219|           hval += asso_values[static_cast<unsigned char>(str[13])];
#  220|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  221|->       [[fallthrough]];
#  222|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  223|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def974]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:229:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  229 |       [[fallthrough]];
#      |                      ^
#  227|           hval += asso_values[static_cast<unsigned char>(str[12])];
#  228|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  229|->       [[fallthrough]];
#  230|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  231|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def975]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:237:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  237 |       [[fallthrough]];
#      |                      ^
#  235|           hval += asso_values[static_cast<unsigned char>(str[11])];
#  236|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  237|->       [[fallthrough]];
#  238|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  239|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def976]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:245:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  245 |       [[fallthrough]];
#      |                      ^
#  243|           hval += asso_values[static_cast<unsigned char>(str[10])];
#  244|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  245|->       [[fallthrough]];
#  246|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  247|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def977]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:253:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  253 |       [[fallthrough]];
#      |                      ^
#  251|           hval += asso_values[static_cast<unsigned char>(str[9])];
#  252|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  253|->       [[fallthrough]];
#  254|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  255|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def978]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:261:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  261 |       [[fallthrough]];
#      |                      ^
#  259|           hval += asso_values[static_cast<unsigned char>(str[8])];
#  260|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  261|->       [[fallthrough]];
#  262|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  263|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def979]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:269:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  269 |       [[fallthrough]];
#      |                      ^
#  267|           hval += asso_values[static_cast<unsigned char>(str[7])];
#  268|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  269|->       [[fallthrough]];
#  270|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  271|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def980]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:277:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  277 |       [[fallthrough]];
#      |                      ^
#  275|           hval += asso_values[static_cast<unsigned char>(str[6])];
#  276|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  277|->       [[fallthrough]];
#  278|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  279|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def981]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:285:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  285 |       [[fallthrough]];
#      |                      ^
#  283|           hval += asso_values[static_cast<unsigned char>(str[5])];
#  284|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  285|->       [[fallthrough]];
#  286|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  287|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def982]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:293:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  293 |       [[fallthrough]];
#      |                      ^
#  291|           hval += asso_values[static_cast<unsigned char>(str[4])];
#  292|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  293|->       [[fallthrough]];
#  294|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  295|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def983]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:301:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  301 |       [[fallthrough]];
#      |                      ^
#  299|           hval += asso_values[static_cast<unsigned char>(str[3])];
#  300|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  301|->       [[fallthrough]];
#  302|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  303|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def984]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:309:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  309 |       [[fallthrough]];
#      |                      ^
#  307|           hval += asso_values[static_cast<unsigned char>(str[2])];
#  308|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  309|->       [[fallthrough]];
#  310|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  311|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def985]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css/parser/at_rule_descriptors.cc:317:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  317 |       [[fallthrough]];
#      |                      ^
#  315|           hval += asso_values[static_cast<unsigned char>(str[1])];
#  316|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  317|->       [[fallthrough]];
#  318|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  319|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def986]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/core_generated_jumbo_2.cc:11: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc: scope_hint: In static member function ‘static unsigned int blink::CSSValueKeywordsHash::value_hash_function(const char*, size_t)’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2229:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2229 |       [[fallthrough]];
#      |                      ^
# 2227|           hval += asso_values[static_cast<unsigned char>(str[41])];
# 2228|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2229|->       [[fallthrough]];
# 2230|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2231|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def987]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2237:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2237 |       [[fallthrough]];
#      |                      ^
# 2235|           hval += asso_values[static_cast<unsigned char>(str[40])];
# 2236|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2237|->       [[fallthrough]];
# 2238|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2239|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def988]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2245:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2245 |       [[fallthrough]];
#      |                      ^
# 2243|           hval += asso_values[static_cast<unsigned char>(str[39])];
# 2244|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2245|->       [[fallthrough]];
# 2246|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2247|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def989]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2253:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2253 |       [[fallthrough]];
#      |                      ^
# 2251|           hval += asso_values[static_cast<unsigned char>(str[38])];
# 2252|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2253|->       [[fallthrough]];
# 2254|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2255|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def990]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2261:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2261 |       [[fallthrough]];
#      |                      ^
# 2259|           hval += asso_values[static_cast<unsigned char>(str[37])];
# 2260|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2261|->       [[fallthrough]];
# 2262|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2263|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def991]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2269:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2269 |       [[fallthrough]];
#      |                      ^
# 2267|           hval += asso_values[static_cast<unsigned char>(str[36])];
# 2268|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2269|->       [[fallthrough]];
# 2270|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2271|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def992]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2277:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2277 |       [[fallthrough]];
#      |                      ^
# 2275|           hval += asso_values[static_cast<unsigned char>(str[35])];
# 2276|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2277|->       [[fallthrough]];
# 2278|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2279|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def993]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2285:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2285 |       [[fallthrough]];
#      |                      ^
# 2283|           hval += asso_values[static_cast<unsigned char>(str[34])];
# 2284|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2285|->       [[fallthrough]];
# 2286|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2287|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def994]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2293:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2293 |       [[fallthrough]];
#      |                      ^
# 2291|           hval += asso_values[static_cast<unsigned char>(str[33])];
# 2292|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2293|->       [[fallthrough]];
# 2294|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2295|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def995]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2301:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2301 |       [[fallthrough]];
#      |                      ^
# 2299|           hval += asso_values[static_cast<unsigned char>(str[32])];
# 2300|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2301|->       [[fallthrough]];
# 2302|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2303|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def996]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2309:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2309 |       [[fallthrough]];
#      |                      ^
# 2307|           hval += asso_values[static_cast<unsigned char>(str[31])];
# 2308|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2309|->       [[fallthrough]];
# 2310|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2311|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def997]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2317:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2317 |       [[fallthrough]];
#      |                      ^
# 2315|           hval += asso_values[static_cast<unsigned char>(str[30])];
# 2316|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2317|->       [[fallthrough]];
# 2318|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2319|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def998]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2325:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2325 |       [[fallthrough]];
#      |                      ^
# 2323|           hval += asso_values[static_cast<unsigned char>(str[29])];
# 2324|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2325|->       [[fallthrough]];
# 2326|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2327|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def999]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2333:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2333 |       [[fallthrough]];
#      |                      ^
# 2331|           hval += asso_values[static_cast<unsigned char>(str[28])];
# 2332|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2333|->       [[fallthrough]];
# 2334|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2335|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1000]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2341:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2341 |       [[fallthrough]];
#      |                      ^
# 2339|           hval += asso_values[static_cast<unsigned char>(str[27])];
# 2340|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2341|->       [[fallthrough]];
# 2342|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2343|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1001]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2349:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2349 |       [[fallthrough]];
#      |                      ^
# 2347|           hval += asso_values[static_cast<unsigned char>(str[26])];
# 2348|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2349|->       [[fallthrough]];
# 2350|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2351|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1002]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2357:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2357 |       [[fallthrough]];
#      |                      ^
# 2355|           hval += asso_values[static_cast<unsigned char>(str[25])];
# 2356|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2357|->       [[fallthrough]];
# 2358|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2359|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1003]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2365:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2365 |       [[fallthrough]];
#      |                      ^
# 2363|           hval += asso_values[static_cast<unsigned char>(str[24])];
# 2364|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2365|->       [[fallthrough]];
# 2366|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2367|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1004]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2373:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2373 |       [[fallthrough]];
#      |                      ^
# 2371|           hval += asso_values[static_cast<unsigned char>(str[23])];
# 2372|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2373|->       [[fallthrough]];
# 2374|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2375|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1005]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2381:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2381 |       [[fallthrough]];
#      |                      ^
# 2379|           hval += asso_values[static_cast<unsigned char>(str[22])];
# 2380|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2381|->       [[fallthrough]];
# 2382|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2383|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1006]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2389:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2389 |       [[fallthrough]];
#      |                      ^
# 2387|           hval += asso_values[static_cast<unsigned char>(str[21])];
# 2388|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2389|->       [[fallthrough]];
# 2390|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2391|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1007]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2397:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2397 |       [[fallthrough]];
#      |                      ^
# 2395|           hval += asso_values[static_cast<unsigned char>(str[20])];
# 2396|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2397|->       [[fallthrough]];
# 2398|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2399|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1008]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2405:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2405 |       [[fallthrough]];
#      |                      ^
# 2403|           hval += asso_values[static_cast<unsigned char>(str[19])];
# 2404|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2405|->       [[fallthrough]];
# 2406|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2407|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1009]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2413:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2413 |       [[fallthrough]];
#      |                      ^
# 2411|           hval += asso_values[static_cast<unsigned char>(str[18])];
# 2412|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2413|->       [[fallthrough]];
# 2414|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2415|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1010]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2421:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2421 |       [[fallthrough]];
#      |                      ^
# 2419|           hval += asso_values[static_cast<unsigned char>(str[17])];
# 2420|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2421|->       [[fallthrough]];
# 2422|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2423|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1011]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2429:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2429 |       [[fallthrough]];
#      |                      ^
# 2427|           hval += asso_values[static_cast<unsigned char>(str[16])];
# 2428|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2429|->       [[fallthrough]];
# 2430|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2431|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1012]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2437:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2437 |       [[fallthrough]];
#      |                      ^
# 2435|           hval += asso_values[static_cast<unsigned char>(str[15])];
# 2436|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2437|->       [[fallthrough]];
# 2438|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2439|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1013]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2445:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2445 |       [[fallthrough]];
#      |                      ^
# 2443|           hval += asso_values[static_cast<unsigned char>(str[14])];
# 2444|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2445|->       [[fallthrough]];
# 2446|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2447|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1014]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2453:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2453 |       [[fallthrough]];
#      |                      ^
# 2451|           hval += asso_values[static_cast<unsigned char>(str[13])];
# 2452|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2453|->       [[fallthrough]];
# 2454|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2455|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1015]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2461:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2461 |       [[fallthrough]];
#      |                      ^
# 2459|           hval += asso_values[static_cast<unsigned char>(str[12])];
# 2460|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2461|->       [[fallthrough]];
# 2462|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2463|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1016]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2469:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2469 |       [[fallthrough]];
#      |                      ^
# 2467|           hval += asso_values[static_cast<unsigned char>(str[11])];
# 2468|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2469|->       [[fallthrough]];
# 2470|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2471|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1017]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2477:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2477 |       [[fallthrough]];
#      |                      ^
# 2475|           hval += asso_values[static_cast<unsigned char>(str[10]+1)];
# 2476|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2477|->       [[fallthrough]];
# 2478|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2479|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1018]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2485:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2485 |       [[fallthrough]];
#      |                      ^
# 2483|           hval += asso_values[static_cast<unsigned char>(str[9])];
# 2484|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2485|->       [[fallthrough]];
# 2486|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2487|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1019]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2493:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2493 |       [[fallthrough]];
#      |                      ^
# 2491|           hval += asso_values[static_cast<unsigned char>(str[8])];
# 2492|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2493|->       [[fallthrough]];
# 2494|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2495|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1020]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2501:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2501 |       [[fallthrough]];
#      |                      ^
# 2499|           hval += asso_values[static_cast<unsigned char>(str[7])];
# 2500|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2501|->       [[fallthrough]];
# 2502|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2503|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1021]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2509:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2509 |       [[fallthrough]];
#      |                      ^
# 2507|           hval += asso_values[static_cast<unsigned char>(str[6])];
# 2508|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2509|->       [[fallthrough]];
# 2510|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2511|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1022]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2517:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2517 |       [[fallthrough]];
#      |                      ^
# 2515|           hval += asso_values[static_cast<unsigned char>(str[5])];
# 2516|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2517|->       [[fallthrough]];
# 2518|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2519|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1023]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2525:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2525 |       [[fallthrough]];
#      |                      ^
# 2523|           hval += asso_values[static_cast<unsigned char>(str[4])];
# 2524|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2525|->       [[fallthrough]];
# 2526|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2527|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1024]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2533:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2533 |       [[fallthrough]];
#      |                      ^
# 2531|           hval += asso_values[static_cast<unsigned char>(str[3]+2)];
# 2532|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2533|->       [[fallthrough]];
# 2534|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2535|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1025]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2541:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2541 |       [[fallthrough]];
#      |                      ^
# 2539|           hval += asso_values[static_cast<unsigned char>(str[2])];
# 2540|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2541|->       [[fallthrough]];
# 2542|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2543|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1026]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/css_value_keywords.cc:2549:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
# 2549 |       [[fallthrough]];
#      |                      ^
# 2547|           hval += asso_values[static_cast<unsigned char>(str[1])];
# 2548|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
# 2549|->       [[fallthrough]];
# 2550|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
# 2551|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1027]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/platform_jumbo_74.cc:10: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc: scope_hint: In static member function ‘static unsigned int blink::ColorDataHash::colordata_hash_function(const char*, size_t)’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:98:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#   98 |       [[fallthrough]];
#      |                      ^
#   96|           hval += asso_values[static_cast<unsigned char>(str[19])];
#   97|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#   98|->       [[fallthrough]];
#   99|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  100|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1028]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:106:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  106 |       [[fallthrough]];
#      |                      ^
#  104|           hval += asso_values[static_cast<unsigned char>(str[18])];
#  105|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  106|->       [[fallthrough]];
#  107|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  108|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1029]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:114:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  114 |       [[fallthrough]];
#      |                      ^
#  112|           hval += asso_values[static_cast<unsigned char>(str[17])];
#  113|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  114|->       [[fallthrough]];
#  115|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  116|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1030]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:122:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  122 |       [[fallthrough]];
#      |                      ^
#  120|           hval += asso_values[static_cast<unsigned char>(str[16])];
#  121|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  122|->       [[fallthrough]];
#  123|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  124|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1031]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:130:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  130 |       [[fallthrough]];
#      |                      ^
#  128|           hval += asso_values[static_cast<unsigned char>(str[15])];
#  129|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  130|->       [[fallthrough]];
#  131|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  132|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1032]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:138:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  138 |       [[fallthrough]];
#      |                      ^
#  136|           hval += asso_values[static_cast<unsigned char>(str[14])];
#  137|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  138|->       [[fallthrough]];
#  139|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  140|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1033]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:146:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  146 |       [[fallthrough]];
#      |                      ^
#  144|           hval += asso_values[static_cast<unsigned char>(str[13])];
#  145|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  146|->       [[fallthrough]];
#  147|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  148|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1034]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:154:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  154 |       [[fallthrough]];
#      |                      ^
#  152|           hval += asso_values[static_cast<unsigned char>(str[12])];
#  153|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  154|->       [[fallthrough]];
#  155|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  156|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1035]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:162:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  162 |       [[fallthrough]];
#      |                      ^
#  160|           hval += asso_values[static_cast<unsigned char>(str[11])];
#  161|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  162|->       [[fallthrough]];
#  163|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  164|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1036]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:170:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  170 |       [[fallthrough]];
#      |                      ^
#  168|           hval += asso_values[static_cast<unsigned char>(str[10]+1)];
#  169|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  170|->       [[fallthrough]];
#  171|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  172|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1037]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:178:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  178 |       [[fallthrough]];
#      |                      ^
#  176|           hval += asso_values[static_cast<unsigned char>(str[9])];
#  177|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  178|->       [[fallthrough]];
#  179|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  180|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1038]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:186:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  186 |       [[fallthrough]];
#      |                      ^
#  184|           hval += asso_values[static_cast<unsigned char>(str[8])];
#  185|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  186|->       [[fallthrough]];
#  187|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  188|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1039]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:194:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  194 |       [[fallthrough]];
#      |                      ^
#  192|           hval += asso_values[static_cast<unsigned char>(str[7])];
#  193|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  194|->       [[fallthrough]];
#  195|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  196|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1040]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:202:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  202 |       [[fallthrough]];
#      |                      ^
#  200|           hval += asso_values[static_cast<unsigned char>(str[6])];
#  201|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  202|->       [[fallthrough]];
#  203|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  204|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1041]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:210:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  210 |       [[fallthrough]];
#      |                      ^
#  208|           hval += asso_values[static_cast<unsigned char>(str[5])];
#  209|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  210|->       [[fallthrough]];
#  211|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  212|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1042]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:218:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  218 |       [[fallthrough]];
#      |                      ^
#  216|           hval += asso_values[static_cast<unsigned char>(str[4])];
#  217|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  218|->       [[fallthrough]];
#  219|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  220|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1043]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:226:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  226 |       [[fallthrough]];
#      |                      ^
#  224|           hval += asso_values[static_cast<unsigned char>(str[3])];
#  225|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  226|->       [[fallthrough]];
#  227|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  228|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1044]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:234:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  234 |       [[fallthrough]];
#      |                      ^
#  232|           hval += asso_values[static_cast<unsigned char>(str[2])];
#  233|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  234|->       [[fallthrough]];
#  235|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  236|         __attribute__ ((__fallthrough__));

Error: COMPILER_WARNING: [#def1045]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/color_data.cc:242:22: warning: attribute ‘fallthrough’ not preceding a case label or default label
#  242 |       [[fallthrough]];
#      |                      ^
#  240|           hval += asso_values[static_cast<unsigned char>(str[1])];
#  241|   #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
#  242|->       [[fallthrough]];
#  243|   #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
#  244|         __attribute__ ((__fallthrough__));

Error: UNICONTROL_WARNING (CWE-94): [#def1046]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/devtools-frontend/src/front_end/panels/elements/elements.js:8: warning: bidirectional control characters: ['\u202a', '\u202b', '\u202c', '\u202d', '\u202e']
#    6|             ${a}
#    7|             ${l}
#    8|->       </${p.ComputedStyleProperty.ComputedStyleProperty.litTagName}>`};class vi{render(t,n){const i=e.Color.parse(t.text);if(!i)return[document.createTextNode(t.text)];const s=new y.ColorSwatch.ColorSwatch;s.setReadonly(!0),s.renderColor(i);const o=document.createElement("span");return o.textContent=t.text,s.append(o),s.addEventListener(y.ColorSwatch.ColorChangedEvent.eventName,(e=>{const{data:{color:t}}=e;o.textContent=t.getAuthoredText()??t.asString()})),n.addControl("color",s),[s]}matcher(){retu [...]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/devtools-frontend/src/front_end/panels/elements/elements.js:8: note: trimmed 1 message(s) with length over 512

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1047]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:584:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tt’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:766:3: enter_function: entry to ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:793:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:803:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:807:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:811:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:822:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:828:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:830:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:836:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:901:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:906:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:916:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:919:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:925:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1012:7: call_function: inlined call to ‘FT_Bitmap_Init’ from ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1013:15: call_function: calling ‘FT_Bitmap_Convert’ from ‘FT_Bitmap_Blend’
#  582|   
#  583|   
#  584|->             tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 );
#  585|               tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 );
#  586|               tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 );

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1048]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:606:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tt’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:766:3: enter_function: entry to ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:793:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:803:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:807:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:811:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:822:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:828:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:830:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:836:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:901:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:906:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:916:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:919:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:925:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1012:7: call_function: inlined call to ‘FT_Bitmap_Init’ from ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1013:15: call_function: calling ‘FT_Bitmap_Convert’ from ‘FT_Bitmap_Blend’
#  604|               for ( ; j > 0; j-- )
#  605|               {
#  606|->               tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7);
#  607|                 val <<= 1;
#  608|                 tt   += 1;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1049]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:660:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tt’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:766:3: enter_function: entry to ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:793:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:803:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:807:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:811:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:822:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:828:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:830:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:836:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:901:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:906:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:916:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:919:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:925:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1012:7: call_function: inlined call to ‘FT_Bitmap_Init’ from ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1013:15: call_function: calling ‘FT_Bitmap_Convert’ from ‘FT_Bitmap_Blend’
#  658|   
#  659|   
#  660|->             tt[0] = (FT_Byte)( ( val & 0xC0 ) >> 6 );
#  661|               tt[1] = (FT_Byte)( ( val & 0x30 ) >> 4 );
#  662|               tt[2] = (FT_Byte)( ( val & 0x0C ) >> 2 );

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1050]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:677:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tt’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:766:3: enter_function: entry to ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:793:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:803:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:807:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:811:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:822:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:828:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:830:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:836:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:901:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:906:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:916:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:919:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:925:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1012:7: call_function: inlined call to ‘FT_Bitmap_Init’ from ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1013:15: call_function: calling ‘FT_Bitmap_Convert’ from ‘FT_Bitmap_Blend’
#  675|               for ( ; j > 0; j-- )
#  676|               {
#  677|->               tt[0]  = (FT_Byte)( ( val & 0xC0 ) >> 6 );
#  678|                 val  <<= 2;
#  679|                 tt    += 1;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1051]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:710:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tt’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:766:3: enter_function: entry to ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:793:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:803:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:807:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:811:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:822:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:828:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:830:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:836:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:901:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:906:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:916:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:919:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:925:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1012:7: call_function: inlined call to ‘FT_Bitmap_Init’ from ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1013:15: call_function: calling ‘FT_Bitmap_Convert’ from ‘FT_Bitmap_Blend’
#  708|   
#  709|   
#  710|->             tt[0] = (FT_Byte)( ( val & 0xF0 ) >> 4 );
#  711|               tt[1] = (FT_Byte)( ( val & 0x0F ) );
#  712|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1052]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:718:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tt’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:766:3: enter_function: entry to ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:793:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:803:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:807:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:811:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:822:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:828:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:830:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:836:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:901:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:906:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:916:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:919:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:925:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1012:7: call_function: inlined call to ‘FT_Bitmap_Init’ from ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1013:15: call_function: calling ‘FT_Bitmap_Convert’ from ‘FT_Bitmap_Blend’
#  716|   
#  717|             if ( source->width & 1 )
#  718|->             tt[0] = (FT_Byte)( ( ss[0] & 0xF0 ) >> 4 );
#  719|   
#  720|             s += source->pitch;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1053]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:743:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘tt’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:766:3: enter_function: entry to ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:793:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:803:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:807:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:811:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:822:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:828:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:830:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:836:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:901:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:906:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:916:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:919:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:925:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:932:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1010:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1012:7: call_function: inlined call to ‘FT_Bitmap_Init’ from ‘FT_Bitmap_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftbitmap.c:1013:15: call_function: calling ‘FT_Bitmap_Convert’ from ‘FT_Bitmap_Blend’
#  741|             for ( j = source->width; j > 0; j-- )
#  742|             {
#  743|->             tt[0] = ft_gray_for_premultiplied_srgb_bgra( ss );
#  744|   
#  745|               ss += 4;

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1054]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:208:12: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1543:3: enter_function: entry to ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1600:10: branch_true: following ‘true’ branch (when ‘first_arc != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: call_function: calling ‘ft_stroker_subpath_start’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroker_subpath_start’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1628:10: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1641:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: call_function: calling ‘ft_stroke_border_cubicto’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroke_border_cubicto’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1588:10: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: call_function: calling ‘ft_cubic_is_small_enough’ from ‘FT_Stroker_CubicTo’
#  206|   
#  207|   
#  208|->     d1.x = base[2].x - base[3].x;
#  209|       d1.y = base[2].y - base[3].y;
#  210|       d2.x = base[1].x - base[2].x;

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1055]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:209:12: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1543:3: enter_function: entry to ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1600:10: branch_true: following ‘true’ branch (when ‘first_arc != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: call_function: calling ‘ft_stroker_subpath_start’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroker_subpath_start’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1628:10: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1641:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: call_function: calling ‘ft_stroke_border_cubicto’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroke_border_cubicto’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1588:10: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: call_function: calling ‘ft_cubic_is_small_enough’ from ‘FT_Stroker_CubicTo’
#  207|   
#  208|       d1.x = base[2].x - base[3].x;
#  209|->     d1.y = base[2].y - base[3].y;
#  210|       d2.x = base[1].x - base[2].x;
#  211|       d2.y = base[1].y - base[2].y;

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1056]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:210:12: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1543:3: enter_function: entry to ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1600:10: branch_true: following ‘true’ branch (when ‘first_arc != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: call_function: calling ‘ft_stroker_subpath_start’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroker_subpath_start’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1628:10: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1641:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: call_function: calling ‘ft_stroke_border_cubicto’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroke_border_cubicto’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1588:10: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: call_function: calling ‘ft_cubic_is_small_enough’ from ‘FT_Stroker_CubicTo’
#  208|       d1.x = base[2].x - base[3].x;
#  209|       d1.y = base[2].y - base[3].y;
#  210|->     d2.x = base[1].x - base[2].x;
#  211|       d2.y = base[1].y - base[2].y;
#  212|       d3.x = base[0].x - base[1].x;

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1057]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:211:12: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1543:3: enter_function: entry to ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1600:10: branch_true: following ‘true’ branch (when ‘first_arc != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: call_function: calling ‘ft_stroker_subpath_start’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroker_subpath_start’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1628:10: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1641:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: call_function: calling ‘ft_stroke_border_cubicto’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroke_border_cubicto’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1588:10: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: call_function: calling ‘ft_cubic_is_small_enough’ from ‘FT_Stroker_CubicTo’
#  209|       d1.y = base[2].y - base[3].y;
#  210|       d2.x = base[1].x - base[2].x;
#  211|->     d2.y = base[1].y - base[2].y;
#  212|       d3.x = base[0].x - base[1].x;
#  213|       d3.y = base[0].y - base[1].y;

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1058]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:212:12: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1543:3: enter_function: entry to ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1600:10: branch_true: following ‘true’ branch (when ‘first_arc != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: call_function: calling ‘ft_stroker_subpath_start’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroker_subpath_start’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1628:10: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1641:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: call_function: calling ‘ft_stroke_border_cubicto’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroke_border_cubicto’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1588:10: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: call_function: calling ‘ft_cubic_is_small_enough’ from ‘FT_Stroker_CubicTo’
#  210|       d2.x = base[1].x - base[2].x;
#  211|       d2.y = base[1].y - base[2].y;
#  212|->     d3.x = base[0].x - base[1].x;
#  213|       d3.y = base[0].y - base[1].y;
#  214|   

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1059]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:213:12: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1543:3: enter_function: entry to ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1600:10: branch_true: following ‘true’ branch (when ‘first_arc != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:14: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1605:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: call_function: calling ‘ft_stroker_subpath_start’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1606:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroker_subpath_start’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1628:10: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1641:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: call_function: calling ‘ft_stroke_border_cubicto’ from ‘FT_Stroker_CubicTo’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1738:19: return_function: returning to ‘FT_Stroker_CubicTo’ from ‘ft_stroke_border_cubicto’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1653:15: branch_true: following ‘true’ branch (when ‘side != 2’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1656:20: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1739:14: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1654:15: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1580:13: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1586:42: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1588:10: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstroke.c:1589:13: call_function: calling ‘ft_cubic_is_small_enough’ from ‘FT_Stroker_CubicTo’
#  211|       d2.y = base[1].y - base[2].y;
#  212|       d3.x = base[0].x - base[1].x;
#  213|->     d3.y = base[0].y - base[1].y;
#  214|   
#  215|       close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1060]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:564:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘offsets’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:523:8: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:527:18: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:529:29: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:536:10: branch_false: following ‘false’ branch (when ‘num_subrs != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:540:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:540:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:559:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:562:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:563:24: branch_true: following ‘true’ branch (when ‘count <= num_subrs’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:564:26: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:564:16: release_memory: ‘offsets’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:564:9: danger: dereference of NULL ‘offsets + (long unsigned int)count * 8’
#  562|         p = (FT_Byte*)stream->cursor;
#  563|         for ( count = 0; count <= num_subrs; count++ )
#  564|->         offsets[count] = cid_get_offset( &p, dict->sd_bytes );
#  565|   
#  566|         FT_FRAME_EXIT();

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1061]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:570:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘offsets’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:523:8: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:527:18: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:529:29: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:536:10: branch_false: following ‘false’ branch (when ‘num_subrs != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:540:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:540:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:559:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:562:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:563:24: branch_false: following ‘false’ branch (when ‘count > num_subrs’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:566:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:569:24: branch_true: following ‘true’ branch (when ‘count <= num_subrs’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:570:22: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:570:21: release_memory: ‘offsets’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:570:14: danger: dereference of NULL ‘offsets + (long unsigned int)(count + 4294967295) * 8’
#  568|         /* offsets must be ordered */
#  569|         for ( count = 1; count <= num_subrs; count++ )
#  570|->         if ( offsets[count - 1] > offsets[count] )
#  571|           {
#  572|             FT_ERROR(( "cid_read_subrs: offsets are not ordered\n" ));

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1062]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:586:39: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘offsets’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:523:8: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:527:18: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:529:29: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:536:10: branch_false: following ‘false’ branch (when ‘num_subrs != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:540:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:540:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:559:12: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:558:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:562:21: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:563:24: branch_false: following ‘false’ branch (when ‘count > num_subrs’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:566:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:569:24: branch_false: following ‘false’ branch (when ‘count > num_subrs’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:577:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:577:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:586:39: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/cid/cidload.c:586:39: danger: dereference of NULL ‘offsets’
#  584|         /* now, compute the size of subrs charstrings, */
#  585|         /* allocate, and read them                     */
#  586|->       data_len = offsets[num_subrs] - offsets[0];
#  587|   
#  588|         if ( FT_QNEW_ARRAY( subr->code, num_subrs + 1 ) ||

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1063]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1914:22: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1866:3: enter_function: entry to ‘gray_convert_glyph’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1888:8: branch_false: following ‘false’ branch (when ‘height <= 85’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1895:11: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1895:30: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1897:7: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1926:21: call_function: calling ‘gray_convert_glyph_inner’ from ‘gray_convert_glyph’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1926:21: return_function: returning to ‘gray_convert_glyph’ from ‘gray_convert_glyph_inner’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1929:12: branch_true: following ‘true’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1931:16: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1931:14: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1932:13: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1954:17: branch_true: following ‘true’ branch...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1914:22: danger: out-of-bounds read from byte -4 till byte -1 but ‘bands’ starts at byte 0
# 1912|   
# 1913|           ras.min_ex = band[1];
# 1914|->         ras.max_ex = band[0];
# 1915|   
# 1916|           /* memory management: zero out and skip ycells */

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1064]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3543:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘rec’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3505:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3514:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3515:13: branch_false: following ‘false’ branch (when ‘rec’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3516:23: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3518:13: branch_false: following ‘false’ branch (when ‘rec >= limit’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3524:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3524:8: branch_true: following ‘true’ branch (when ‘rec == limit’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3527:12: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3527:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3532:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3537:8: branch_false: following ‘false’ branch (when ‘n <= 65535’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3543:27: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3543:5: danger: dereference of NULL ‘rec’
# 3541|       }
# 3542|   
# 3543|->     rec->range          = exc->curRange;
# 3544|       rec->opc            = (FT_UInt16)n;
# 3545|       rec->start          = exc->IP + 1;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1065]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3727:47: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘def’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3714:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3726:11: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3726:11: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3727:30: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3727:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3727:47: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3727:47: danger: dereference of NULL ‘def’
# 3725|   
# 3726|       def = FT_OFFSET( exc->FDefs, F );
# 3727|->     if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F )
# 3728|       {
# 3729|         /* look up the FDefs table */

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1066]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3829:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘def’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3796:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3804:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3805:13: branch_false: following ‘false’ branch (when ‘def’ is NULL)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3807:13: branch_false: following ‘false’ branch (when ‘def >= limit’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3811:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3811:8: branch_true: following ‘true’ branch (when ‘def == limit’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3814:12: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3814:10: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3819:7: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3823:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3829:19: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:3829:5: danger: dereference of NULL ‘def’
# 3827|       }
# 3828|   
# 3829|->     def->opc    = (FT_Byte)args[0];
# 3830|       def->start  = exc->IP + 1;
# 3831|       def->range  = exc->curRange;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1067]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/type1/t1load.c:416:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘coords’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/type1/t1load.c:638:3: enter_function: entry to ‘T1_Reset_MM_Blend’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/type1/t1load.c:643:12: call_function: inlined call to ‘T1_Set_MM_Blend’ from ‘T1_Reset_MM_Blend’
#  414|   
#  415|           /* get current blend axis position */
#  416|->         factor = coords[m];
#  417|           if ( ( n & ( 1 << m ) ) == 0 )
#  418|             factor = 0x10000L - factor;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1068]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libjpeg_turbo/jcmaster.c:299:11: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘last_bitpos[ci][0]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libjpeg_turbo/jcmaster.c:590:1: enter_function: entry to ‘chromium_jinit_c_master_control’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libjpeg_turbo/jcmaster.c:606:6: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libjpeg_turbo/jcmaster.c:608:5: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libjpeg_turbo/jcmaster.c:608:5: call_function: calling ‘validate_script’ from ‘chromium_jinit_c_master_control’
#  297|        */
#  298|       for (ci = 0; ci < cinfo->num_components; ci++) {
#  299|->       if (last_bitpos[ci][0] < 0)
#  300|           ERREXIT(cinfo, JERR_MISSING_DATA);
#  301|       }

Error: GCC_ANALYZER_WARNING (CWE-465): [#def1069]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/error.c:223:12: warning[-Wanalyzer-deref-before-check]: check of ‘value’ for NULL after already dereferencing it
#  221|   	mask = WARN_ST_ENABLED;
#  222|   
#  223|-> 	if (value && !nasm_strnicmp(value, "error", 5)) {
#  224|   		switch (value[5]) {
#  225|   		case '=':

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1070]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1018:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1016|           case 'o':       /* output file */
# 1017|               if (pass == 2)
# 1018|->                 copy_filename(&outname, param, "output");
# 1019|               break;
# 1020|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1071]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1023:24: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1021|           case 'f':       /* output format */
# 1022|               if (pass == 1) {
# 1023|->                 ofmt = ofmt_find(param, &ofmt_alias);
# 1024|                   if (!ofmt) {
# 1025|                       nasm_fatalf(ERR_USAGE, "unrecognised output format `%s' - use -hf for a list", param);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1072]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1034:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1032|                   int opt;
# 1033|   
# 1034|->                 if (!*param) {
# 1035|                       /* Naked -O == -Ox */
# 1036|                       optimizing.level = MAX_OPTIMIZE;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1073]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1078:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1076|           case 'P':
# 1077|               if (pass == 2)
# 1078|->                 preproc->pre_include(param);
# 1079|               break;
# 1080|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1074]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1084:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1082|           case 'D':
# 1083|               if (pass == 2)
# 1084|->                 preproc->pre_define(param);
# 1085|               break;
# 1086|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1075]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1090:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1088|           case 'U':
# 1089|               if (pass == 2)
# 1090|->                 preproc->pre_undefine(param);
# 1091|               break;
# 1092|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1076]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1096:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1094|           case 'I':
# 1095|               if (pass == 1)
# 1096|->                 strlist_add(include_path, param);
# 1097|               break;
# 1098|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1077]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1101:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1099|           case 'l':       /* listing file */
# 1100|               if (pass == 2)
# 1101|->                 copy_filename(&listname, param, "listing");
# 1102|               break;
# 1103|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1078]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1106:24: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1104|           case 'L':        /* listing options */
# 1105|               if (pass == 2) {
# 1106|->                 while (*param)
# 1107|                       list_options |= list_option_mask(*param++);
# 1108|               }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1079]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1113:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1111|           case 'Z':       /* error messages file */
# 1112|               if (pass == 1)
# 1113|->                 copy_filename(&errname, param, "error");
# 1114|               break;
# 1115|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1080]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1119:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1117|               if (pass == 1) {
# 1118|                   using_debug_info = true;
# 1119|->                 debug_format = param;
# 1120|               }
# 1121|               break;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1081]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1125:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1123|           case 'X':       /* specify error reporting format */
# 1124|               if (pass == 1) {
# 1125|->                 if (!nasm_stricmp("vc", param) || !nasm_stricmp("msvc", param) || !nasm_stricmp("ms", param))
# 1126|                       errfmt = &errfmt_msvc;
# 1127|                   else if (!nasm_stricmp("gnu", param) || !nasm_stricmp("gcc", param))

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1082]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1178:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘param’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1490:13: enter_function: entry to ‘parse_cmdline’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1505:8: branch_true: following ‘true’ branch (when ‘envreal’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1506:19: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/nasm.c:1507:9: call_function: calling ‘process_args’ from ‘parse_cmdline’
# 1176|           case 'W':
# 1177|               if (pass == 2)
# 1178|->                 set_warning_status(param);
# 1179|           break;
# 1180|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1083]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/quote.c:441:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘escp’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/quote.c:475:8: enter_function: entry to ‘nasm_unquote’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/asm/quote.c:477:12: call_function: calling ‘nasm_unquote_common’ from ‘nasm_unquote’
#  439|   
#  440|                   if (unlikely(p <= escp))
#  441|->                     EMIT(escp[-1]);
#  442|                   else if (state == st_ucs)
#  443|                       EMIT_UTF8(nval);

Error: GCC_ANALYZER_WARNING (CWE-688): [#def1084]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:220:9: warning[-Wanalyzer-null-argument]: use of NULL ‘f’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:214:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:218:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:220:9: danger: argument 1 (‘f’) NULL where non-null expected
#  218|       switch (flags & NF_BUF_MASK) {
#  219|       case NF_IONBF:
#  220|->         setvbuf(f, NULL, _IONBF, 0);
#  221|           break;
#  222|       case NF_IOLBF:

Error: GCC_ANALYZER_WARNING (CWE-688): [#def1085]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:223:9: warning[-Wanalyzer-null-argument]: use of NULL ‘f’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:214:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:218:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:223:9: danger: argument 1 (‘f’) NULL where non-null expected
#  221|           break;
#  222|       case NF_IOLBF:
#  223|->         setvbuf(f, NULL, _IOLBF, 0);
#  224|           break;
#  225|       case NF_IOFBF:

Error: GCC_ANALYZER_WARNING (CWE-688): [#def1086]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:226:9: warning[-Wanalyzer-null-argument]: use of NULL ‘f’ where non-null expected
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:214:9: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:218:13: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/file.c:226:9: danger: argument 1 (‘f’) NULL where non-null expected
#  224|           break;
#  225|       case NF_IOFBF:
#  226|->         setvbuf(f, NULL, _IOFBF, 0);
#  227|           break;
#  228|       default:

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1087]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:132:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘d’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:333:6: enter_function: entry to ‘saa_wleb128u’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:349:14: branch_false: following ‘false’ branch (when ‘value == 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:350:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/nasmlib/saa.c:350:5: call_function: calling ‘saa_wbytes’ from ‘saa_wleb128u’
#  130|           if (l) {
#  131|               if (d) {
#  132|->                 memcpy(*s->wblk + s->wpos, d, l);
#  133|                   d += l;
#  134|               } else

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1088]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:521:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘sym’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:485:8: branch_false: following ‘false’ branch (when ‘shead’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:494:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:507:16: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:510:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:516:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:521:17: danger: dereference of NULL ‘sym’
#  519|   
#  520|       r->address = sect->len;
#  521|->     r->symbol = sym->symnum;
#  522|       r->reltype = type | RELTYPE_SYMFLAG;
#  523|       r->bytes = bytes;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1089]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:566:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘asym’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:557:8: branch_true: following ‘true’ branch (when ‘asym’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:558:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outaout.c:566:17: danger: dereference of NULL ‘asym’
#  564|   
#  565|       r->address = sect->len;
#  566|->     r->symbol = asym->symnum;
#  567|       r->reltype = RELTYPE_GOTOFF;
#  568|       r->bytes = bytes;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1090]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:224:21: release_memory: ‘nobits’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_true: following ‘true’ branch (when ‘g’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:319:15: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:14: branch_true: following ‘true’ branch (when ‘s’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:35: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:24: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:41: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:21: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:21: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:381:13: danger: dereference of NULL ‘sections’
#  379|       /* Make sure we have an origin and a start address for the first section. */
#  380|       if (origin_defined) {
#  381|-> 	if (sections->flags & START_DEFINED) {
#  382|               /* Make sure this section doesn't begin before the origin. */
#  383|               if (sections->start < origin)

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1091]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:224:21: release_memory: ‘nobits’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_true: following ‘true’ branch (when ‘g’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:319:15: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:14: branch_true: following ‘true’ branch (when ‘s’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:333:35: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:318:40: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:10: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:24: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:364:41: branch_false: following ‘false’ branch (when ‘g’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:380:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:23: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:23: release_memory: ‘0’ is NULL
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:392:15: danger: dereference of NULL ‘sections’
#  390|   	}
#  391|       } else {
#  392|->         if (!(sections->flags & START_DEFINED))
#  393|               sections->start = 0;
#  394|           origin = sections->start;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1092]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1226:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘sec’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1203:16: enter_function: entry to ‘bin_secname’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1212:8: branch_true: following ‘true’ branch (when ‘name’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1214:9: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1225:15: call_function: calling ‘find_section_by_name’ from ‘bin_secname’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1225:15: return_function: return of NULL to ‘bin_secname’ from ‘find_section_by_name’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outbin.c:1226:9: danger: dereference of NULL ‘sec’
# 1224|           *bits = 16;
# 1225|           sec = find_section_by_name(".text");
# 1226|->         sec->flags |= TYPE_DEFINED | TYPE_PROGBITS;
# 1227|           return sec->vstart_index;
# 1228|       }

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1093]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outieee.c:728:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*bits’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outieee.c:1267:13: enter_function: entry to ‘dbgls_init’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outieee.c:1276:5: call_function: inlined call to ‘ieee_segment’ from ‘dbgls_init’
#  726|           seg->currentpos = 0;
#  727|           seg->align = 1;         /* default */
#  728|->         seg->use32 = *bits == 32;       /* default to user spec */
#  729|           seg->combine = CMB_PUBLIC;      /* default */
#  730|           seg->pubhead = NULL;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1094]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1889:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1867:13: enter_function: entry to ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1878:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1878:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1879:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1879:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1880:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1880:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1881:9: call_function: calling ‘macho_section’ from ‘macho_dbg_generate’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1881:9: return_function: returning to ‘macho_dbg_generate’ from ‘macho_section’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1888:9: branch_true: following ‘true’ branch (when ‘p_sect’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1889:31: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/nasm/output/outmacho.c:1889:22: danger: dereference of NULL ‘get_section_by_index(*p_sect.section)’
# 1887|   
# 1888|           list_for_each(p_sect, dw_head_sect) {
# 1889|->             uint64_t offset = get_section_by_index(p_sect->section)->size;
# 1890|               struct SAA *p_linep = p_sect->psaa;
# 1891|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1095]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:589:47: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘SourceStartingOrder[0]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:536:6: enter_function: entry to ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:552:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:556:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:561:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:565:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:565:8: branch_false: following ‘false’ branch (when ‘nExtra != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:569:48: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:569:5: call_function: calling ‘ComputeComponentIncrements’ from ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:569:5: return_function: returning to ‘_cmsHandleExtraChannels’ from ‘ComputeComponentIncrements’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:570:5: call_function: calling ‘ComputeComponentIncrements’ from ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:570:5: return_function: returning to ‘_cmsHandleExtraChannels’ from ‘ComputeComponentIncrements’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:573:19: call_function: calling ‘_cmsGetFormatterAlpha’ from ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:573:19: return_function: returning to ‘_cmsHandleExtraChannels’ from ‘_cmsGetFormatterAlpha’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:574:8: branch_false: following ‘false’ branch (when ‘copyValueFn’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:577:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:577:8: branch_true: following ‘true’ branch (when ‘nExtra == 1’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:586:21: branch_true: following ‘true’ branch (when ‘i < LineCount’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:589:47: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:589:47: danger: use of uninitialized value ‘SourceStartingOrder[0]’ here
#  587|   
#  588|               // Prepare pointers for the loop
#  589|->             SourcePtr = (cmsUInt8Number*)in + SourceStartingOrder[0] + SourceStrideIncrement;
#  590|               DestPtr = (cmsUInt8Number*)out + DestStartingOrder[0] + DestStrideIncrement;
#  591|   

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1096]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:622:54: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘SourceStartingOrder[j]’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:536:6: enter_function: entry to ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:552:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:556:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:561:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:565:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:565:8: branch_false: following ‘false’ branch (when ‘nExtra != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:569:48: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:569:5: call_function: calling ‘ComputeComponentIncrements’ from ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:569:5: return_function: returning to ‘_cmsHandleExtraChannels’ from ‘ComputeComponentIncrements’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:570:5: call_function: calling ‘ComputeComponentIncrements’ from ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:570:5: return_function: returning to ‘_cmsHandleExtraChannels’ from ‘ComputeComponentIncrements’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:573:19: call_function: calling ‘_cmsGetFormatterAlpha’ from ‘_cmsHandleExtraChannels’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:573:19: return_function: returning to ‘_cmsHandleExtraChannels’ from ‘_cmsGetFormatterAlpha’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:574:8: branch_false: following ‘false’ branch (when ‘copyValueFn’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:577:8: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:577:8: branch_false: following ‘false’ branch (when ‘nExtra != 1’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:613:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:617:21: branch_true: following ‘true’ branch (when ‘i < LineCount’)...
 branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:620:25: branch_true: following ‘true’ branch (when ‘j < nExtra’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:622:54: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c:622:54: danger: use of uninitialized value ‘SourceStartingOrder[j]’ here
#  620|               for (j = 0; j < nExtra; j++) {
#  621|   
#  622|->                 SourcePtr[j] = (cmsUInt8Number*)in + SourceStartingOrder[j] + SourceStrideIncrements[j];
#  623|                   DestPtr[j] = (cmsUInt8Number*)out + DestStartingOrder[j] + DestStrideIncrements[j];
#  624|               }

Error: GCC_ANALYZER_WARNING (CWE-775): [#def1097]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:466:5: warning[-Wanalyzer-file-leak]: leak of FILE ‘fm’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1509:20: enter_function: entry to ‘cmsSaveProfileToFile’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1511:28: call_function: inlined call to ‘cmsGetProfileContextID’ from ‘cmsSaveProfileToFile’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1512:24: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1512:24: call_function: calling ‘cmsOpenIOhandlerFromFile’ from ‘cmsSaveProfileToFile’
#  464|       iohandler ->Close   = FileClose;
#  465|       iohandler ->Tell    = FileTell;
#  466|->     iohandler ->Write   = FileWrite;
#  467|   
#  468|       return iohandler;

Error: GCC_ANALYZER_WARNING (CWE-401): [#def1098]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:466:5: warning[-Wanalyzer-malloc-leak]: leak of ‘fm’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1509:20: enter_function: entry to ‘cmsSaveProfileToFile’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1511:28: call_function: inlined call to ‘cmsGetProfileContextID’ from ‘cmsSaveProfileToFile’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1512:24: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1512:24: call_function: calling ‘cmsOpenIOhandlerFromFile’ from ‘cmsSaveProfileToFile’
#  464|       iohandler ->Close   = FileClose;
#  465|       iohandler ->Tell    = FileTell;
#  466|->     iohandler ->Write   = FileWrite;
#  467|   
#  468|       return iohandler;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1099]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1457:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hProfile’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1543:19: enter_function: entry to ‘cmsSaveProfileToMem’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1547:28: call_function: inlined call to ‘cmsGetProfileContextID’ from ‘cmsSaveProfileToMem’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1552:8: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1552:8: branch_true: following ‘true’ branch (when ‘MemPtr’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1554:28: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsio0.c:1554:28: call_function: calling ‘cmsSaveProfileToIOhandler’ from ‘cmsSaveProfileToMem’
# 1455|       _cmsAssert(hProfile != NULL);
# 1456|       
# 1457|->     if (!_cmsLockMutex(Icc->ContextID, Icc->UsrMutex)) return 0;
# 1458|       memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
# 1459|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1100]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmslut.c:1202:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘mpe’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmslut.c:1546:16: enter_function: entry to ‘cmsPipelineUnlinkStage’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmslut.c:1553:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmslut.c:1559:5: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmslut.c:1592:8: branch_false: following ‘false’ branch (when ‘mpe’ is NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmslut.c:1595:9: branch_false: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmslut.c:1595:9: call_function: calling ‘cmsStageFree’ from ‘cmsPipelineUnlinkStage’
# 1200|   void CMSEXPORT cmsStageFree(cmsStage* mpe)
# 1201|   {
# 1202|->     if (mpe ->FreePtr)
# 1203|           mpe ->FreePtr(mpe);
# 1204|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1101]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsnamed.c:751:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘NamedColorList’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsnamed.c:749:21: enter_function: entry to ‘_cmsStageAllocNamedColor’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsnamed.c:757:36: call_function: calling ‘cmsDupNamedColorList’ from ‘_cmsStageAllocNamedColor’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsnamed.c:757:36: return_function: returning to ‘_cmsStageAllocNamedColor’ from ‘cmsDupNamedColorList’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsnamed.c:751:12: branch_true: following ‘true’ branch (when ‘UsePCS != 0’)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsnamed.c:751:12: branch_true: ...to here
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsnamed.c:751:12: danger: dereference of NULL ‘NamedColorList’
#  749|   cmsStage* CMSEXPORT _cmsStageAllocNamedColor(cmsNAMEDCOLORLIST* NamedColorList, cmsBool UsePCS)
#  750|   {
#  751|->     return _cmsStageAllocPlaceholder(NamedColorList ->ContextID,
#  752|                                      cmsSigNamedColorElemType,
#  753|                                      1, UsePCS ? 3 : NamedColorList ->ColorantCount,

Error: GCC_ANALYZER_WARNING (CWE-126): [#def1102]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsps2.c:323:5: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsps2.c:1567:27: enter_function: entry to ‘cmsGetPostScriptCRD’
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsps2.c:1581:8: branch_false: following ‘false’ branch (when ‘mem’ is non-NULL)...
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/cmsps2.c:1583:20: call_function: inlined call to ‘cmsGetPostScriptColorResource’ from ‘cmsGetPostScriptCRD’
#  321|       char* pt;
#  322|   
#  323|->     strncpy(Buffer, txt, 2047);
#  324|       Buffer[2047] = 0;
#  325|       for (pt = Buffer; *pt; pt++)

Error: COMPILER_WARNING: [#def1103]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/task/sequenced_task_runner_helpers.h:26:5: warning[-Wdelete-incomplete]: possible problem detected in invocation of ‘operator delete’
#   26 |     delete static_cast<const T*>(object);
#      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   24|    private:
#   25|     static void DoDelete(const void* object) {
#   26|->     delete static_cast<const T*>(object);
#   27|     }
#   28|   

Error: COMPILER_WARNING: [#def1104]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/task/sequenced_task_runner_helpers.h:26:12: warning: invalid use of incomplete type ‘class content::GeneratedCodeCache’
#   26 |     delete static_cast<const T*>(object);
#      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/storage_partition_impl_map.cc:28: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/code_cache/generated_code_cache_context.h:17:7: note: forward declaration of ‘class content::GeneratedCodeCache’
#   17 | class GeneratedCodeCache;
#      |       ^~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/task/sequenced_task_runner_helpers.h:26:5: note: neither the destructor nor the class-specific ‘operator delete’ will be called, even if they are declared when the class is defined
#   26 |     delete static_cast<const T*>(object);
#      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   24|    private:
#   25|     static void DoDelete(const void* object) {
#   26|->     delete static_cast<const T*>(object);
#   27|     }
#   28|   

Error: COMPILER_WARNING (CWE-457): [#def1105]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/base/base_jumbo_51.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/trace_event/traced_value.cc: scope_hint: In constructor ‘base::trace_event::TracedValue::ValueHolder::ValueHolder(base::trace_event::TracedValue::ValueHolder&&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/trace_event/traced_value.cc:734:7: warning[-Wuninitialized]: ‘*this.base::trace_event::TracedValue::ValueHolder::kept_value_type_’ is used uninitialized
#  734 |   if (kept_value_type_ == KeptValueType::kStdStringType) {
#      |       ^~~~~~~~~~~~~~~~
#  732|   TracedValue::ValueHolder::ValueHolder(TracedValue::ValueHolder&& other) {
#  733|     // Remember to call a destructor if necessary.
#  734|->   if (kept_value_type_ == KeptValueType::kStdStringType) {
#  735|       delete (&kept_value_.std_string_value);
#  736|     }

Error: UNICONTROL_WARNING (CWE-94): [#def1106]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:20: warning: bidirectional control characters: ['\u202b']
#   18|   <translation id="1203500561924088507">بابت نصب از شما سپاس‌گزاریم. قبل‌از استفاده از <ph name="BUNDLE_NAME" />، باید مرورگر را بازراه‌اندازی کنید.</translation>
#   19|   <translation id="1262876892872089030">‏وقتی این برگه غیرفعال بود، مقداری از حافظه آزاد شد تا سرعت Chromium حفظ شود. می‌توانید انتخاب کنید این سایت همیشه از غیرفعال شدن مستثنی شود.</translation>
#   20|-> <translation id="1265577313130862557">‏‫Chromium این بارگیری را مسدود کرد زیرا این فایل خطرناک است</translation>
#   21|   <translation id="126567311906253476">‏وقتی با <ph name="USER_EMAIL" /> به سیستم سرویس‌های Google مثل Gmail یا YouTube وارد می‌شوید، می‌توانید به‌طور خودکار با همان حساب به سیستم Chromium وارد شوید</translation>
#   22|   <translation id="1290883685122687410">خطای راه‌اندازی: <ph name="METAINSTALLER_EXIT_CODE" />. <ph name="WINDOWS_ERROR" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1107]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:24: warning: bidirectional control characters: ['\u202b']
#   22|   <translation id="1290883685122687410">خطای راه‌اندازی: <ph name="METAINSTALLER_EXIT_CODE" />. <ph name="WINDOWS_ERROR" /></translation>
#   23|   <translation id="1315551408014407711">‏راه‌اندازی نمایه Chromium جدید</translation>
#   24|-> <translation id="1324107359134968521">‏‫Chromium برای کاوش دستگاه‌های بلوتوث
#   25|   باید به بلوتوث دسترسی داشته باشد. <ph name="IDS_SERIAL_DEVICE_CHOOSER_AUTHORIZE_BLUETOOTH_LINK" /></translation>
#   26|   <translation id="1342274909142618978">‏داده‌ها از Chromium هم حذف شود (<ph name="URL" />)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1108]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:32: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#   30|   <translation id="1524282610922162960">‏هم‌رسانی برگه Chromium</translation>
#   31|   <translation id="1553461853655228091">‏Chromium برای ایجاد نقشه سه‌بعدی محیط شما باید اجازه دسترسی به دوربین داشته باشد</translation>
#   32|-> <translation id="1555494096857516577">{NUM_EXTENSIONS,plural, =1{‏دیگر از این افزونه پشتیبانی نمی‌شود. ‫Chromium توصیه می‌کند آن را حذف کنید.}one{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chromium توصیه می‌کند آن‌ها را بردارید.}other{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chromium توصیه می‌کند آن‌ها را برداری�[...]
#   33|   <translation id="1574377791422810894">‏ابزارهای ایمنی Chromium</translation>
#   34|   <translation id="1591808205441691831">‏قبل‌از اینکه بتوان برخی‌از داده‌ها را در «حساب Google» شما ذخیره کرد و در همه دستگاه‌هایتان استفاده کرد، Chromium باید هویت شما را تأیید کند. اگر از سیستم خارج شوید، این داده‌ها در این دستگاه باقی خواهد ماند.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:32: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1109]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:35: warning: bidirectional control characters: ['\u202b']
#   33|   <translation id="1574377791422810894">‏ابزارهای ایمنی Chromium</translation>
#   34|   <translation id="1591808205441691831">‏قبل‌از اینکه بتوان برخی‌از داده‌ها را در «حساب Google» شما ذخیره کرد و در همه دستگاه‌هایتان استفاده کرد، Chromium باید هویت شما را تأیید کند. اگر از سیستم خارج شوید، این داده‌ها در این دستگاه باقی خواهد ماند.</translation>
#   35|-> <translation id="1594928384848033697">‏‫Chromium می‌خواهد داده‌های «مدیر گذرواژه» شما را حذف کند. برای مجاز کردن این کار، گذرواژه Windows خود را تایپ کنید.</translation>
#   36|   <translation id="1607715478322902680">{COUNT,plural, =0{‏سرپرست سیستم لازم می‌داند برای اعمال به‌روزرسانی، Chromium را راه‌اندازی مجدد کنید}=1{‏سرپرست سیستم لازم می‌داند برای اعمال به‌روزرسانی، Chromium را راه‌اندازی مجدد کنید. پنجره ناشناس بازگشایی نمی‌شود.}one{‏سرپرست سیستم لازم می‌داند برای اعمال به�[...]
#   37|   <translation id="1625909126243026060">‏مرور کنترل‌های اصلی امنیت و حریم خصوصی در Chromium</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:35: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1110]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:61: warning: bidirectional control characters: ['\u202b']
#   59|   <translation id="1929939181775079593">‏Chromium پاسخ نمی‌دهد. مجدداً راه‌اندازی شود؟</translation>
#   60|   <translation id="193439633299369377">‏برای اعمال به‌روزرسانی، ChromiumOS باید بازراه‌اندازی شود.</translation>
#   61|-> <translation id="1951406923938785464">‏‫Chromium این بارگیری را مسدود کرد زیرا این نوع فایل معمولاً بارگیری نمی‌شود و ممکن است خطرناک باشد</translation>
#   62|   <translation id="1953553007165777902">درحال بارگیری… <ph name="MINUTE" /> دقیقه باقی مانده است</translation>
#   63|   <translation id="1966382378801805537">‏Chromium نمی‌تواند مرورگر پیش‌فرض را تعیین یا تنظیم کند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1111]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:69: warning: bidirectional control characters: ['\u202b']
#   67|   <translation id="2020032459870799438">‏برای بررسی اینکه از دیگر گذرواژه‌هایتان دربرابر نقض داده یا دیگر مشکلات امنیتی محافظت می‌شود، <ph name="BEGIN_LINK" />به سیستم Chromium وارد شوید<ph name="END_LINK" />.</translation>
#   68|   <translation id="2049376729098081731">‏انتخاب کنید که آیا سابقه Chromium برای تجربه‌های شخصی‌شده‌تر در سرویس‌های Google لحاظ شود یا نه</translation>
#   69|-> <translation id="2086476982681781442">‏‫Chromium این بارگیری را مسدود کرد زیرا این فایل فریب‌دهنده است و ممکن است تغییرات غیرمنتظره‌ای در دستگاهتان ایجاد کند</translation>
#   70|   <translation id="2088953378266246249">‏اطلاعات مربوط به اینکه Chromium چگونه گواهینامه‌های ریشه‌اش را مدیریت می‌کند</translation>
#   71|   <translation id="2120965832000301375">{COUNT,plural, =1{‏اگر به‌مدت یک دقیقه از Chromium استفاده نشود، سازمانتان داده‌های مرور را به‌طور خودکار حذف می‌کند. این داده‌ها می‌تواند شامل سابقه، تکمیل خودکار، و بارگیری‌ها شود. برگه‌هایتان باز خواهد ماند.}one{‏اگر به‌مدت # دقیقه از Chromium استفاده نشود، سازمان [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:69: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1112]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:73: warning: bidirectional control characters: ['\u202b']
#   71|   <translation id="2120965832000301375">{COUNT,plural, =1{‏اگر به‌مدت یک دقیقه از Chromium استفاده نشود، سازمانتان داده‌های مرور را به‌طور خودکار حذف می‌کند. این داده‌ها می‌تواند شامل سابقه، تکمیل خودکار، و بارگیری‌ها شود. برگه‌هایتان باز خواهد ماند.}one{‏اگر به‌مدت # دقیقه از Chromium استفاده نشود، سازمان [...]
#   72|   <translation id="2126108037660393668">فایل بارگیری‌شده تأیید نشد.</translation>
#   73|-> <translation id="215352261310130060">‏‫Chromium این بارگیری را مسدود کرد زیرا این سایت از اتصال ایمن استفاده نمی‌کند و ممکن است فایل دستکاری شده باشد</translation>
#   74|   <translation id="2157600032285353789">‏می‌توانید نشانک‌ها، حالت مطالعه، و موارد دیگر را از منوِ Chromium باز کنید</translation>
#   75|   <translation id="2174178932569897599">‏سفارشی کردن Chromium</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:73: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1113]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:80: warning: bidirectional control characters: ['\u202b']
#   78|   <translation id="2190166659037789668">خطای بررسی به‌روزرسانی: <ph name="UPDATE_CHECK_ERROR" />.</translation>
#   79|   <translation id="2199210295479376551">‏برداشتن حساب از Chromium</translation>
#   80|-> <translation id="2210682093923538346">‏سایت خطرناک. ‫Chromium اعلان‌ها را برداشت.</translation>
#   81|   <translation id="2240214816234246077">‏اخیراً بازدیدی نداشته‌اید. ‫Chromium ‏<ph name="PERMISSION_1" /> و <ph name="PERMISSION_2" /> را برداشت</translation>
#   82|   <translation id="2241627712206172106">‏اگر رایانه‌ای را به صورت مشترک استفاده می‌کنید، دوستان و خانواده می‌توانند به صورت جداگانه مرور کنند و Chromium را به صورتی که مایلند تنظیم کنند.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1114]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:81: warning: bidirectional control characters: ['\u202b']
#   79|   <translation id="2199210295479376551">‏برداشتن حساب از Chromium</translation>
#   80|   <translation id="2210682093923538346">‏سایت خطرناک. ‫Chromium اعلان‌ها را برداشت.</translation>
#   81|-> <translation id="2240214816234246077">‏اخیراً بازدیدی نداشته‌اید. ‫Chromium ‏<ph name="PERMISSION_1" /> و <ph name="PERMISSION_2" /> را برداشت</translation>
#   82|   <translation id="2241627712206172106">‏اگر رایانه‌ای را به صورت مشترک استفاده می‌کنید، دوستان و خانواده می‌توانند به صورت جداگانه مرور کنند و Chromium را به صورتی که مایلند تنظیم کنند.</translation>
#   83|   <translation id="2313870531055795960">‏نشانی‌های وب را با فهرست سایت‌های ناامنی که در Chromium ذخیره شده است مقایسه می‌کند. اگر سایتی تلاش کند گذرواژه شما را به‌سرقت ببرد، یا وقتی فایل مخربی بارگیری می‌کنید، Chromium ممکن است نشانی‌های وب را نیز به‌همراه بخش‌های کوچکی از محتوای صفحه به «مرور ایمن [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:81: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1115]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:128: warning: bidirectional control characters: ['\u202b']
#  126|   <translation id="2977470724722393594">‏Chromium به‌روز است</translation>
#  127|   <translation id="2977506796191543575">‏اگر سایتی تلاش کند گذرواژه شما را به‌سرقت ببرد، یا وقتی فایل مخربی بارگیری می‌کنید، Chromium ممکن است نشانی‌های وب را نیز به‌همراه بخش‌های کوچکی از محتوای صفحه به «مرور ایمن» ارسال کند</translation>
#  128|-> <translation id="2987208172821108655">‏‫Chromium می‌تواند این برگه‌ها را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و منابع را آزاد کند.</translation>
#  129|   <translation id="3013473503895162900">‏‫<ph name="URL" /> در برگه جدیدی در Chromium باز می‌شود.</translation>
#  130|   <translation id="3032706164202344641">‏Chromium نمی‌تواند گذرواژه‌هایتان را بررسی کند. بعداً دوباره امتحان کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1116]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:129: warning: bidirectional control characters: ['\u202b']
#  127|   <translation id="2977506796191543575">‏اگر سایتی تلاش کند گذرواژه شما را به‌سرقت ببرد، یا وقتی فایل مخربی بارگیری می‌کنید، Chromium ممکن است نشانی‌های وب را نیز به‌همراه بخش‌های کوچکی از محتوای صفحه به «مرور ایمن» ارسال کند</translation>
#  128|   <translation id="2987208172821108655">‏‫Chromium می‌تواند این برگه‌ها را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و منابع را آزاد کند.</translation>
#  129|-> <translation id="3013473503895162900">‏‫<ph name="URL" /> در برگه جدیدی در Chromium باز می‌شود.</translation>
#  130|   <translation id="3032706164202344641">‏Chromium نمی‌تواند گذرواژه‌هایتان را بررسی کند. بعداً دوباره امتحان کنید.</translation>
#  131|   <translation id="3032787606318309379">‏افزودن به Chromium…</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1117]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:164: warning: bidirectional control characters: ['\u202b']
#  162|   <translation id="3497319089134299931">‏با <ph name="SHORTCUT" /> می‌توانید بین نمایه‌های Chromium جابه‌جا شوید</translation>
#  163|   <translation id="3509308970982693815">‏لطفاً همه پنجره‌های Chromium را ببندید و دوباره سعی کنید.</translation>
#  164|-> <translation id="3530103706039034513">‏‫<ph name="EXISTING_USER" /> درحال‌حاضر به سیستم وارد شده است.  برای جدا نگه داشتن مرورتان، در نمایه خودتان با حساب <ph name="USER_EMAIL_ADDRESS" /> به سیستم Chromium وارد شوید.</translation>
#  165|   <translation id="3533435340678213462">‏برای محافظت از حریم خصوصی شما، علایقی را که قدیمی‌تر از ۴ هفته باشند به‌طور خودکار حذف می‌کنیم. وقتی به مرور کردن ادامه می‌دهید، ممکن است علاقه‌ای مجدداً به فهرست اضافه شود. یا می‌توانید علایقی را که نمی‌خواهید Chromium مدنظر قرار دهد حذف کنید.</translation>
#  166|   <translation id="3567254597502212821">‏سابقه مرور شما، سابقه سایت‌هایی که بااستفاده از Chromium در این دستگاه از آن‌ها بازدید کرده‌اید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1118]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:175: warning: bidirectional control characters: ['\u202b']
#  173|   <translation id="3685209450716071127">‏Chromium نمی‌تواند گذرواژه‌هایتان را بررسی کند. اتصال اینترنت را بررسی کنید.</translation>
#  174|   <translation id="3702352323269013324">‏درباره شخصی‌سازی آگهی در Chromium بیشتر بدانید</translation>
#  175|-> <translation id="3702620714724788961">‏‫Chromium صفحه‌ها را پیش‌بارگیری می‌کند تا مرور و جستجو کردن سریع‌تر شود.</translation>
#  176|   <translation id="370962675267501463">{COUNT,plural, =0{‏سرپرست سیستم از شما می‌خواهد برای اعمال این به‌روزرسانی، Chromium را راه‌اندازی مجدد کنید}=1{‏سرپرست سیستم از شما می‌خواهد برای اعمال این به‌روزرسانی، Chromium را راه‌اندازی مجدد کنید. پنجره ناشناس بازگشایی نمی‌شود.}one{‏سرپرست سیستم از شما می‌خواه [...]
#  177|   <translation id="3713809861844741608">‏باز کردن پیوند در &amp;برگه جدید Chromium</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:175: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1119]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:182: warning: bidirectional control characters: ['\u202b']
#  180|   <translation id="3790262771324122253">‏ببینید چرا Chromium برخی‌از بارگیری‌ها را مسدود می‌کند</translation>
#  181|   <translation id="379589255253486813">‏اگر موردی نیاز به بررسی داشته باشد، Chromium به شما اطلاع می‌دهد</translation>
#  182|-> <translation id="3802055581630249637">‏‫Chromium صفحه‌هایی را که احتمالاً از آن‌ها بازدید خواهید کرد پیش‌بارگیری می‌کند تا وقتی از آن‌ها بازدید می‌کنید سریع‌تر بارگیری شوند</translation>
#  183|   <translation id="3830894615770080216">‏سیستم ChromiumOS</translation>
#  184|   <translation id="3848258323044014972"><ph name="PAGE_TITLE" /> - Chromium</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1120]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:221: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  219|   <translation id="4407044323746248786">‏درهرصورت از Chromium خارج می‌شوید؟</translation>
#  220|   <translation id="4415566066719264597">‏اجازه به Chromium برای اجرا در پس‌زمینه</translation>
#  221|-> <translation id="4419831163359812184">{NUM_EXTENSIONS,plural, =1{‏‫Chromium توصیه می‌کند آن را بردارید. <ph name="BEGIN_LINK" />درباره افزونه‌های پشتیبانی‌شده بیشتر بدانید<ph name="END_LINK" />}one{‏‫Chromium توصیه می‌کند آن را بردارید. <ph name="BEGIN_LINK" />درباره افزونه‌های پشتیبانی‌شده بیشتر بدانید<ph name="END_LINK" />}other{‏‫Chromium توصیه می‌�[...]
#  222|   <translation id="4423735387467980091">‏سفارشی کردن و کنترل Chromium</translation>
#  223|   <translation id="4427306783828095590">«محافظت بهبودیافته» کارهای بیشتری برای مسدود کردن رمزگیری و بدافزار انجام می‌دهد</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:221: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1121]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:225: warning: bidirectional control characters: ['\u202b']
#  223|   <translation id="4427306783828095590">«محافظت بهبودیافته» کارهای بیشتری برای مسدود کردن رمزگیری و بدافزار انجام می‌دهد</translation>
#  224|   <translation id="4434353761996769206">خطای نصب‌کننده: <ph name="INSTALLER_ERROR" /></translation>
#  225|-> <translation id="4438870983368648614">‏‫<ph name="MANAGER" /> ‏Chromium را مدیریت می‌کند</translation>
#  226|   <translation id="4447409407328223819">‏درباره Chrome for Testing</translation>
#  227|   <translation id="4470974262661801543">‏برای ذخیره کردن داده‌های Chromium در «حساب Google» خود و استفاده از آن‌ها، گذرعبارتتان را وارد کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1122]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:230: warning: bidirectional control characters: ['\u202b']
#  228|   <translation id="4493028449971051158">خطای راه‌اندازی: لطفاً نصب‌کننده را با نقش سرپرست اجرا کنید.</translation>
#  229|   <translation id="4501471624619070934">نصب انجام نشد زیرا دسترسی در این کشور محدود است.</translation>
#  230|-> <translation id="4510853178268397146">‏این افزونه روش‌های اعمال حریم خصوصی، مثل نحوه جمع‌آوری و استفاده از داده‌ها را منتشر نکرده است. ‫Chromium توصیه می‌کند آن را حذف کنید.</translation>
#  231|   <translation id="452711251841752011">‏به Chromium خوش‌آمدید؛ پنجره مرورگر جدید راه‌اندازی شد</translation>
#  232|   <translation id="4531137820806573936">‏‫Chromium برای نقشه‌برداری از محیط اطراف و ردیابی دستان شما به اجازه نیاز دارد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1123]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:232: warning: bidirectional control characters: ['\u202b']
#  230|   <translation id="4510853178268397146">‏این افزونه روش‌های اعمال حریم خصوصی، مثل نحوه جمع‌آوری و استفاده از داده‌ها را منتشر نکرده است. ‫Chromium توصیه می‌کند آن را حذف کنید.</translation>
#  231|   <translation id="452711251841752011">‏به Chromium خوش‌آمدید؛ پنجره مرورگر جدید راه‌اندازی شد</translation>
#  232|-> <translation id="4531137820806573936">‏‫Chromium برای نقشه‌برداری از محیط اطراف و ردیابی دستان شما به اجازه نیاز دارد</translation>
#  233|   <translation id="4536805923587466102">‏قبلاً با <ph name="USER_EMAIL_ADDRESS" /> در نمایه Chromium دیگری به سیستم وارد شده‌اید</translation>
#  234|   <translation id="4544142686420020088">‏Chromium به‌روزرسانی نشد؛ مشکلی پیش آمد. <ph name="BEGIN_LINK" />مشکلات به‌روزرسانی Chromium و به‌روزرسانی‌های ناموفق را برطرف کنید.<ph name="END_LINK" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1124]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:235: warning: bidirectional control characters: ['\u202b']
#  233|   <translation id="4536805923587466102">‏قبلاً با <ph name="USER_EMAIL_ADDRESS" /> در نمایه Chromium دیگری به سیستم وارد شده‌اید</translation>
#  234|   <translation id="4544142686420020088">‏Chromium به‌روزرسانی نشد؛ مشکلی پیش آمد. <ph name="BEGIN_LINK" />مشکلات به‌روزرسانی Chromium و به‌روزرسانی‌های ناموفق را برطرف کنید.<ph name="END_LINK" /></translation>
#  235|-> <translation id="4545268686623374213">‏‫Chromium می‌تواند این برگه را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و سرعت بالا را حفظ کند.</translation>
#  236|   <translation id="454579500955453258">‏در نمایه جدید Chromium ادامه می‌دهید؟</translation>
#  237|   <translation id="4567424176335768812">با حساب <ph name="USER_EMAIL_ADDRESS" /> وارد سیستم شده‌اید. اکنون در همه دستگاه‌هایی که با آنها به سیستم وارد شده‌اید می‌توانید به نشانک‌ها، سابقه و دیگر تنظیماتتان دسترسی داشته باشید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1125]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:238: warning: bidirectional control characters: ['\u202b']
#  236|   <translation id="454579500955453258">‏در نمایه جدید Chromium ادامه می‌دهید؟</translation>
#  237|   <translation id="4567424176335768812">با حساب <ph name="USER_EMAIL_ADDRESS" /> وارد سیستم شده‌اید. اکنون در همه دستگاه‌هایی که با آنها به سیستم وارد شده‌اید می‌توانید به نشانک‌ها، سابقه و دیگر تنظیماتتان دسترسی داشته باشید.</translation>
#  238|-> <translation id="4570813286784708942">‏‫Chromium این بارگیری را مسدود کرد زیرا «مرور ایمن» خاموش است و نمی‌توان فایل را تأیید کرد</translation>
#  239|   <translation id="4594305310729380060">در «مدیر گذرواژه» در این دستگاه</translation>
#  240|   <translation id="459535195905078186">‏برنامه‌های Chromium</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1126]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:249: warning: bidirectional control characters: ['\u202b']
#  247|   <translation id="4680828127924988555">لغو نصب</translation>
#  248|   <translation id="469259825538636168">‏برخی‌از داده‌های Chromium هنوز در «حساب Google» شما ذخیره نشده است. پیش‌از خروج از سیستم، چند دقیقه صبر کنید. اگر اکنون از سیستم خارج شوید، این داده‌ها حذف خواهد شد.</translation>
#  249|-> <translation id="4708193446201257833">‏اکنون که به سیستم وارد شده‌اید، می‌توانید از گذرواژه‌ها و موارد دیگر «حساب Google» خود در Chromium استفاده کنید. ‫<ph name="SHORTCUT" /> می‌تواند تنظیمات سرویس‌های Google را تغییر دهد.</translation>
#  250|   <translation id="4708774505295300557">‏شخصی قبلاً به‌عنوان <ph name="ACCOUNT_EMAIL_LAST" /> به سیستم Chromium در این رایانه وارد شده است. برای اینکه اطلاعاتتان جدا حفظ شود، لطفاً کاربر Chrome جدیدی ایجاد کنید.</translation>
#  251|   <translation id="4724676981607797757">نصب به‌دلیل خطای پروتکل پشتیبانی‌نشده انجام نشد.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1127]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:266: warning: bidirectional control characters: ['\u202b']
#  264|   <translation id="4994636714258228724">‏افرودن خودتان به Chromium</translation>
#  265|   <translation id="5114678101347489141">‏Chromium ویژگی‌های جدیدی را کاوش می‌کند که به سایت‌ها اجازه می‌دهد بااستفاده از اطلاعات شخصی کمتر، همان تجربه مرور را ارائه دهند</translation>
#  266|-> <translation id="5123973130450702873">‏‫Chromium برای ردیابی کردن دست‌های شما به اجازه نیاز دارد</translation>
#  267|   <translation id="5187123684706427865">‏حساب Chromium به اصالت‌سنجی مجدد نیاز دارد</translation>
#  268|   <translation id="5224391634244552924">‏گذرواژه ذخیره‌شده‌ای وجود ندارد. Chromium زمانی می‌تواند گذرواژه‌هایتان را بررسی کند که آن‌ها را ذخیره کرده باشید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1128]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:287: warning: bidirectional control characters: ['\u202b']
#  285|   <translation id="5438241569118040789"><ph name="PAGE_TITLE" /> - Chromium Beta</translation>
#  286|   <translation id="5473971139929175403">‏Chromium ممکن است درست کار نکند زیرا این توزیع Linux دیگر از آن پشتیبانی نمی‌کند.</translation>
#  287|-> <translation id="5475924890392386523">‏‫Chromium این بارگیری را مسدود کرد زیرا این فایل می‌تواند به حساب‌های شخصی و شبکه‌های اجتماعی شما آسیب برساند</translation>
#  288|   <translation id="5480860683791598150">‏Chromium برای هم‌رسانی مکانتان با این سایت باید به مکان شما دسترسی داشته باشد</translation>
#  289|   <translation id="5487574057737591516">‏برای محافظت از حریم خصوصی شما، علایقی را که قدیمی‌تر از ۴ هفته باشند به‌طور خودکار حذف می‌کنیم. وقتی به مرور کردن ادامه می‌دهید، ممکن است علاقه‌ای مجدداً به فهرست اضافه شود. و اگر Chromium به‌اشتباه علاقه‌ای را اضافه کند یا شما نخواهید آگهی‌های مشخصی را ب [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:287: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1129]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:301: warning: bidirectional control characters: ['\u202b']
#  299|   <translation id="5698481217667032250">‏نمایش Chromium به این زبان</translation>
#  300|   <translation id="569897634095159764">اتصال به اینترنت برقرار نشد. سرور پروکسی به اصالت‌سنجی نیاز دارد.</translation>
#  301|-> <translation id="5761096224651992291">‏اخیراً بازدیدی نداشته‌اید. ‫Chromium ‏<ph name="PERMISSION_1" />،‏ <ph name="PERMISSION_2" />،‏ و <ph name="PERMISSION_3" /> را برداشت</translation>
#  302|   <translation id="5800158606660203929">‏‫Chromium را سفارشی‌سازی و کنترل کنید. ‫Chromium را به‌عنوان مرورگر پیش‌فرض تنظیم کنید.</translation>
#  303|   <translation id="5809516625706423866">‏اتصال به اینترنت برقرار نشد. HTTP ۴۰۱ مجاز نیست. لطفاً پیکربندی پروکسی‌تان را بررسی کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1130]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:302: warning: bidirectional control characters: ['\u202b', '\u202b']
#  300|   <translation id="569897634095159764">اتصال به اینترنت برقرار نشد. سرور پروکسی به اصالت‌سنجی نیاز دارد.</translation>
#  301|   <translation id="5761096224651992291">‏اخیراً بازدیدی نداشته‌اید. ‫Chromium ‏<ph name="PERMISSION_1" />،‏ <ph name="PERMISSION_2" />،‏ و <ph name="PERMISSION_3" /> را برداشت</translation>
#  302|-> <translation id="5800158606660203929">‏‫Chromium را سفارشی‌سازی و کنترل کنید. ‫Chromium را به‌عنوان مرورگر پیش‌فرض تنظیم کنید.</translation>
#  303|   <translation id="5809516625706423866">‏اتصال به اینترنت برقرار نشد. HTTP ۴۰۱ مجاز نیست. لطفاً پیکربندی پروکسی‌تان را بررسی کنید.</translation>
#  304|   <translation id="5862307444128926510">‏به Chromium خوش آمدید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1131]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:309: warning: bidirectional control characters: ['\u202b']
#  307|   <translation id="5895138241574237353">راه‌اندازی مجدد</translation>
#  308|   <translation id="5903106910045431592"><ph name="PAGE_TITLE" /> - ورود به سیستم شبکه</translation>
#  309|-> <translation id="5921937202395756260">‏‫Chromium با محدود کردن فعالیت پس‌زمینه و جلوه‌های دیداری، مثل پیمایش روان و نرخ فریم ویدیو، در مصرف باتری صرفه‌جویی می‌کند.</translation>
#  310|   <translation id="5924017743176219022">درحال اتصال به اینترنت…</translation>
#  311|   <translation id="5929318705173562984">‏‫Chromium می‌تواند این برگه را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و منابع را آزاد کند.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1132]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:311: warning: bidirectional control characters: ['\u202b']
#  309|   <translation id="5921937202395756260">‏‫Chromium با محدود کردن فعالیت پس‌زمینه و جلوه‌های دیداری، مثل پیمایش روان و نرخ فریم ویدیو، در مصرف باتری صرفه‌جویی می‌کند.</translation>
#  310|   <translation id="5924017743176219022">درحال اتصال به اینترنت…</translation>
#  311|-> <translation id="5929318705173562984">‏‫Chromium می‌تواند این برگه را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و منابع را آزاد کند.</translation>
#  312|   <translation id="5941711191222866238">کوچک کردن</translation>
#  313|   <translation id="5972142260211327093">‏اگر Chromium به‌طور تصادفی نسخه آزمایشی را برایتان فعال کرده باشد، سابقه مرورتان بر آگهی‌هایی که می‌بینید و علایقتان که در زیر برآورد شده است تأثیر می‌گذارد. برای محافظت از حریم خصوصی شما، Chromium علایقتان را هر ماه به‌طور چرخشی حذف می‌کند. ممکن است علایق با�[...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:311: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1133]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:353: warning: bidirectional control characters: ['\u202b']
#  351|   <translation id="6333502561965082103">‏عملیات دیگری در Chromium درحال انجام است. لطفاً بعداً دوباره امتحان کنید.</translation>
#  352|   <translation id="6334986366598267305">‏اکنون استفاده از Chromium با حساب Google شما و در رایانه‌های مشترک آسان‌تر شده است.</translation>
#  353|-> <translation id="633626832589656416">‏‫Chromium می‌تواند این برگه‌ها را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و سرعت بالا را حفظ کند.</translation>
#  354|   <translation id="6347933965114150440">‏میان‌بر Chromium</translation>
#  355|   <translation id="6366160072964553914">‏‫Chromium این بارگیری را مسدود کرد زیرا این فایل معمولاً بارگیری نمی‌شود و ممکن است خطرناک باشد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1134]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:355: warning: bidirectional control characters: ['\u202b']
#  353|   <translation id="633626832589656416">‏‫Chromium می‌تواند این برگه‌ها را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و سرعت بالا را حفظ کند.</translation>
#  354|   <translation id="6347933965114150440">‏میان‌بر Chromium</translation>
#  355|-> <translation id="6366160072964553914">‏‫Chromium این بارگیری را مسدود کرد زیرا این فایل معمولاً بارگیری نمی‌شود و ممکن است خطرناک باشد</translation>
#  356|   <translation id="6373523479360886564">‏آیا مطمئن هستید که می‌خواهید Chromium را حذف نصب کنید؟</translation>
#  357|   <translation id="6375219077595103062">میان‌بری به «مدیر گذرواژه» اضافه کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1135]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:360: warning: bidirectional control characters: ['\u202b']
#  358|   <translation id="6384011394608460044">‏<ph name="BEGIN_BOLD" />نحوه استفاده ما از این داده‌ها:<ph name="END_BOLD" /> Chromium می‌تواند علایق شما را برآورد کند. بعداً، سایتی که از آن بازدید می‌کنید می‌تواند برای شخصی کردن آگهی‌هایی که به شما نشان می‌دهد از Chromium بخواهد علایق شما را ببیند.</translation>
#  359|   <translation id="6400112897226594999">‏نشان‌واره Chromium درون صفحه‌نمایش رایانه.</translation>
#  360|-> <translation id="6403826409255603130">‏‫Chromium یک مرورگر وب است که صفحات وب و برنامه‌ها را با سرعت بسیار زیاد اجرا می‌کند. این مرورگر خیلی سریع و پایدار است کار کردن با آن آسان است. با محافظت دربرابر بدافزار و رمزگیری تعبیه‌شده در Chromium، با امنیت بیشتری وب را مرور کنید.</translation>
#  361|   <translation id="6442900851116057561">‏بازراه‌اندازی ChromiumOS</translation>
#  362|   <translation id="6443470774889161065">‏‫Chromium صفحه‌های بیشتری را که احتمالاً از آن‌ها بازدید خواهید کرد پیش‌بارگیری می‌کند تا وقتی از آن‌ها بازدید می‌کنید سریع‌تر بارگیری شوند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1136]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:362: warning: bidirectional control characters: ['\u202b']
#  360|   <translation id="6403826409255603130">‏‫Chromium یک مرورگر وب است که صفحات وب و برنامه‌ها را با سرعت بسیار زیاد اجرا می‌کند. این مرورگر خیلی سریع و پایدار است کار کردن با آن آسان است. با محافظت دربرابر بدافزار و رمزگیری تعبیه‌شده در Chromium، با امنیت بیشتری وب را مرور کنید.</translation>
#  361|   <translation id="6442900851116057561">‏بازراه‌اندازی ChromiumOS</translation>
#  362|-> <translation id="6443470774889161065">‏‫Chromium صفحه‌های بیشتری را که احتمالاً از آن‌ها بازدید خواهید کرد پیش‌بارگیری می‌کند تا وقتی از آن‌ها بازدید می‌کنید سریع‌تر بارگیری شوند</translation>
#  363|   <translation id="645458117210240797">‏خاموش • Chromium نمی‌تواند منبع این افزونه را تأیید کند</translation>
#  364|   <translation id="6455857529632101747">‏به نمایه‌های Chromium خوش‌آمدید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1137]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:373: warning: bidirectional control characters: ['\u202b']
#  371|   <translation id="6539122709674868420">‏اگر <ph name="TIMEOUT_DURATION" /> از Chromium استفاده نشود، سازمانتان آن را می‌بندد. داده‌های مرور حذف شد. این داده‌ها می‌تواند شامل سابقه، تکمیل خودکار، و بارگیری‌ها شود.</translation>
#  372|   <translation id="6542839706527980775">‏هرکدام از نمایه‌ها دارای اطلاعات Chromium مختص خودش است (مثلاً نشانک‌ها، سابقه، گذرواژه‌ها، و غیره)</translation>
#  373|-> <translation id="6550837808040845057">‏‫Chromium حافظه را از برگه‌های غیرفعال آزاد می‌کند. با این کار، منابع بیشتری در رایانه به برگه‌ها و سایر برنامه‌ها اختصاص داده می‌شود و سرعت Chromium حفظ می‌شود. هرزمان به برگه‌های غیرفعال برگردید، به‌طور خودکار دوباره فعال می‌شوند.</translation>
#  374|   <translation id="6563921047760808519">‏درباره اینکه <ph name="BEGIN_LINK" />Chromium چگونه داده‌های شما را خصوصی نگه می‌دارد<ph name="END_LINK" /> بیشتر بدانید</translation>
#  375|   <translation id="656935081669708576">‏برای دیدن گذرواژه‌های نمایه Chromium دیگر، می‌توانید به آن نمایه بروید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1138]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:384: warning: bidirectional control characters: ['\u202b']
#  382|   <translation id="6676384891291319759">دسترسی به اینترنت</translation>
#  383|   <translation id="668175097507315160">‏به‌دلیل بروز خطا هنگام ورود به سیستم، ChromiumOS نتوانست داده‌های شما را همگام‌سازی کند.</translation>
#  384|-> <translation id="6692797197837897398">‏‫Chromium به شما کمک می‌کند بر آگهی‌هایی که می‌بینید تسلط بیشتری داشته باشید و همچنین میزان اطلاعاتی را که سایت‌ها هنگام نمایش آگهی‌های شخصی‌سازی‌شده به شما درباره‌تان جمع‌آوری می‌کنند محدود می‌کند</translation>
#  385|   <translation id="6709350901466051922">‏Chromium برای این سایت به اجازه میکروفون نیاز دارد</translation>
#  386|   <translation id="6712881677154121168">خطای بارگیری: <ph name="DOWNLOAD_ERROR" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1139]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:393: warning: bidirectional control characters: ['\u202b']
#  391|   <translation id="6734291798041940871">‏Chromium از قبل برای همه کاربران این رایانه نصب شده است.</translation>
#  392|   <translation id="673636774878526923">‏برای دسترسی به چیزهای Chromium در همه دستگاه‌هایتان، به سیستم وارد شوید، سپس همگام‌سازی را روشن کنید.</translation>
#  393|-> <translation id="674245979920622322">‏اخیراً بازدیدی نداشته‌اید. ‫Chromium ‏<ph name="PERMISSION_1" />،‏ <ph name="PERMISSION_2" />،‏ و <ph name="COUNT" /> مورد دیگر را برداشت</translation>
#  394|   <translation id="67706546131546258">‏Chromium توصیه می‌کند این فایل را اسکن کنید زیرا ممکن است خطرناک باشد.</translation>
#  395|   <translation id="6779406956731413166">‏ارائه ChromiumOS به‌کمک <ph name="BEGIN_LINK_CROS_OSS" />نرم‌افزارهای متن‌باز<ph name="END_LINK_CROS_OSS" /> تکمیلی ممکن شده است.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1140]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:429: warning: bidirectional control characters: ['\u202b']
#  427|   <translation id="734373864078049451">‏وب، نشانک‌ها و موارد دیگر Chromium شما در اینجا هستند.</translation>
#  428|   <translation id="7349591376906416160">‏سرپرست سیستم برای باز شدن <ph name="ALTERNATIVE_BROWSER_NAME" /> جهت دسترسی به <ph name="TARGET_URL_HOSTNAME" />، Chromium را پیکربندی کرده است.</translation>
#  429|-> <translation id="7355355292030546812">‏‫Chromium این بارگیری را مسدود کرد زیرا این فایل می‌تواند به حساب‌های شخصی و شبکه‌های اجتماعی شما ازجمله <ph name="USER_EMAIL" /> آسیب برساند</translation>
#  430|   <translation id="7384121030444253939">‏دیگر از این افزونه پشتیبانی نمی‌شود. ‫Chromium توصیه می‌کند آن را حذف کنید.</translation>
#  431|   <translation id="7398989605938454041">‏با نمایه‌های Chromium می‌توانید همه‌چیزتان را در Chromium جدا کنید. با این کار، راحت‌تر می‌توان کار و سرگرمی را ازهم جدا کرد.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1141]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:430: warning: bidirectional control characters: ['\u202b']
#  428|   <translation id="7349591376906416160">‏سرپرست سیستم برای باز شدن <ph name="ALTERNATIVE_BROWSER_NAME" /> جهت دسترسی به <ph name="TARGET_URL_HOSTNAME" />، Chromium را پیکربندی کرده است.</translation>
#  429|   <translation id="7355355292030546812">‏‫Chromium این بارگیری را مسدود کرد زیرا این فایل می‌تواند به حساب‌های شخصی و شبکه‌های اجتماعی شما ازجمله <ph name="USER_EMAIL" /> آسیب برساند</translation>
#  430|-> <translation id="7384121030444253939">‏دیگر از این افزونه پشتیبانی نمی‌شود. ‫Chromium توصیه می‌کند آن را حذف کنید.</translation>
#  431|   <translation id="7398989605938454041">‏با نمایه‌های Chromium می‌توانید همه‌چیزتان را در Chromium جدا کنید. با این کار، راحت‌تر می‌توان کار و سرگرمی را ازهم جدا کرد.</translation>
#  432|   <translation id="7449453770951226939"><ph name="PAGE_TITLE" /> - Chromium Dev</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1142]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:443: warning: bidirectional control characters: ['\u202b']
#  441|   <translation id="7582945390259497898">‏Chromium می‌توانید علایقتان را برآورد کند. بعداً، سایتی که از آن بازدید می‌کنید می‌تواند برای شخصی کردن آگهی‌هایی که به شما نشان می‌دهد از Chromium بخواهد علایق شما را ببیند.</translation>
#  442|   <translation id="7583399374488819119">نصب‌کننده <ph name="COMPANY_NAME" /></translation>
#  443|-> <translation id="7585391435984513350">‏اخیراً بازدیدی نداشته‌اید. ‫Chromium ‏<ph name="PERMISSION" /> را برداشت</translation>
#  444|   <translation id="761356813943268536">‏Chromium درحال استفاده از دوربین و میکروفون شما است.</translation>
#  445|   <translation id="7617377681829253106">‏Chromium اکنون بهتر شده است</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1143]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:455: warning: bidirectional control characters: ['\u202b']
#  453|   <translation id="7786760609782648049">‏سرعت Chromium را افزایش دهید</translation>
#  454|   <translation id="7790626492778995050"><ph name="PAGE_TITLE" /> - Chromium Canary</translation>
#  455|-> <translation id="7803986347287457849">‏شرایط را سخت‌تر کنید تا افرادی که به ترافیک اینترنت شما دسترسی دارند نتوانند سایت‌هایی را که بازدید می‌کنید ببینند. ‫Chromium برای جستجوی نشانی IP سایت در ساناد (سیستم نامگذاری دامنه) از اتصال ایمنی استفاده می‌کند.</translation>
#  456|   <translation id="7828947555739565424">‏درحال‌حاضر یک نمایه Chromium با این حساب در این دستگاه وجود دارد</translation>
#  457|   <translation id="7845233973568007926">بابت نصب از شما سپاس‌گزاریم. قبل‌از استفاده از <ph name="BUNDLE_NAME" />، باید رایانه را بازراه‌اندازی کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1144]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:463: warning: bidirectional control characters: ['\u202b']
#  461|   <translation id="7877292582355102282">‏<ph name="BEGIN_BOLD" />چگونه می‌توانید داده‌هایتان را مدیریت کنید:<ph name="END_BOLD" /> برای محافظت از حریم خصوصی شما، علایقی را که قدیمی‌تر از ۴ هفته باشد به‌طور خودکار حذف می‌کنیم. وقتی به مرور کردن ادامه می‌دهید، ممکن است علاقه‌ای مجدداً به فهرست اضافه شود. یا می‌تو [...]
#  462|   <translation id="7888981273428720788">‏تنظیم Chromium به‌عنوان مرورگر پیش‌فرض</translation>
#  463|-> <translation id="7934340546140346950">‏‫Chromium اتصال‌های ناامن را درصورت امکان به‌طور خودکار به HTTPS ارتقا می‌دهد</translation>
#  464|   <translation id="7937630085815544518">‏شما بعنوان <ph name="USER_EMAIL_ADDRESS" /> وارد سیستم Chromium شده‌اید. لطفاً برای ورود به سیستم مجدد از همان حساب استفاده کنید.</translation>
#  465|   <translation id="7975919845073681630">‏این نصب ثانویه Chromium است و نمی‌تواند مرورگر پیش‌فرضتان شود.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:463: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1145]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:477: warning: bidirectional control characters: ['\u202b']
#  475|   <translation id="81770708095080097">‏این فایل خطرناک است، بنابراین Chromium آن را مسدود کرده است.</translation>
#  476|   <translation id="8223363452568144035">‏برای استفاده از دوربین، در <ph name="BEGIN_LINK" />تنظیمات سیستم<ph name="END_LINK" /> به Chromium دسترسی دهید</translation>
#  477|-> <translation id="8232193495299001329">‏‫Chromium نمی‌تواند منبع این افزونه را تأیید کند و این افزونه ممکن است ناامن باشد. آن را از Chromium حذف کنید تا دیگر نتواند داده‌های شما را (ازجمله اطلاعات شخصی) در سایت‌هایی که بازدید می‌کنید ببیند و تغییر دهد.</translation>
#  478|   <translation id="8248265253516264921">‏اگر تصویری توضیح مفیدی نداشته باشد، Chromium توضیحی برای شما ارائه خواهد کرد. برای ایجاد توضیحات، تصاویر به Google ارسال می‌شود. هروقت خواستید می‌توانید این گزینه را در تنظیمات خاموش کنید.</translation>
#  479|   <translation id="8254601181414348851">‏در نمایه جدید به سیستم Chromium وارد می‌شوید؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1146]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:481: warning: bidirectional control characters: ['\u202b']
#  479|   <translation id="8254601181414348851">‏در نمایه جدید به سیستم Chromium وارد می‌شوید؟</translation>
#  480|   <translation id="8266560134891435528">‏چون به سیستم وارد نشده‌اید، Chromium نمی‌تواند گذرواژه‌هایتان را بررسی کند</translation>
#  481|-> <translation id="8286943863733751221">‏‫Chromium درباره سایت‌ها و بارگیری‌های ناامن <ph name="BEGIN_LINK" />به شما هشدار می‌دهد<ph name="END_LINK" /></translation>
#  482|   <translation id="8313851650939857356">خطای راه‌اندازی: <ph name="STARTUP_ERROR" />.</translation>
#  483|   <translation id="8318772038038596122">‏اگر <ph name="TIMEOUT_DURATION" /> از Chromium استفاده نشود، سازمانتان آن را می‌بندد.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1147]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:491: warning: bidirectional control characters: ['\u202b']
#  489|   <translation id="8372327902843331129">‏برای دریافت گذرواژه‌ها و موارد دیگر در همه دستگاه‌هایتان، به سیستم Chromium وارد شوید. بعداز اینکه به سیستم وارد شدید، این گذرواژه در «حساب Google» شما ذخیره خواهد شد.</translation>
#  490|   <translation id="837460953767177950">‏سپس باید Chromium را بازراه‌اندازی کنید.</translation>
#  491|-> <translation id="8397248745433792218">‏‫Chromium توصیه می‌کند آن را بردارید. <ph name="BEGIN_LINK" />درباره افزونه‌های پشتیبانی‌شده بیشتر بدانید<ph name="END_LINK" /></translation>
#  492|   <translation id="8401454788024434101">‏این افزونه توسط توسعه‌دهنده آن لغو انتشار شده است و ممکن است ناامن باشد. آن را از Chromium حذف کنید تا دیگر نتواند داده‌های شما (ازجمله اطلاعات شخصی) را در سایت‌هایی که بازدید می‌کنید ببیند و تغییر دهد.</translation>
#  493|   <translation id="8417404458978023919">{0,plural, =1{‏Chromium را ظرف یک روز راه‌اندازی مجدد کنید}one{‏Chromium را ظرف # روز راه‌اندازی مجدد کنید}other{‏Chromium را ظرف # روز راه‌اندازی مجدد کنید}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1148]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:498: warning: bidirectional control characters: ['\u202b']
#  496|   <translation id="8463672209299734063">‏اختیاری: با ارسال خودکار داده‌های استفاده و عیب‌یابی به Google، به بهبود ویژگی‌ها و عملکرد ChromiumOS کمک کنید.</translation>
#  497|   <translation id="8493179195440786826">‏نسخه Chromium قدیمی است</translation>
#  498|-> <translation id="8522801943730206384">‏‫Chromium زمانی می‌تواند گذرواژه‌هایتان را بررسی کند که آن‌ها را ذخیره کرده باشید</translation>
#  499|   <translation id="8550334526674375523">این نمایه کاری کاملاً مجزا از نمایه شخصی‌تان است.</translation>
#  500|   <translation id="8555465886620020932">خطای سرویس: <ph name="SERVICE_ERROR" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1149]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_fa.xtb:527: warning: bidirectional control characters: ['\u202b']
#  525|   <translation id="9019929317751753759">‏برای ایمن‌تر کردن Chromium، افزونه زیر را که در <ph name="IDS_EXTENSION_WEB_STORE_TITLE" /> فهرست نشده است و ممکن است بدون اطلاع شما اضافه شده باشد، غیرفعال کردیم.</translation>
#  526|   <translation id="9022552996538154597">‏ورود به سیستم Chromium</translation>
#  527|-> <translation id="904366664621834601">‏‫Chromium این بارگیری را مسدود کرد زیرا فایل بایگانی حاوی فایل‌های دیگری است که ممکن است بدافزار باشد</translation>
#  528|   <translation id="9062666675513499497">‏ورود به سیستم Chromium هنگام وارد شدن به سیستم دیگر سرویس‌های Google</translation>
#  529|   <translation id="907832235989677238">‏ورود به سیستم Chromium اگر فقط یک‌بار می‌خواهید به سیستم حساب وارد شوید، می‌توانید <ph name="GUEST_LINK_BEGIN" />به‌عنوان مهمان از دستگاه استفاده کنید<ph name="GUEST_LINK_END" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1150]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:34: warning: bidirectional control characters: ['\u202b']
#   32|   <translation id="1555494096857516577">{NUM_EXTENSIONS,plural, =1{‏התוסף הזה כבר לא נתמך. אנחנו ממליצים להסיר אותו מ-Chromium.}one{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Chromium.}two{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Chromium.}other{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם [...]
#   33|   <translation id="1574377791422810894">‏הכלים לבטיחות של Chromium</translation>
#   34|-> <translation id="1591808205441691831">‏‫Chromium צריך לאמת את הזהות שלך לפני שאפשר יהיה לשמור חלק מהנתונים בחשבון Google ולהשתמש בהם בכל המכשירים שלך. אם תתבצע יציאה מהחשבון, הנתונים האלה יישארו במכשיר הזה.</translation>
#   35|   <translation id="1594928384848033697">‏‫Chromium רוצה למחוק את הנתונים שלך במנהל הסיסמאות. כדי לאפשר זאת, צריך להזין את הסיסמה שלך ל-Windows.</translation>
#   36|   <translation id="1607715478322902680">{COUNT,plural, =0{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל עדכון}=1{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל עדכון. החלון האנונימי לא ייפתח מחדש.}one{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל עדכון. # החלונות האנונימיים לא ייפתחו מחדש.}two{‏מנהל המ�[...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:34: note: trimmed 2 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1151]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:35: warning: bidirectional control characters: ['\u202b']
#   33|   <translation id="1574377791422810894">‏הכלים לבטיחות של Chromium</translation>
#   34|   <translation id="1591808205441691831">‏‫Chromium צריך לאמת את הזהות שלך לפני שאפשר יהיה לשמור חלק מהנתונים בחשבון Google ולהשתמש בהם בכל המכשירים שלך. אם תתבצע יציאה מהחשבון, הנתונים האלה יישארו במכשיר הזה.</translation>
#   35|-> <translation id="1594928384848033697">‏‫Chromium רוצה למחוק את הנתונים שלך במנהל הסיסמאות. כדי לאפשר זאת, צריך להזין את הסיסמה שלך ל-Windows.</translation>
#   36|   <translation id="1607715478322902680">{COUNT,plural, =0{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל עדכון}=1{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל עדכון. החלון האנונימי לא ייפתח מחדש.}one{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל עדכון. # החלונות האנונימיים לא ייפתחו מחדש.}two{‏מנהל המ�[...]
#   37|   <translation id="1625909126243026060">‏בדיקה של אמצעי הבקרה החשובים ביותר על פרטיות ואבטחה ב-Chromium</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:35: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1152]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:80: warning: bidirectional control characters: ['\u202b']
#   78|   <translation id="2190166659037789668">השגיאה בבדיקת העדכון: <ph name="UPDATE_CHECK_ERROR" />.</translation>
#   79|   <translation id="2199210295479376551">‏הסרת החשבון מ-Chromium</translation>
#   80|-> <translation id="2210682093923538346">‏אתר מסוכן. ‫Chromium הסיר את ההתראות.</translation>
#   81|   <translation id="2240214816234246077">‏לא נכנסת לאתר הזה בזמן האחרון. ההרשאות '<ph name="PERMISSION_1" />' ו'<ph name="PERMISSION_2" />' הוסרו על ידי Chromium</translation>
#   82|   <translation id="2241627712206172106">‏אם משתפים מחשב, חברים ובני משפחה יכולים לגלוש בנפרד ולהגדיר את Chromium בדיוק כפי שהם רוצים.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1153]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:125: warning: bidirectional control characters: ['\u202b']
#  123|   <translation id="2928420929544864228">ההתקנה הושלמה.</translation>
#  124|   <translation id="2945997411976714835">שגיאת התקנה: הפעלת התהליך של מנהל ההתקנה נכשלה.</translation>
#  125|-> <translation id="2970426615109535079">‏‫Chromium מנוהל על ידי הארגון שלך</translation>
#  126|   <translation id="2977470724722393594">‏Chromium‏ מעודכן</translation>
#  127|   <translation id="2977506796191543575">‏אם באתר כלשהו מתבצע ניסיון לגנוב את הסיסמה שלך, או אם המערכת מזהה הורדה של קובץ מזיק, Chromium עשוי גם לשלוח כתובות URL לבדיקה באמצעות 'גלישה בטוחה'. הנתונים שנשלחים לבדיקה כוללים ביטים מתוכן של דפים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1154]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:128: warning: bidirectional control characters: ['\u202b']
#  126|   <translation id="2977470724722393594">‏Chromium‏ מעודכן</translation>
#  127|   <translation id="2977506796191543575">‏אם באתר כלשהו מתבצע ניסיון לגנוב את הסיסמה שלך, או אם המערכת מזהה הורדה של קובץ מזיק, Chromium עשוי גם לשלוח כתובות URL לבדיקה באמצעות 'גלישה בטוחה'. הנתונים שנשלחים לבדיקה כוללים ביטים מתוכן של דפים</translation>
#  128|-> <translation id="2987208172821108655">‏‫Chromium יכול להשבית את הכרטיסיות האלה כדי לשפר את חוויית הגלישה ולפנות משאבים.</translation>
#  129|   <translation id="3013473503895162900">‏פתיחה של <ph name="URL" /> בכרטיסייה חדשה ב-Chromium.</translation>
#  130|   <translation id="3032706164202344641">‏Chromium לא יכול לבדוק את הסיסמאות שלך. כדאי לנסות שוב מאוחר יותר.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1155]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:146: warning: bidirectional control characters: ['\u202b']
#  144|   <translation id="3224847870593914902">‏כדי להסיר את החשבון שלך ב-Google מ-Chromium, צריך לצאת מ-Chromium בדף ההגדרות</translation>
#  145|   <translation id="3258596308407688501">‏Chromium אינו יכול לקרוא ולכתוב בספריית הנתונים שלו: <ph name="USER_DATA_DIRECTORY" /></translation>
#  146|-> <translation id="3268051428841342958">‏‫V8 הוא מנוע WebAssembly ו-JavaScript של Chromium שמשמש לשיפור ביצועי האתרים</translation>
#  147|   <translation id="3283186697780795848">‏מותקנת גרסה <ph name="PRODUCT_VERSION" /> של Chromium</translation>
#  148|   <translation id="3286538390144397061">הפעל מחדש כעת</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1156]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:174: warning: bidirectional control characters: ['\u202b']
#  172|   <translation id="3685209450716071127">‏Chromium לא יכול לבדוק את הסיסמאות שלך. יש לבדוק את החיבור לאינטרנט.</translation>
#  173|   <translation id="3702352323269013324">‏מידע נוסף על ההתאמה האישית של המודעות ב-Chromium</translation>
#  174|-> <translation id="3702620714724788961">‏‫Chromium טוען מראש דפים וכך ניתן לגלוש ולחפש מהר יותר.</translation>
#  175|   <translation id="370962675267501463">{COUNT,plural, =0{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל את העדכון הזה}=1{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל את העדכון הזה. החלון האנונימי לא ייפתח מחדש.}one{‏מנהל המערכת מבקש להפעיל מחדש את Chromium כדי להחיל את העדכון הזה. # החלונות האנונימיים לא י�[...]
#  176|   <translation id="3713809861844741608">‏פתיחת הקישור ב&amp;כרטיסיית Chromium חדשה</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:174: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1157]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:234: warning: bidirectional control characters: ['\u202b']
#  232|   <translation id="4536805923587466102">‏כבר נכנסת לחשבון בתור <ph name="USER_EMAIL_ADDRESS" /> בפרופיל Chromium אחר</translation>
#  233|   <translation id="4544142686420020088">‏Chromium לא התעדכן, משהו השתבש. <ph name="BEGIN_LINK" />לטיפול בבעיות בעדכון של Chromium ובעדכונים שנכשלו<ph name="END_LINK" /></translation>
#  234|-> <translation id="4545268686623374213">‏‫Chromium יכול להשבית את הכרטיסייה הזו כדי לשפר את חוויית הגלישה ולהמשיך לגלוש במהירות.</translation>
#  235|   <translation id="454579500955453258">‏להמשיך בפרופיל Chromium חדש?</translation>
#  236|   <translation id="4567424176335768812">נכנסת למערכת בתור <ph name="USER_EMAIL_ADDRESS" />. כעת יש לך אפשרות לגשת אל הסימניות, ההיסטוריה והגדרות אחרות שלך בכל המכשירים שבהם התחברת לחשבון.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1158]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:286: warning: bidirectional control characters: ['\u202b']
#  284|   <translation id="5438241569118040789">‏<ph name="PAGE_TITLE" /> - Chromium בגרסת בטא</translation>
#  285|   <translation id="5473971139929175403">‏יכול להיות ש-Chromium לא יפעל כראוי כי הוא כבר לא נתמך בגרסה הזו של Linux</translation>
#  286|-> <translation id="5475924890392386523">‏‫Chromium חסם את ההורדה הזו כי הקובץ יכול לפגוע בחשבונות האישיים ובחשבונות שלך ברשתות החברתיות</translation>
#  287|   <translation id="5480860683791598150">‏Chromium זקוק לגישה למיקום שלך כדי לשתף אותו עם האתר הזה</translation>
#  288|   <translation id="5487574057737591516">‏כדי להגן על הפרטיות שלך, תחומי עניין שהוגדרו לפני יותר מ-4 שבועות נמחקים אוטומטית. עם המשך הגלישה, תחום עניין כלשהו עשוי להופיע שוב ברשימה. אם ב-Chromium הוגדר תחום עניין שגוי או שאינך רוצה לראות מודעות מסוימות, יש לך אפשרות להסיר תחומי עניין.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1159]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:308: warning: bidirectional control characters: ['\u202b']
#  306|   <translation id="5895138241574237353">הפעלה מחדש</translation>
#  307|   <translation id="5903106910045431592"><ph name="PAGE_TITLE" /> – כניסה לרשת</translation>
#  308|-> <translation id="5921937202395756260">‏‫Chromium חוסך בחיי הסוללה על ידי הגבלת הפעילות ברקע והאפקטים החזותיים, כמו גלילה חלקה וקצב פריימים של סרטונים.</translation>
#  309|   <translation id="5924017743176219022">מתבצעת התחברות לאינטרנט…</translation>
#  310|   <translation id="5929318705173562984">‏‫Chromium יכול להשבית את הכרטיסייה הזו כדי לשפר את חוויית הגלישה ולפנות משאבים.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1160]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:310: warning: bidirectional control characters: ['\u202b']
#  308|   <translation id="5921937202395756260">‏‫Chromium חוסך בחיי הסוללה על ידי הגבלת הפעילות ברקע והאפקטים החזותיים, כמו גלילה חלקה וקצב פריימים של סרטונים.</translation>
#  309|   <translation id="5924017743176219022">מתבצעת התחברות לאינטרנט…</translation>
#  310|-> <translation id="5929318705173562984">‏‫Chromium יכול להשבית את הכרטיסייה הזו כדי לשפר את חוויית הגלישה ולפנות משאבים.</translation>
#  311|   <translation id="5941711191222866238">מזעור</translation>
#  312|   <translation id="5972142260211327093">‏אם צורפת באופן אקראי לגרסת ניסיון פעילה ב-Chromium, היסטוריית הגלישה שלך משפיעה על המודעות שמוצגות לך ועל תחומי העניין המשוערים שמופיעים בהמשך. כדי להגן על הפרטיות שלך, מתבצעת ב-Chromium מחיקה של תחומי העניין שלך על בסיס מתחלף מדי חודש. תחומי עניין שלא הוסרו עובר�[...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:310: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1161]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:352: warning: bidirectional control characters: ['\u202b']
#  350|   <translation id="6333502561965082103">‏מתבצעת כרגע פעולה אחרת ב-Chromium. כדאי לנסות שוב מאוחר יותר.</translation>
#  351|   <translation id="6334986366598267305">‏קל יותר כעת להשתמש ב-Chromium באמצעות חשבון Google שלך ובמחשבים משותפים.</translation>
#  352|-> <translation id="633626832589656416">‏‫Chromium יכול להשבית את הכרטיסיות האלה כדי לשפר את חוויית הגלישה ולשמור על מהירות.</translation>
#  353|   <translation id="6347933965114150440">‏קיצור דרך ב-Chromium</translation>
#  354|   <translation id="6366160072964553914">‏Chromium חסם את ההורדה הזאת כי לרוב לא מתבצעת הורדה של קבצים כאלה ויכול להיות שהקובץ מסוכן</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1162]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:372: warning: bidirectional control characters: ['\u202b']
#  370|   <translation id="6539122709674868420">‏לפי הגדרת הארגון, Chromium נסגר אוטומטית כשלא משתמשים בו במשך <ph name="TIMEOUT_DURATION" />. נתוני הגלישה נמחקו. בין הנתונים שנמחקו: היסטוריה, מילוי אוטומטי והורדות.</translation>
#  371|   <translation id="6542839706527980775">‏בכל פרופיל מאוחסנים נתוני Chromium משלו כמו סימניות, היסטוריה, סיסמאות ועוד</translation>
#  372|-> <translation id="6550837808040845057">‏‫Chromium מפנה מקום בזיכרון שמוקצה לכרטיסיות לא פעילות. כך, לכרטיסיות הפעילות ולאפליקציות אחרות יש יותר משאבים מהמחשב ו-Chromium פועל מהר. כשחוזרים לכרטיסיות הלא פעילות, הן מופעלות מחדש באופן אוטומטי.</translation>
#  373|   <translation id="6563921047760808519">‏<ph name="BEGIN_LINK" />מידע נוסף לגבי השמירה על פרטיות הנתונים ב-Chromium<ph name="END_LINK" /></translation>
#  374|   <translation id="656935081669708576">‏אפשר לעבור לפרופיל Chromium אחר כדי לראות סיסמאות</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1163]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:429: warning: bidirectional control characters: ['\u202b']
#  427|   <translation id="734373864078049451">‏היסטוריית האתרים, הסימניות ונתונים נוספים מ-Chromium נמצאים כאן.</translation>
#  428|   <translation id="7349591376906416160">‏לפי הגדרת מנהל המערכת, Chromium יפתח את<ph name="ALTERNATIVE_BROWSER_NAME" /> כדי לגשת אל <ph name="TARGET_URL_HOSTNAME" />.</translation>
#  429|-> <translation id="7355355292030546812">‏‫Chromium חסם את ההורדה הזו כי הקובץ יכול לפגוע בחשבונות האישיים ובחשבונות שלך ברשתות החברתיות, כולל <ph name="USER_EMAIL" /></translation>
#  430|   <translation id="7384121030444253939">‏התוסף הזה כבר לא נתמך. ההמלצה של Chromium היא להסיר אותו.</translation>
#  431|   <translation id="7398989605938454041">‏באמצעות פרופילים ב-Chromium, מפרידים את כל הפריטים ב-Chromium. באופן הזה קל יותר להפריד בין עבודה לפנאי.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1164]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:455: warning: bidirectional control characters: ['\u202b']
#  453|   <translation id="7786760609782648049">‏שיפור המהירות ב-Chromium</translation>
#  454|   <translation id="7790626492778995050">‏<ph name="PAGE_TITLE" /> – Chromium בגרסת Canary</translation>
#  455|-> <translation id="7803986347287457849">‏לאנשים שיש להם גישה לתעבורת הנתונים שלך יהיה קשה יותר לראות את האתרים שביקרת בהם. ‫Chromium משתמש בחיבור מאובטח לחיפוש כתובות IP של אתרים ב-DNS.</translation>
#  456|   <translation id="7828947555739565424">‏כבר קיים במכשיר פרופיל Chromium עם החשבון הזה.</translation>
#  457|   <translation id="7845233973568007926">תודה שהתקנת. עליך להפעיל מחדש את המחשב לפני השימוש ב-<ph name="BUNDLE_NAME" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1165]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:463: warning: bidirectional control characters: ['\u202b']
#  461|   <translation id="7877292582355102282">‏<ph name="BEGIN_BOLD" />איך ניתן לנהל את הנתונים שלך:<ph name="END_BOLD" /> כדי להגן על הפרטיות שלך, תחומי עניין שהוגדרו לפני יותר מ-4 שבועות נמחקים אוטומטית. עם המשך הגלישה, תחום עניין כלשהו עשוי להופיע שוב ברשימה. יש גם אפשרות להסיר תחומי עניין מ-Chromium כדי שלא יילקחו בחשבון.</tra [...]
#  462|   <translation id="7888981273428720788">‏הגדרת Chromium כדפדפן ברירת המחדל</translation>
#  463|-> <translation id="7934340546140346950">‏‫Chromium משדרג חיבורים לא מאובטחים ל-HTTPS באופן אוטומטי כשאפשר</translation>
#  464|   <translation id="7937630085815544518">‏נכנסת ל-Chromium כ-<ph name="USER_EMAIL_ADDRESS" />. יש להשתמש באותו חשבון כדי להיכנס שוב.</translation>
#  465|   <translation id="7975919845073681630">‏זוהי התקנה משנית של Chromium, ולא ניתן להפוך אותו לדפדפן ברירת המחדל שלך.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:463: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1166]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:477: warning: bidirectional control characters: ['\u202b']
#  475|   <translation id="81770708095080097">‏Chromium‏ חסם את הקובץ הזה כי הוא מסוכן.</translation>
#  476|   <translation id="8223363452568144035">‏כדי להשתמש במצלמה, צריך להיכנס אל <ph name="BEGIN_LINK" />הגדרות המערכת<ph name="END_LINK" /> ולתת ל-Chromium גישה</translation>
#  477|-> <translation id="8232193495299001329">‏‫Chromium לא יכול לאמת את מקור התוסף הזה ויכול להיות שהוא לא בטוח. צריך להסיר אותו מ-Chromium כדי לא לאפשר לו יותר לראות ולשנות את הנתונים שלך באתרים שאליהם תתבצע כניסה, כולל הפרטים האישיים שלך.</translation>
#  478|   <translation id="8248265253516264921">‏אם אין לתמונה תיאור מועיל, Chromium ינסה לספק לך תיאור. כדי ליצור תיאורים, התמונות נשלחות אל Google. אפשר להשבית את האפשרות הזו בכל זמן דרך ההגדרות.</translation>
#  479|   <translation id="8254601181414348851">‏להיכנס ל-Chromium עם פרופיל חדש?</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1167]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_iw.xtb:527: warning: bidirectional control characters: ['\u202b']
#  525|   <translation id="9019929317751753759">‏כדי לשפר את האבטחה של Chromium, השבתנו את התוסף הבא שאינו רשום ב-<ph name="IDS_EXTENSION_WEB_STORE_TITLE" /> וייתכן שנוסף ללא ידיעתך.</translation>
#  526|   <translation id="9022552996538154597">‏כניסה אל Chromium</translation>
#  527|-> <translation id="904366664621834601">‏‫Chromium חסם את ההורדה הזו כי קובץ הארכיון כולל קבצים אחרים שעלולים להסתיר תוכנות זדוניות</translation>
#  528|   <translation id="9062666675513499497">‏כניסה אל Chromium כשנכנסים לשירותי Google אחרים</translation>
#  529|   <translation id="907832235989677238">‏יש להיכנס אל Chromium. אם רוצים להיכנס לחשבון באופן חד-פעמי בלבד, אפשר <ph name="GUEST_LINK_BEGIN" />להשתמש במכשיר כאורח<ph name="GUEST_LINK_END" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1168]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:26: warning: bidirectional control characters: ['\u202b']
#   24|   <translation id="1290883685122687410">سیٹ اپ میں خرابی: <ph name="METAINSTALLER_EXIT_CODE" />. <ph name="WINDOWS_ERROR" /></translation>
#   25|   <translation id="1315551408014407711">‏اپنی نئی Chromium پروفائل سیٹ اپ کریں</translation>
#   26|-> <translation id="1324107359134968521">‏‫Chromium کو بلوٹوتھ آلات دریافت کرنے کے لیے بلوٹوتھ تک رسائی درکار ہے۔ <ph name="IDS_SERIAL_DEVICE_CHOOSER_AUTHORIZE_BLUETOOTH_LINK" /></translation>
#   27|   <translation id="1342274909142618978">‏Chromium (<ph name="URL" />) سے ڈیٹا بھی حذف کریں</translation>
#   28|   <translation id="1414495520565016063">‏آپ Chromium میں سائن ان ہیں!</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1169]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:33: warning: bidirectional control characters: ['\u202b', '\u202b']
#   31|   <translation id="1524282610922162960">‏ایک Chromium ٹیب کا اشتراک کریں</translation>
#   32|   <translation id="1553461853655228091">‏پنے اطراف کا 3D نقشہ تخلیق کرنے کی خاطر Chromium کو آپ کے کیمرے تک رسائی کی اجازت درکار ہے</translation>
#   33|-> <translation id="1555494096857516577">{NUM_EXTENSIONS,plural, =1{‏یہ ایکسٹینشن اب مزید تعاون یافتہ نہیں ہے۔ ‫Chromium تجویز کرتا ہے کہ آپ اسے ہٹا دیں}other{‏یہ ایکسٹینشنز اب مزید تعاون یافتہ نہیں ہیں۔ ‫Chromium تجویز کرتا ہے کہ آپ انہیں ہٹا دیں۔}}</translation>
#   34|   <translation id="1574377791422810894">‏Chromium کے سیفٹی ٹولز</translation>
#   35|   <translation id="1591808205441691831">‏آپ کے Google اکاؤنٹ میں کچھ ڈیٹا کو محفوظ کرنے اور آپ کے تمام آلات پر اس کا استعمال کرنے سے پہلے Chromium کو اس بات کی توثیق کرنے کی ضرورت ہے کہ یہ آپ ہی ہیں۔ اگر آپ سائن آؤٹ کرتے ہیں تو یہ ڈیٹا اس آلے پر رہے گا۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1170]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:36: warning: bidirectional control characters: ['\u202b']
#   34|   <translation id="1574377791422810894">‏Chromium کے سیفٹی ٹولز</translation>
#   35|   <translation id="1591808205441691831">‏آپ کے Google اکاؤنٹ میں کچھ ڈیٹا کو محفوظ کرنے اور آپ کے تمام آلات پر اس کا استعمال کرنے سے پہلے Chromium کو اس بات کی توثیق کرنے کی ضرورت ہے کہ یہ آپ ہی ہیں۔ اگر آپ سائن آؤٹ کرتے ہیں تو یہ ڈیٹا اس آلے پر رہے گا۔</translation>
#   36|-> <translation id="1594928384848033697">‏‫Chromium آپ کا پاس ورڈ مینیجر ڈیٹا حذف کرنا چاہتا ہے۔ اس کی اجازت دینے کے لیے اپنا Windows پاس ورڈ ٹائپ کریں۔</translation>
#   37|   <translation id="1607715478322902680">{COUNT,plural, =0{‏آپ کے منتظم کا مطالبہ ہے کہ آپ اپ ڈیٹ کو لاگو کرنے کیلئے Chromium کو بند کر کے دوبارہ چلائیں}=1{‏آپ کے منتظم کا مطالبہ ہے کہ آپ اپ ڈیٹ کو لاگو کرنے کیلئے Chromium کو بند کر کے دوبارہ چلائیں۔ آپ کی پوشیدگی ونڈو دوبارہ نہیں کھلے گی۔}other{‏آپ کے منتظم کا مطالبہ ہ [...]
#   38|   <translation id="1625909126243026060">‏Chromium میں کلیدی رازداری اور سیکیورٹی کنٹرولز کا جائزہ لیں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:36: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1171]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:80: warning: bidirectional control characters: ['\u202b']
#   78|   <translation id="2185166961232948079">‏Chromium - نیٹ ورک سائن ان - <ph name="PAGE_TITLE" /></translation>
#   79|   <translation id="2190166659037789668">اپ ڈیٹ چیک کرنے میں خرابی: <ph name="UPDATE_CHECK_ERROR" />۔</translation>
#   80|-> <translation id="2199210295479376551">‏‫Chromium سے اکاؤنٹ ہٹائیں</translation>
#   81|   <translation id="2210682093923538346">‏خطرناک سائٹ۔ ‫Chromium نے اطلاعات کی اجازتوں کو ہٹا دیا۔</translation>
#   82|   <translation id="2240214816234246077">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chromium نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> کو ہٹا دیا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1172]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:81: warning: bidirectional control characters: ['\u202b']
#   79|   <translation id="2190166659037789668">اپ ڈیٹ چیک کرنے میں خرابی: <ph name="UPDATE_CHECK_ERROR" />۔</translation>
#   80|   <translation id="2199210295479376551">‏‫Chromium سے اکاؤنٹ ہٹائیں</translation>
#   81|-> <translation id="2210682093923538346">‏خطرناک سائٹ۔ ‫Chromium نے اطلاعات کی اجازتوں کو ہٹا دیا۔</translation>
#   82|   <translation id="2240214816234246077">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chromium نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> کو ہٹا دیا</translation>
#   83|   <translation id="2241627712206172106">‏اگر آپ ایک کمپیوٹر کا اشتراک کرتے ہیں تو دوست اور خاندان الگ الگ براؤز کر سکتے ہیں اور اپنی مرضی کے موافق Chromium کو ترتیب دے سکتے ہیں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1173]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:82: warning: bidirectional control characters: ['\u202b']
#   80|   <translation id="2199210295479376551">‏‫Chromium سے اکاؤنٹ ہٹائیں</translation>
#   81|   <translation id="2210682093923538346">‏خطرناک سائٹ۔ ‫Chromium نے اطلاعات کی اجازتوں کو ہٹا دیا۔</translation>
#   82|-> <translation id="2240214816234246077">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chromium نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> کو ہٹا دیا</translation>
#   83|   <translation id="2241627712206172106">‏اگر آپ ایک کمپیوٹر کا اشتراک کرتے ہیں تو دوست اور خاندان الگ الگ براؤز کر سکتے ہیں اور اپنی مرضی کے موافق Chromium کو ترتیب دے سکتے ہیں۔</translation>
#   84|   <translation id="2313870531055795960">‏Chromium میں اسٹور کردہ غیر محفوظ سائٹس کی فہرست کے URLs چیک کرتا ہے۔ اگر کوئی سائٹ آپ کا پاس ورڈ چرانے کی کوشش کرتی ہے یا جب آپ نقصان دہ فائل ڈاؤن لوڈ کرتے ہیں تو Chromium محفوظ براؤزنگ پر صفحہ کے مواد کے بائٹس سمیت URLs بھیجتا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1174]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:112: warning: bidirectional control characters: ['\u202b']
#  110|   <translation id="2711502716910134313">‏Chromium ٹیب</translation>
#  111|   <translation id="2718390899429598676">‏اضافی سیکیورٹی کیلئے، Chromium آپ کا ڈیٹا مرموز کر دے گا۔</translation>
#  112|-> <translation id="2721354645805494590">‏‫Chromium سے اپنا Google اکاؤنٹ ہٹانے کے لیے، سائن آؤٹ کریں</translation>
#  113|   <translation id="2738871930057338499">‏انٹرنیٹ سے منسلک ہونے سے قاصر ہے۔ HTTP 403 ممنوع ہے۔ براہ کرم اپنی پراکسی کنفیگریشن چیک کریں۔</translation>
#  114|   <translation id="2770231113462710648">ڈیفالٹ براؤزر کو اس میں تبدیل کریں:</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1175]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:177: warning: bidirectional control characters: ['\u202b']
#  175|   <translation id="3685209450716071127">‏Chromium آپ کے پاس ورڈز چیک نہیں کر سکتا ہے۔ اپنا انٹرنیٹ کنکشن چیک کرنے کی کوشش کریں۔</translation>
#  176|   <translation id="3702352323269013324">‏Chromium میں اشتہارات کو ذاتی نوعیت کا بنانے کے بارے میں مزید جانیں</translation>
#  177|-> <translation id="3702620714724788961">‏‫Chromium صفحات کو پہلے سے لوڈ کرتا ہے جس براؤزنگ اور تلاش کا عمل زیادہ تیز ہو جاتا ہے۔</translation>
#  178|   <translation id="370962675267501463">{COUNT,plural, =0{‏آپ کے منتظم کا کہنا ہے کہ آپ اس اپ ڈیٹ کو لاگو کرنے کیلئے Chromium کو بند کر کے دوبارہ چلائیں}=1{‏آپ کے منتظم کا کہنا ہے کہ آپ اس اپ ڈیٹ کو لاگو کرنے کیلئے Chromium کو بند کر کے دوبارہ چلائیں۔ آپ کی پوشیدگی ونڈو دوبارہ نہیں کھلے گی۔}other{‏آپ کے منتظم کا کہنا ہے  [...]
#  179|   <translation id="3713809861844741608">‏لنک کو نئے Chromium &amp;ٹیب میں کھولیں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:177: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1176]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:214: warning: bidirectional control characters: ['\u202b']
#  212|   <translation id="4230135487732243613">‏اپنا Chromium ڈیٹا اس اکاؤنٹ سے لنک کریں؟</translation>
#  213|   <translation id="4251772536351901305">‏معیاری تحفظ سے زیادہ سائٹس کے ڈیٹا کا تجزیہ کر کے، آپ کو خطرناک سائٹس، یہاں تک کہ جن کے بارے میں Google پہلے نہیں جانتا تھا، کے بارے میں خبردار کرتا ہے۔ آپ Chromium وارننگز کو نظر انداز کرنے کا انتخاب کر سکتے ہیں۔</translation>
#  214|-> <translation id="4269093074552541569">‏‫Chromium سے سائن آؤٹ کریں</translation>
#  215|   <translation id="4271805377592243930">‏Chromium کے بارے میں مدد حاصل کریں</translation>
#  216|   <translation id="4281844954008187215">سروس کی شرائط</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1177]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:223: warning: bidirectional control characters: ['\u202b', '\u202b']
#  221|   <translation id="4407044323746248786">‏بہر حال Chromium کو بند کریں؟</translation>
#  222|   <translation id="4415566066719264597">‏Chromium کو پس منظر میں چلنے دیں</translation>
#  223|-> <translation id="4419831163359812184">{NUM_EXTENSIONS,plural, =1{‏‫Chromium تجویز کرتا ہے کہ آپ اسے ہٹا دیں۔ <ph name="BEGIN_LINK" />تعاون یافتہ ایکسٹینشنز کے بارے میں مزید جانیں<ph name="END_LINK" />}other{‏‫Chromium تجویز کرتا ہے کہ آپ انہیں ہٹا دیں۔ <ph name="BEGIN_LINK" />تعاون یافتہ ایکسٹینشنز کے بارے میں مزید جانیں<ph name="END_LINK" />}}</translation>
#  224|   <translation id="4423735387467980091">‏Chromium کو حسب ضرورت بنائیں اور کنٹرول کریں</translation>
#  225|   <translation id="4427306783828095590">فریب دہی اور میلوئیر کو مسدود کرنے کیلئے بہتر کردہ حفاظت مزید کام کرتی ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1178]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:227: warning: bidirectional control characters: ['\u202b']
#  225|   <translation id="4427306783828095590">فریب دہی اور میلوئیر کو مسدود کرنے کیلئے بہتر کردہ حفاظت مزید کام کرتی ہے</translation>
#  226|   <translation id="4434353761996769206">انسٹالر کی خرابی: <ph name="INSTALLER_ERROR" /></translation>
#  227|-> <translation id="4438870983368648614">‏<ph name="MANAGER" /> ‫Chromium کا نظم کرتا ہے</translation>
#  228|   <translation id="4447409407328223819">‏Chrome for Testing کے بارے میں</translation>
#  229|   <translation id="4470974262661801543">‏اپنے Google اکاؤنٹ میں Chromium ڈیٹا کا استعمال کرنے اور اسے محفوظ کرنے کیلئے، اپنا پاس فریز درج کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1179]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:264: warning: bidirectional control characters: ['\u202b']
#  262|   <translation id="4942295735032723435">‏مستقبل میں Chromium اپ ڈیٹس حاصل کرنے کے لیے آپ کو macOS 11 یا اس کے بعد کے ورژن کی ضرورت ہوگی۔ یہ کمپیوٹر macOS 10.15 کا استعمال کر رہا ہے۔</translation>
#  263|   <translation id="4943838377383847465">‏Chromium پس منظر وضع میں ہے۔</translation>
#  264|-> <translation id="494490797786467921">‏‫Chromium سائن ان ڈائیلاگ بند کرنے کیلئے کلک کریں</translation>
#  265|   <translation id="4987820182225656817">‏مہمان کسی چیز کو پیچھے چھوڑے بغیر Chromium کو استعمال کر سکتے ہیں۔</translation>
#  266|   <translation id="4994636714258228724">‏خود کو Chromium میں شامل کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1180]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:269: warning: bidirectional control characters: ['\u202b']
#  267|   <translation id="5114678101347489141">‏Chromium نئی خصوصیات کو دریافت کر رہا ہے جو سائٹس کو آپ کی کم معلومات کا استعمال کر کے وہی براؤزنگ تجربہ فراہم کرنے کی اجازت دیتا ہے</translation>
#  268|   <translation id="5123973130450702873">‏آپ کے ہاتھوں کو ٹریک کرنے کے لیے Chromium کو اجازت درکار ہے</translation>
#  269|-> <translation id="5187123684706427865">‏‫Chromium اکاؤنٹ میں دوبارہ تصدیق درکار ہے</translation>
#  270|   <translation id="5224391634244552924">‏کوئی محفوظ کردہ پاس ورڈ نہیں۔ جب آپ پاس ورڈز کو محفوظ کرتے ہیں تو Chromium انہیں چیک کر سکتا ہے۔</translation>
#  271|   <translation id="5231355151045086930">‏Chromium سے سائن آؤٹ کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1181]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:303: warning: bidirectional control characters: ['\u202b']
#  301|   <translation id="5698481217667032250">‏Chromium کو اس زبان میں ڈسپلے کریں</translation>
#  302|   <translation id="569897634095159764">انٹرنیٹ سے منسلک ہونے سے قاصر۔ پراکسی سرور کیلئے تصدیق درکار ہے۔</translation>
#  303|-> <translation id="5761096224651992291">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chromium نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" />، <ph name="PERMISSION_3" /> کو ہٹا دیا</translation>
#  304|   <translation id="5800158606660203929">‏Chromium کو حسب ضرورت بنائیں اور کنٹرول کریں۔ Chromium کو بطور ڈیفالٹ براؤزر سیٹ کریں۔</translation>
#  305|   <translation id="5809516625706423866">‏انٹرنیٹ سے منسلک ہونے سے قاصر ہے۔ HTTP 401 غیر مجاز ہے۔ براہ کرم اپنی پراکسی کنفیگریشن چیک کریں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1182]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:311: warning: bidirectional control characters: ['\u202b']
#  309|   <translation id="5895138241574237353">دوبارہ شروع کریں</translation>
#  310|   <translation id="5903106910045431592"><ph name="PAGE_TITLE" /> - نیٹ ورک سائن ان</translation>
#  311|-> <translation id="5921937202395756260">‏‫Chromium ہموار اسکرولنگ اور ویڈیو فریم ریٹس جیسی پس منظر کی سرگرمی اور ویژوئل ایفیکٹس کو محدود کر کے بیٹری پاور کی بچت کرتا ہے۔</translation>
#  312|   <translation id="5924017743176219022">انٹرنیٹ سے منسلک کیا جا رہا ہے…</translation>
#  313|   <translation id="5929318705173562984">‏آپ کے براؤزنگ کے تجربے کو بہتر بنانے اور وسائل کو خالی کرنے کیلئے، Chromium اس ٹیب کو غیر فعال کر سکتا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1183]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:356: warning: bidirectional control characters: ['\u202b']
#  354|   <translation id="6334986366598267305">‏اب آپ کے Google اکاؤنٹ کے ساتھ اور اشتراک کردہ کمپیوٹرز پر Chromium کا استعمال زيادہ آسان ہے۔</translation>
#  355|   <translation id="633626832589656416">‏آپ کے براؤزنگ کے تجربے کو بہتر بنانے اور چیزوں کو تیز بنائے رکھنے کیلئے، Chromium ان ٹیبز کو غیر فعال کر سکتا ہے۔</translation>
#  356|-> <translation id="6347933965114150440">‏‫Chromium شارٹ کٹ</translation>
#  357|   <translation id="6366160072964553914">‏Chromium نے اس ڈاؤن لوڈ کو مسدود کر دیا کیونکہ فائل عام طور پر ڈاؤن لوڈ نہیں ہوتی ہے اور یہ خطرناک ہو سکتی ہے</translation>
#  358|   <translation id="6373523479360886564">‏کیا آپ واقعی Chromium کو ان انسٹال کرنا چاہتے ہیں؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1184]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:367: warning: bidirectional control characters: ['\u202b']
#  365|   <translation id="645458117210240797">‏آف • Chromium اس بات کی تصدیق نہیں کر سکتا کہ یہ ایکسٹینشن کہاں سے آتی ہے</translation>
#  366|   <translation id="6455857529632101747">‏Chromium کی پروفائلز میں خوش آمدید</translation>
#  367|-> <translation id="6466344609055215035">‏‫Chromium سے اکاؤنٹ ہٹائیں</translation>
#  368|   <translation id="6475912303565314141">‏یہ اس کو بھی کنٹرول کرتا ہے جب آپ Chromium کو اسٹارٹ کرتے ہیں تو کون سا صفحہ دکھایا جاتا ہے۔</translation>
#  369|   <translation id="648319183876919572">بہتر کردہ محفوظ براؤزنگ آپ کو خطرناک ویب سائٹس اور ڈاؤن لوڈز سے بچانے کے لیے بہت کچھ کرتی ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1185]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:375: warning: bidirectional control characters: ['\u202b']
#  373|   <translation id="6539122709674868420">‏آپ کی تنظیم Chromium کو بند کر دیتی ہے جب اسے <ph name="TIMEOUT_DURATION" /> کے لیے استعمال نہیں کیا جاتا ہے۔ براؤزنگ ڈیٹا کو حذف کر دیا گیا تھا۔ اس میں سرگزشت، آٹو فل اور ڈاؤن لوڈز شامل ہو سکتے ہیں۔</translation>
#  374|   <translation id="6542839706527980775">‏ہر پروفائل میں بُک مارکس، سرگزشت اور پاس ورڈز وغیرہ جیسی Chromium کی اپنی ذاتی معلومات ہوتی ہے</translation>
#  375|-> <translation id="6550837808040845057">‏‫Chromium غیر فعال ٹیبز سے میموری کو خالی کرتا ہے۔ یہ فعال ٹیبز اور دیگر ایپس کو کمپیوٹر کے مزید وسائل فراہم کرتا ہے اور Chromium کو تیز رکھتا ہے۔ جب آپ ان پر واپس جاتے ہیں تو آپ کے غیر فعال ٹیبز خودکار طور پر دوبارہ فعال ہو جاتے ہیں۔</translation>
#  376|   <translation id="6563921047760808519">‏اس بارے میں مزید جانیں کہ <ph name="BEGIN_LINK" />Chromium آپ کے ڈیٹا کو کس طرح نجی رکھتا ہے<ph name="END_LINK" /></translation>
#  377|   <translation id="656935081669708576">‏آپ دوسرے Chromium پروفائل سے پاس ورڈز دیکھنے کے لیے سوئچ کر سکتے ہیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1186]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:395: warning: bidirectional control characters: ['\u202b']
#  393|   <translation id="6734291798041940871">‏Chromium پہلے سے آپ کے کمپیوٹر پر سبھی صارفین کیلئے انسٹال ہے۔</translation>
#  394|   <translation id="673636774878526923">‏اپنے تمام آلات پر اپنی Chromium کی چیزوں تک رسائی حاصل کرنے کیلئے، سائن ان کریں اور پھر مطابقت پذیری کو آن کریں۔</translation>
#  395|-> <translation id="674245979920622322">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chromium نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> اور <ph name="COUNT" /> مزید کو ہٹا دیا</translation>
#  396|   <translation id="67706546131546258">‏Chromium اس فائل کو اسکین کرنے کی تجویز کرتا ہے کیونکہ یہ خطرناک ہو سکتی ہے۔</translation>
#  397|   <translation id="6779406956731413166">‏ChromeOS اضافی <ph name="BEGIN_LINK_CROS_OSS" />اوپن سورس سافٹ ویئر<ph name="END_LINK_CROS_OSS" /> کے ذریعے ممکن ہو پایا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1187]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:415: warning: bidirectional control characters: ['\u202b']
#  413|   <translation id="7067091210845072982">‏اگر کسی تصویر میں مفید تفصیل موجود نہیں ہے تو Chromium آپ کے لیے تفصیل فراہم کرنے کی کوشش کرے گا۔ تفصیلات تخلیق کرنے کے لیے، تصاویر Google کو بھیجی جاتی ہیں۔</translation>
#  414|   <translation id="7141270731789036260">‏Chrome for Testing کو حسب ضرورت بنائیں</translation>
#  415|-> <translation id="7163519456498498587">‏‫Chromium سے <ph name="EXTENSION_NAME" /> کو ہٹائیں</translation>
#  416|   <translation id="7173822816570314652">‏آپ کی تنظیم Chromium ڈیٹا کو حذف کر دیتی ہے جب اسے <ph name="TIMEOUT_DURATION" /> کے لیے استعمال نہیں کیا جاتا ہے۔ اس میں سرگزشت، آٹو فل اور ڈاؤن لوڈز شامل ہو سکتے ہیں۔</translation>
#  417|   <translation id="718435575166326686">‏Chromium کو اس سائٹ کے لیے کیمرے کی اجازت درکار ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1188]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:446: warning: bidirectional control characters: ['\u202b']
#  444|   <translation id="7582945390259497898">‏Chromium آپ کی دلچسپیوں کا اندازہ لگا سکتا ہے۔ بعد میں، آپ کی ملاحظہ کی جانے والی سائٹ آپ کو دکھائی دینے والے اشتہارات کو ذاتی نوعیت کا بنانے کے لیے Chromium سے آپ کی دلچسپیوں کو دیکھنے کا مطالبہ کر سکتی ہے۔</translation>
#  445|   <translation id="7583399374488819119"><ph name="COMPANY_NAME" /> انسٹالر</translation>
#  446|-> <translation id="7585391435984513350">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chromium نے <ph name="PERMISSION" /> کو ہٹا دیا</translation>
#  447|   <translation id="761356813943268536">‏Chromium آپ کا کیمرا اور مائیکروفون استعمال کر رہا ہے۔</translation>
#  448|   <translation id="7617377681829253106">‏Chromium اور بھی بہتر ہوگیا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1189]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/chromium_strings_ur.xtb:494: warning: bidirectional control characters: ['\u202b']
#  492|   <translation id="8372327902843331129">‏اپنے تمام آلات پر اپنے پاس ورڈز وغیرہ حاصل کرنے کے لیے، Chromium میں سائن ان کریں۔ آپ کے سائن ان کرنے کے بعد یہ پاس ورڈ آپ کے Google اکاؤنٹ میں محفوظ ہو جائے گا۔</translation>
#  493|   <translation id="837460953767177950">‏پھر آپ کو Chromium ری اسٹارٹ کرنے کی ضرورت ہوگی۔</translation>
#  494|-> <translation id="8397248745433792218">‏‫Chromium تجویز کرتا ہے کہ آپ اسے ہٹا دیں۔ <ph name="BEGIN_LINK" />تعاون یافتہ ایکسٹینشنز کے بارے میں مزید جانیں<ph name="END_LINK" /></translation>
#  495|   <translation id="8401454788024434101">‏اس ایکسٹینشن کی اشاعت اس کے ڈویلپر نے ختم کی تھی اور یہ غیر محفوظ ہو سکتا ہے۔ اسے Chromium سے ہٹا دیں تاکہ یہ آپ کی ذاتی معلومات سمیت آپ کی ملاحظہ کردہ سائٹس پر آپ کا ڈیٹا مزید دیکھ اور تبدیل نہ کر سکے۔</translation>
#  496|   <translation id="8417404458978023919">{0,plural, =1{‏ایک دن کے اندر Chromium کو دوبارہ لانچ کریں}other{‏# دن کے اندر Chromium کو دوبارہ لانچ کریں}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1190]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:43: warning: bidirectional control characters: ['\u202b']
#   41|   <translation id="1026655690966755180">إضافة منفذ</translation>
#   42|   <translation id="1026822031284433028">تحميل صورة</translation>
#   43|-> <translation id="1026959648338730078">‏‫Windows Hello أو مفتاح أمان خارجي</translation>
#   44|   <translation id="1028700151766901954">‏السبب: تم العثور على ميزة "الوصول إلى المتصفِّحات القديمة" (LBS) في <ph name="DEFAULT_OPEN_BROWSER" /> بشكل تلقائي.</translation>
#   45|   <translation id="1028823395684328817">‏لمواصلة استخدام كلمات المرور وغيرها في حسابك على Google، يجب إثبات هويتك</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1191]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:150: warning: bidirectional control characters: ['\u202b']
#  148|   <translation id="1091767800771861448">‏اضغط على ESCAPE للتخطي (الإصدارات غير الرسمية فقط).</translation>
#  149|   <translation id="1093457606523402488">شبكات مرئية:</translation>
#  150|-> <translation id="1093645050124056515">‏‫ctrl‏ + alt + السهم المتّجه للأسفل</translation>
#  151|   <translation id="1094219634413363886">سيظهر لك إشعار في حال بدء التسجيل على هذا الجهاز المُدار.</translation>
#  152|   <translation id="1095761715416917775">ضمان إمكانية الوصول إلى بيانات المزامنة دائمًا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1192]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:159: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
#  157|   <translation id="1099962274138857708">تم نسخ الصورة من <ph name="DEVICE_NAME" />.</translation>
#  158|   <translation id="1100504063505580045">الرمز الحالي</translation>
#  159|-> <translation id="1101254380285078812">{COUNT,plural, =1{كلمة مرور واحدة}zero{‫{COUNT} كلمة مرور}two{كلمتا مرور ({COUNT})}few{‫{COUNT} كلمات مرور}many{‫{COUNT} كلمة مرور}other{‫{COUNT} كلمة مرور}}</translation>
#  160|   <translation id="1102759278139578486">يتعذَّر تنزيل ملفات التعليقات التوضيحية للعقدة الرئيسية. يُرجى إعادة المحاولة لاحقًا.</translation>
#  161|   <translation id="1103523840287552314">ترجمة اللغة <ph name="LANGUAGE" /> دائمًا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1193]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:181: warning: bidirectional control characters: ['\u202b', '\u202c']
#  179|   <translation id="1122068467107743258">العمل</translation>
#  180|   <translation id="1122198203221319518">&amp;الأدوات</translation>
#  181|-> <translation id="1122242684574577509">‏‫فشلت المصادقة‬. انقر للانتقال إلى صفحة تسجيل الدخول لشبكة Wi-Fi التي تستخدمها (<ph name="NETWORK_ID" />).</translation>
#  182|   <translation id="1122587596907914265">صمِّم خلفيات فريدة</translation>
#  183|   <translation id="1122913801042512795">تفاصيل تسجيل الدخول إلى حسابك قديمة. يُرجى تسجيل الخروج ثم تسجيل الدخول مرة أخرى.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1194]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:235: warning: bidirectional control characters: ['\u202b']
#  233|   <translation id="1162479191445552288">فتح التطبيق عند بدء التشغيل</translation>
#  234|   <translation id="1163931534039071049">عرض م&amp;صدر الإطار</translation>
#  235|-> <translation id="1164015913575846413">‏‫Alt + النقر</translation>
#  236|   <translation id="1164891049599601209">تم إدخالها على موقع إلكتروني مريب.</translation>
#  237|   <translation id="1165039591588034296">الخطأ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1195]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:1660: warning: bidirectional control characters: ['\u202b']
# 1658|   <translation id="2157474325782140681">‏للحصول على ميزات إضافية، يُرجى استخدام محطة إرساء Dell المصمّمة للعمل مع جهاز Chromebook هذا.</translation>
# 1659|   <translation id="215753907730220065">إنهاء وضع ملء الشاشة</translation>
# 1660|-> <translation id="2157779167749714207">‏‫Gemini ضمن <ph name="DEVICE_TYPE" /></translation>
# 1661|   <translation id="2158249272743343757">حذف بيانات التخصيص...</translation>
# 1662|   <translation id="2158475082070321257">نسخ الرابط المؤدي إلى نص محدد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1196]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:1682: warning: bidirectional control characters: ['\u202b']
# 1680|   <translation id="217631816678106981">عدم اللصق</translation>
# 1681|   <translation id="2177950615300672361">علامة تبويب التصفح المتخفي: <ph name="TAB_NAME" /></translation>
# 1682|-> <translation id="2178056538281447670">‫Microsoft 365</translation>
# 1683|   <translation id="2178545675770638239">اختيار كلمة مرور</translation>
# 1684|   <translation id="2178585470774851578">‏يتم حاليًا تفعيل ميزات تصحيح الأخطاء لنظام التشغيل ChromeOS Flex التي ستثبِّت البرنامج الخفي لبروتوكول النقل الآمن (SSHD) وتتيح تشغيل النظام من محرّكات أقراص USB.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1197]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:1770: warning: bidirectional control characters: ['\u202b']
# 1768|   <translation id="2243452222143104807">علامة تبويب غير نشِطة</translation>
# 1769|   <translation id="2243934210752059021">‏مفتاح البحث + alt + <ph name="TOP_ROW_KEY" /></translation>
# 1770|-> <translation id="2244790431750694258">‫"<ph name="APP_NAME" />": <ph name="APP_TITLE" /></translation>
# 1771|   <translation id="2245603955208828424">استخدِم مفاتيح الأسهم للتنقُّل بين الأحرف واحدًا تلو الآخر.</translation>
# 1772|   <translation id="2246129643805925002">يتم تحديث الجهاز <ph name="DEVICE_TYPE" /> في الخلفية تلقائيًا لإتاحة أحدث الميزات والتحسينات الأمنية إليك. يمكنك مراجعة إعدادات التحديث المفضّلة في الإعدادات.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1198]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:2042: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b', '\u202b', '\u202b']
# 2040|                     لن يؤثر هذا الإجراء في الإشارات المرجعية وكلمات المرور المحفوظة وسجلّ التصفّح.</translation>
# 2041|   <translation id="2427507373259914951">النقر بالزر الأيسر</translation>
# 2042|-> <translation id="2428245692671442472">{NUM_PASSWORDS,plural, =1{‫<ph name="DOMAIN_LINK" /> يتوفّر حساب واحد. تم حفظ كلمة المرور على هذا الجهاز فقط. مزيد من التفاصيل}zero{‫<ph name="DOMAIN_LINK" /> يتوفّر {NUM_PASSWORDS} حساب. تم حفظ كلمة المرور على هذا الجهاز فقط. مزيد من التفاصيل}two{‫<ph name="DOMAIN_LINK" /> يتوفّر حسابان ({NUM_PASSWORDS}). تم حفظ كلمة الم [...]
# 2043|   <translation id="2428510569851653187">وصف ما كنت تفعله عندما تعطّلت علامة التبويب</translation>
# 2044|   <translation id="2428939361789119025">‏إيقاف شبكة Wi-Fi</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:2042: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1199]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:2996: warning: bidirectional control characters: ['\u202b']
# 2994|   <translation id="310297983047869047">الشريحة السابقة</translation>
# 2995|   <translation id="3103451787721578293">يُرجى تحديد سبب لتحميل هذه البيانات:</translation>
# 2996|-> <translation id="3103512663951238230">‏‫Alt + النقر</translation>
# 2997|   <translation id="3104948640446684649">‏إرسال بيانات الاستخدام والتشخيص: يُرسل هذا الجهاز حاليًا بيانات التشخيص وبيانات استخدام الجهاز والتطبيقات إلى Google تلقائيًا. وسيساعد ذلك في تعزيز استقرار النظام والتطبيقات وإجراء المزيد من التحسينات. ستساعد أيضًا بعض البيانات المجمّعة تطبيقات Google وشرك [...]
# 2998|   <translation id="3105339775057145050">آخر تغيير غير ناجح</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:2996: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1200]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:3064: warning: bidirectional control characters: ['\u202c']
# 3062|   <translation id="3162853326462195145">حساب المؤسسة التعليمية</translation>
# 3063|   <translation id="3162899666601560689">يسمح هذا الإجراء للمواقع الإلكترونية باستخدام ملفات تعريف الارتباط لتحسين تجربة التصفُّح، مثل إبقائك مُسجِّلاً الدخول أو تذكُّر عناصر في سلة التسوق.</translation>
# 3064|-> <translation id="3163201441334626963">المنتج غير معروف <ph name="PRODUCT_ID" /> من المورّد‬ <ph name="VENDOR_ID" /></translation>
# 3065|   <translation id="3163511056918491211">‏يمكنك استعادة بياناتك أو تبديل الأجهزة بسهولة متى شئت. يتم تحميل النُسخ الاحتياطية إلى Google ويتم تشفيرها باستخدام كلمة مرور حساب Google.</translation>
# 3066|   <translation id="3164329792803560526">مشاركة علامة التبويب هذه مع <ph name="APP_NAME" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1201]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:3321: warning: bidirectional control characters: ['\u202b']
# 3319|   <translation id="3362915550009543917">لوحة زيتية هادئة تعرض مرجًا أصفر اللون، توحي بالهدوء والتأمّل الفكري</translation>
# 3320|   <translation id="3363202073972776113">ستتم إدارة هذا الملف الشخصي الجديد بواسطة مؤسستك. <ph name="BEGIN_LINK" />مزيد من المعلومات<ph name="END_LINK" /></translation>
# 3321|-> <translation id="3364159059299045452">‏‫Alt + التمرير بالماوس</translation>
# 3322|   <translation id="3364986687961713424">من مُشرفك: <ph name="ADMIN_MESSAGE" /></translation>
# 3323|   <translation id="3365598184818502391">‏يرجى استخدام مفتاح واحد فقط: Ctrl أو Alt.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1202]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:3411: warning: bidirectional control characters: ['\u202b']
# 3409|   <translation id="3429271624041785769">لغات محتوى الويب</translation>
# 3410|   <translation id="3429275422858276529">ضَع إشارة على هذه الصفحة لسهولة العثور عليها لاحقًا</translation>
# 3411|-> <translation id="3431715928297727378">‫"<ph name="WINDOW_TITLE" />" - تم إخلاء <ph name="MEMORY_VALUE" /></translation>
# 3412|   <translation id="3432762828853624962">العمال المشتركون</translation>
# 3413|   <translation id="3433507769937235446">قفل الشاشة عند الابتعاد عن الجهاز</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1203]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:3649: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 3647|   <translation id="3602894439067790744">طريقة قراءة الأرقام</translation>
# 3648|   <translation id="3603622770190368340">الحصول على شهادة الشبكة</translation>
# 3649|-> <translation id="3605156246402033687">{COUNT,plural, =1{حساب واحد ({COUNT}) يستخدم كلمة المرور نفسها}zero{‫{COUNT} حساب يستخدم كلمة المرور نفسها}two{حسابان ({COUNT}) يستخدمان كلمة المرور نفسها}few{‫{COUNT} حسابات تستخدم كلمة المرور نفسها}many{‫{COUNT} حسابًا يستخدم كلمة المرور نفسها}other{‫{COUNT} حساب يستخدم كلمة المرور نفسها}}</t [...]
# 3650|   <translation id="3605515937536882518">تم تعديل قيم النموذج.</translation>
# 3651|   <translation id="3605780360466892872">الزر لأسفل</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:3649: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1204]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:3834: warning: bidirectional control characters: ['\u202b']
# 3832|   <translation id="3722624153992426516">تم تلقي تعليمات "<ph name="IMPORT_CERTIFICATE__INSTRUCTION_NAME" />".</translation>
# 3833|   <translation id="3724897774652282549">يُرجى ملء الاستمارة</translation>
# 3834|-> <translation id="3726334084188857295">‫<ph name="SITE_ETLD_PLUS_ONE" /> • <ph name="LAST_USED" /></translation>
# 3835|   <translation id="3726965532284929944">QT</translation>
# 3836|   <translation id="3727144509609414201">‏شبكات Wi-Fi المتاحة</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1205]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:3950: warning: bidirectional control characters: ['\u202b']
# 3948|   <translation id="379509625511193653">غير مفعَّل</translation>
# 3949|   <translation id="3795766489237825963">تشغيل الصور المتحركة</translation>
# 3950|-> <translation id="3796215473395753611">‏‫alt + السهم المتّجه للأعلى</translation>
# 3951|   <translation id="3796648294839530037">الشبكات المفضلة:</translation>
# 3952|   <translation id="3797739167230984533">تتم <ph name="BEGIN_LINK" />إدارة <ph name="DEVICE_TYPE" /> <ph name="END_LINK" /> من خلال مؤسستك</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1206]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:4965: warning: bidirectional control characters: ['\u202b']
# 4963|   <translation id="4545759655004063573">لا يمكن الحفظ نظرًا لأن الأذونات غير كافية. يُرجى الحفظ في مكان آخر.</translation>
# 4964|   <translation id="4546345569117159016">زر الماوس الأيمن</translation>
# 4965|-> <translation id="4546509872654834602">‫"<ph name="SUPERVISED_USER_NAME" />" بحاجة إلى استخدام هذه الإضافة</translation>
# 4966|   <translation id="4546692474302123343">‏الإدخال الصوتي في "مساعد Google"</translation>
# 4967|   <translation id="4547659257713117923">ليست هناك علامات تبويب من أجهزة أخرى</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1207]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:5253: warning: bidirectional control characters: ['\u202b']
# 5251|   <translation id="4762849514113423887">كلمة المرور غير صحيحة. يُرجى إعادة المحاولة.</translation>
# 5252|   <translation id="4763408175235639573">تم ضبط ملفات تعريف الارتباط التالية عند عرض هذه الصفحة</translation>
# 5253|-> <translation id="4763757134413542119">‏‫<ph name="USER_EMAIL" /> ليس حسابًا صالحًا على Google for Education. يُرجى التواصل مع المشرف. إذا كنت مشرفًا، يمكنك ضبط إعدادات مؤسستك بالانتقال إلى g.co/workspace/edusignup.</translation>
# 5254|   <translation id="4765524037138975789">{MONTHS,plural, =1{سيتم حفظ بيانات هذا الجهاز لمدة شهر واحد ويمكنك توصيله بدون استخدام رمز في المرة القادمة. تم ضبط هذا الإعداد من قِبل المشرف.}zero{سيتم حفظ بيانات هذا الجهاز لمدة {MONTHS} شهر ويمكنك توصيله بدون استخدام رمز في المرة القادمة. تم ضبط هذا الإعداد من قِبل ال�[...]
# 5255|   <translation id="476563889641554689">‏اختَر منطقة للبحث فيها باستخدام "عدسة Google".</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:5253: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1208]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:5682: warning: bidirectional control characters: ['\u202b']
# 5680|   <translation id="508059534790499809">‏تحديث تذكرة Kerberos</translation>
# 5681|   <translation id="5081124414979006563">&amp;فتح الملف الشخصي للضيف</translation>
# 5682|-> <translation id="5083035541015925118">‏‫ctrl‏ + alt + السهم المتّجه للأعلى</translation>
# 5683|   <translation id="5084328598860513926">تمّت مقاطعة عملية الإعداد. يُرجى إعادة المحاولة أو التواصل مع مشرف الجهاز أو مالكه. رمز الخطأ: <ph name="ERROR_CODE" /></translation>
# 5684|   <translation id="5084622689760736648">من المرجّح أن تعمل المواقع الإلكترونية على النحو المتوقَّع.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1209]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:5840: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 5838|   <translation id="519185197579575131">‏استخدام QT</translation>
# 5839|   <translation id="5192062846343383368">‏فتح تطبيق Family Link للاطّلاع على إعدادات الإشراف</translation>
# 5840|-> <translation id="5193485690196207310">{COUNT,plural, =1{مفتاح مرور واحد}zero{‫{COUNT} مفتاح مرور}two{مفتاحا مرور ({COUNT})}few{‫{COUNT} مفاتيح مرور}many{‫{COUNT} مفتاح مرور}other{‫{COUNT} مفتاح مرور}}</translation>
# 5841|   <translation id="5193978546360574373">‏سيؤدي هذا الإجراء إلى إزالة إمكانية الوصول إلى Google Drive على جهاز Chromebook هذا، بما في ذلك إمكانية الوصول إلى أي ملفات تمت إتاحتها بلا اتصال بالإنترنت.</translation>
# 5842|   <translation id="5193988420012215838">تم النسخ إلى الحافظة</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1210]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:6109: warning: bidirectional control characters: ['\u202b']
# 6107|   <translation id="5397378439569041789">‏تسجيل جهاز Kiosk أو جهاز إشارات رقمية</translation>
# 6108|   <translation id="5397794290049113714">أنت</translation>
# 6109|-> <translation id="5398062879200420134">‫⌥ + التمرير بالماوس</translation>
# 6110|   <translation id="5398497406011404839">إشارات مرجعية مخفية</translation>
# 6111|   <translation id="5398572795982417028">مرجع صفحة خارج الحدود المفروضة، الحد الأقصى هو <ph name="MAXIMUM_PAGE" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1211]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:6181: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 6179|   <translation id="5445400788035474247">10 أضعاف</translation>
# 6180|   <translation id="5446983216438178612">عرض الشهادات للمؤسسة</translation>
# 6181|-> <translation id="5448092089030025717">{NUM_REUSED,plural, =0{ما مِن كلمات مرور مستخدَمة لحساب آخر.}=1{كلمة مرور واحدة مستخدَمة لحساب آخر}two{كلمتا مرور ({NUM_REUSED}) مستخدَمتان لحساب آخر}few{‫{NUM_REUSED} كلمات مرور مستخدَمة لحساب آخر}many{‫{NUM_REUSED} كلمة مرور مستخدَمة لحساب آخر}other{‫{NUM_REUSED} كلمة مرور مستخدَمة لحساب آخر}}</tr [...]
# 6182|   <translation id="5448293924669608770">عفوًا، حدث خطأ ما عند تسجيل الدخول</translation>
# 6183|   <translation id="5449551289610225147">كلمة المرور غير صالحة</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:6181: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1212]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:6360: warning: bidirectional control characters: ['\u202b']
# 6358|   <translation id="558170650521898289">‏التحقق من برنامج تشغيل الأجهزة لـ Microsoft Windows</translation>
# 6359|   <translation id="5581972110672966454">يتعذَّر ضم الجهاز إلى النطاق. يُرجى إعادة المحاولة أو التواصل مع مشرف الجهاز أو مالكه. رمز الخطأ: <ph name="ERROR_CODE" /></translation>
# 6360|-> <translation id="5582634344048669777">‫8 نقاط</translation>
# 6361|   <translation id="5582839680698949063">القائمة الرئيسية</translation>
# 6362|   <translation id="5583640892426849032">Backspace</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1213]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:6507: warning: bidirectional control characters: ['\u202b']
# 6505|   <translation id="5687606994963670306">‏يحذف Chrome تلقائيًا المواقع الإلكترونية التي يمر أكثر من 30 يومًا على إضافتها إلى قائمة "المواقع الإلكترونية التي تقترح الإعلانات". وقد يظهر في القائمة مجددًا أي موقع إلكتروني تكرِّر زيارته. يمكنك أيضًا منع موقع إلكتروني معيّن من اقتراح إعلانات لك. مزيد من �[...]
# 6506|   <translation id="5687935527303996204">احرص على توصيل جهازك بمصدر للطاقة، ولا توقِف تشغيله، لأنّ التثبيت قد يستغرق مدة تصل إلى 20 دقيقة. وسيتم إيقاف تشغيل جهازك تلقائيًا عند اكتمال التثبيت.</translation>
# 6507|-> <translation id="5689233503102158537">‏‫alt + مفتاح backspace</translation>
# 6508|   <translation id="5689516760719285838">الموقع الجغرافي</translation>
# 6509|   <translation id="5689531695336322499">‏يبدو أنّه سبق وأن تم إعداد ميزة "التعرّف على الصوت" من قِبل <ph name="SUPERVISED_USER_NAME" /> في خدمة "مساعد Google" على جهاز آخر. أمّا بالنسبة إلى التسجيلات الصوتية السابقة، فقد تم استخدامها لإنشاء نموذج صوتي على هذا الجهاز.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:6507: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1214]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:6969: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 6967|   <translation id="6039651071822577588">قاموس خصائص الشبكة غير صالح</translation>
# 6968|   <translation id="6040143037577758943">إغلاق</translation>
# 6969|-> <translation id="6040756649917982069">{COUNT,plural, =0{ما مِن شهادات}=1{شهادة واحدة}two{شهادتان ({COUNT})}few{‫{COUNT} شهادات}many{‫{COUNT} شهادة}other{‫{COUNT} شهادة}}</translation>
# 6970|   <translation id="6041046205544295907">‏<ph name="BEGIN_PARAGRAPH1" />تستخدم خدمة الموقع الجغرافي من Google مصادر مثل شبكات Wi‑Fi وشبكات الجوّال وأجهزة الاستشعار للمساعدة في تقدير الموقع الجغرافي لجهازك.<ph name="END_PARAGRAPH1" />
# 6971|       <ph name="BEGIN_PARAGRAPH2" />يمكنك إيقاف خدمة "الموقع الجغرافي" من خلال إيقاف إعداد "الموقع الجغرافي" الرئيسي على جهازك. وبإمكانك أيضًا إيقاف استخدام شبكات Wi-Fi وشبكات الجوّال وأجهزة الاستشعار للموقع الجغرافي من إعدادات الموقع الجغرافي.<ph name="END_PARAGRAPH2" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1215]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:7197: warning: bidirectional control characters: ['\u202b']
# 7195|   <translation id="6203247599828309566">لقد حفظت ملاحظة بشأن كلمة مرور على هذا الموقع الإلكتروني. لعرضها، انقر على رمز المفتاح.</translation>
# 7196|   <translation id="6205314730813004066">الخصوصية في عرض الإعلانات</translation>
# 7197|-> <translation id="6205993460077903908">‫<ph name="WINDOW_TITLE" /> - يتم التسجيل من الميكروفون.</translation>
# 7198|   <translation id="6206199626856438589">سيتم تسجيل خروجك من المواقع الإلكترونية المُدرَجة، بما فيها تلك المواقع في علامات التبويب المفتوحة.</translation>
# 7199|   <translation id="6206311232642889873">نس&amp;خ صورة</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1216]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:7438: warning: bidirectional control characters: ['\u202b']
# 7436|   <translation id="6384275966486438344">تغيير إعدادات البحث لـ: <ph name="SEARCH_HOST" /></translation>
# 7437|   <translation id="6385149369087767061">يُرجى الاتصال بالإنترنت والمحاولة مرة أخرى.</translation>
# 7438|-> <translation id="6385382178401976503">البطاقة: ‫<ph name="CARD" /></translation>
# 7439|   <translation id="6385994920693662133">‏تحذير: تم تفعيل تسجيل البيانات بالتفصيل، وقد تتضمن السجلات أدناه عناوين URL أو معلومات أخرى حساسة. يُرجى مراجعتها والتأكد من رغبتك في إرسال هذه المعلومات.</translation>
# 7440|   <translation id="6387674443318562538">تقسيم رأسي</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1217]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:7612: warning: bidirectional control characters: ['\u202b']
# 7610|   <translation id="6519689855001245063">جارٍ التحقق من الأهليّة</translation>
# 7611|   <translation id="6520087076882753524">‏يمكنك عرض كلمات المرور المحفوظة وإدارتها من خلال "مدير كلمات المرور في Google".</translation>
# 7612|-> <translation id="6520115099532274511">‏‫<ph name="SITE" /> بحاجة إلى إثبات هويتك. أدخِل رقم التعريف الشخصي لخدمة "مدير كلمات المرور في Google" المكوَّن من أحرف أبجدية رقمية</translation>
# 7613|   <translation id="6520876759015997832">‏نتيجة البحث <ph name="LIST_POSITION" /> من <ph name="LIST_SIZE" />: <ph name="SEARCH_RESULT_TEXT" />. يُرجى الضغط على Enter للانتقال إلى القسم.</translation>
# 7614|   <translation id="6521214596282732365">تستخدِم المواقع الإلكترونية عادةً أشكال الخط من جهازك للسماح لك بإنشاء محتوى عالي الدقة باستخدام أدوات التصميم والرسم على الإنترنت.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1218]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:7808: warning: bidirectional control characters: ['\u202b']
# 7806|   <translation id="6659213950629089752">تم تكبير/تصغير هذه الصفحة عبر إضافة "<ph name="NAME" />"</translation>
# 7807|   <translation id="6659594942844771486">‏مفتاح Tab</translation>
# 7808|-> <translation id="6660099350750552197">‫<ph name="WINDOW_TITLE" /> - يتم التسجيل من الكاميرا.</translation>
# 7809|   <translation id="6660301751798595791">اختيار الصوت</translation>
# 7810|   <translation id="6660819301598582123">أبجد هوز حطي كلمن سعفص قرشت ثخذ ضظغ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1219]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:7910: warning: bidirectional control characters: ['\u202b']
# 7908|   <translation id="6731320427842222405">قد يستغرق ذلك بضع دقائق</translation>
# 7909|   <translation id="6732956960067639542">‏يمكنك فتح جلسة جديدة في متصفِّح Chrome بدلاً من ذلك.</translation>
# 7910|-> <translation id="6734178081670810314">‫<ph name="EXTENSION_OR_APP_NAME" /> (رقم التعريف: <ph name="EXTENSION_OR_APP_ID" />)</translation>
# 7911|   <translation id="6735304988756581115">عرض ملفات تعريف الارتباط وبيانات الموقع الأخرى...</translation>
# 7912|   <translation id="6736243959894955139">العنوان</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1220]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:8728: warning: bidirectional control characters: ['\u202b']
# 8726|   <translation id="7329154610228416156">‏فشل تسجيل الدخول نظرًا لأنه قد تم ضبطه على استخدام عنوان URL غير آمن <ph name="BLOCKED_URL" />. يُرجى الاتصال بالمسؤول.</translation>
# 8727|   <translation id="7330533963640151632">إعدادات "<ph name="FEATURE_NAME" />" لجهاز "<ph name="USER_NAME" />" الذي تتم مشاركته ضمن الحساب <ph name="USER_EMAIL" /></translation>
# 8728|-> <translation id="7331646370422660166">‏‫alt + السهم المتّجه للأسفل</translation>
# 8729|   <translation id="7332053360324989309">عامل مُخصّص: <ph name="SCRIPT_URL" /></translation>
# 8730|   <translation id="7333388112938984914">لا يمكن تحميل الملفات أثناء الاتصال بشبكة تفرض تكلفة استخدام.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1221]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:9163: warning: bidirectional control characters: ['\u202b']
# 9161|   <translation id="7646772052135772216">مزامنة كلمات المرور لا تعمل</translation>
# 9162|   <translation id="7647403192093989392">ليست هناك أنشطة حديثة</translation>
# 9163|-> <translation id="7648023614017258011">‏‫Chrome يتحقّق حاليًا من حزمة التثبيت</translation>
# 9164|   <translation id="7649070708921625228">مساعدة</translation>
# 9165|   <translation id="7650178491875594325">استعادة البيانات المحليّة</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1222]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:10415: warning: bidirectional control characters: ['\u202b']
#10413|   <translation id="8527257351549797148">قد تطلب منك مؤسستك التسجيل لتتمكن من الوصول إلى التطبيقات والإضافات وغير ذلك. ويتيح ذلك للمؤسسة إدارة بعض الإعدادات مثل إعدادات الأمان والأجهزة.</translation>
#10414|   <translation id="8527869672961320915">تطبيقات "<ph name="VM_NAME" />"</translation>
#10415|-> <translation id="8527919446448758559">‏‫<ph name="SITE" /> بحاجة إلى إثبات هويتك. أدخِل رقم التعريف الشخصي المكوّن من 6 أرقام لخدمة "مدير كلمات المرور في Google"، رقم التعريف الشخصي <ph name="NUM_DIGIT" /> من 6</translation>
#10416|   <translation id="8528074251912154910">إضافة اللغات</translation>
#10417|   <translation id="8528479410903501741">‏حفظ رقم الحساب بصيغة IBAN</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1223]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:10709: warning: bidirectional control characters: ['\u202b']
#10707|   <translation id="8732212173949624846">قراءة سجل التصفح وتعديله على كل الأجهزة التي سجلت الدخول إليها</translation>
#10708|   <translation id="8732844209475700754">مزيد من الإعدادات المتعلِّقة بالخصوصية والأمان وجمع البيانات</translation>
#10709|-> <translation id="8733779588180110397">‫⌥+ النقر</translation>
#10710|   <translation id="8734073480934656039">يتيح تفعيل هذا الإعداد تشغيل تطبيقات الكشك تلقائيًا عند بدء التشغيل.</translation>
#10711|   <translation id="8734755021067981851">‏ما مِن أجهزة USB متّصلة.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1224]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:11279: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
#11277|   <translation id="9122788874051694311">هل تريد حفظ مفتاح المرور هذا خارج "وضع التصفّح المتخفي"؟</translation>
#11278|   <translation id="9123287046453017203">جهازك ليس مُحدّثًا</translation>
#11279|-> <translation id="9124084978667228083">{MEMBERS,plural, =1{موقع إلكتروني واحد في مجموعة "<ph name="RWS_OWNER" />"}zero{‫{MEMBERS} موقع إلكتروني في مجموعة "<ph name="RWS_OWNER" />"}two{موقعان إلكترونيان ({MEMBERS}) في مجموعة "<ph name="RWS_OWNER" />"}few{‫{MEMBERS} مواقع إلكترونية في مجموعة "<ph name="RWS_OWNER" />"}many{‫{MEMBERS} موقعًا إلكترونيًا في مجموعة "<ph name="RWS_OWNER" / [...]
#11280|   <translation id="9125910124977405374">إزالة <ph name="LANGUAGE_NAME" /> من قائمة اللغات التي تتم ترجمتها تلقائيًا</translation>
#11281|   <translation id="9126149354162942022">لون المؤشر</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:11279: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1225]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:11338: warning: bidirectional control characters: ['\u202b']
#11336|   <translation id="9167063903968449027">إظهار قائمة القراءة</translation>
#11337|   <translation id="9167450455589251456">لا يمكن استخدام الملف الشخصي الحالي.</translation>
#11338|-> <translation id="9167813284871066981">‫<ph name="NUM_ACCOUNTS" /> حساب</translation>
#11339|   <translation id="9168436347345867845">تنفيذ ذلك لاحقًا</translation>
#11340|   <translation id="9169093579080634183">مزيد من المعلومات عن علامات التبويب</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1226]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:11444: warning: bidirectional control characters: ['\u202b']
#11442|   <translation id="954749761428814584">اللغة وأسلوب الإدخال</translation>
#11443|   <translation id="956500788634395331">تمت حمايتك من إضافات يُحتمل أن تكون ضارة.</translation>
#11444|-> <translation id="957179356621191750">‫6 نقاط</translation>
#11445|   <translation id="957960681186851048">حاول هذا الموقع تنزيل عدة ملفات تلقائيًا</translation>
#11446|   <translation id="958571289841636277">الانتقال للأمام وللخلف باستخدام إيماءة التمرير السريع</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1227]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:11480: warning: bidirectional control characters: ['\u202b']
#11478|   <translation id="98235653036850093">مرحبًا <ph name="PROFILE_NAME" /></translation>
#11479|   <translation id="983192555821071799">إغلاق جميع علامات التبويب</translation>
#11480|-> <translation id="983531994960412650">‫<ph name="WINDOW_TITLE" /> - يتم التسجيل من الكاميرا والميكروفون.</translation>
#11481|   <translation id="984275831282074731">طرق الدفع</translation>
#11482|   <translation id="984705303330760860">إضافة لغات إلى ميزة التدقيق الإملائي</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1228]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_et.xtb:9997: warning: bidirectional control characters: ['\u202c']
# 9995|   <translation id="8234795456569844941">Aidake meie spetsialistidel probleemi lahendada. Andke meile teada, mis toimus vahetult enne profiili veateate ilmumist.</translation>
# 9996|   <translation id="8235418492073272647">Lehte jagati seadmest <ph name="DEVICE_NAME" /></translation>
# 9997|-> <translation id="8236802542508794819">See vaheleht jagab ressursse muude vahelehtedega, mis võib silumist häirida.‬</translation>
# 9998|   <translation id="8236911020904880539">väljuda</translation>
# 9999|   <translation id="8236917170563564587">Jaga hoopis seda vahelehte</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1229]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:67: warning: bidirectional control characters: ['\u202b']
#   65|   <translation id="1041263367839475438">دستگاه‌های در دسترس</translation>
#   66|   <translation id="1041607257468256895">‏مدیریت اجازه‌های مکان وب‌سایت در Chrome</translation>
#   67|-> <translation id="1042174272890264476">‏‫همچنین کتابخانه RLZ‏ <ph name="SHORT_PRODUCT_NAME" /> از قبل بر روی رایانه شما نصب شده است. RLZ یک برچسب غیرمنحصر بفرد و غیرقابل‌شناسایی برای سنجش جستجوها و استفاده از <ph name="SHORT_PRODUCT_NAME" /> اختصاص می‌دهد که توسط یک کمپین تبلیغاتی خاص ارائه می‌شود. در بعضی مواقع در <ph name="PRODU [...]
#   68|   <translation id="1042248468362992359">برای استفاده از نقطه اتصال، به داده تلفن همراه متصل شوید. <ph name="BEGIN_LINK_LEARN_MORE" />بیشتر بدانید<ph name="END_LINK_LEARN_MORE" /></translation>
#   69|   <translation id="1043505821207197890">‏مشکلی پیش آمد. Linux ممکن است به‌صورت جزئی ارتقا یافته باشد. برای اطلاعات بیشتر، گزارش‌ها را مرور کنید. گزارش‌ها در «Files &gt; فایل‌های من &gt; <ph name="LOG_FILE" />» ذخیره شده است</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:67: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1230]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:159: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  157|   <translation id="1099962274138857708">تصویر از <ph name="DEVICE_NAME" /> کپی شده است</translation>
#  158|   <translation id="1100504063505580045">نماد کنونی</translation>
#  159|-> <translation id="1101254380285078812">{COUNT,plural, =1{‫۱ گذرواژه}one{‫{COUNT} گذرواژه}other{‫{COUNT} گذرواژه}}</translation>
#  160|   <translation id="1102759278139578486">فایل‌های گزارمان گره اصلی بارگیری نشد. بعداً دوباره امتحان کنید.</translation>
#  161|   <translation id="1103523840287552314"><ph name="LANGUAGE" /> همیشه ترجمه شود</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1231]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:266: warning: bidirectional control characters: ['\u202b']
#  264|   <translation id="1178601482396475810">مدیریت همگام‌سازی دستگاه</translation>
#  265|   <translation id="117916940443676133">کلید امنیتی‌تان پین ندارد و محافظت‌شده نیست. برای مدیریت داده‌های ورود به سیستم، ابتدا پین ایجاد کنید.</translation>
#  266|-> <translation id="1179400851034021914">‏‫IBAN نامعتبر است</translation>
#  267|   <translation id="1179902906564467236">دستورالعمل‌های روی تلفنتان را دنبال کنید یا از برنامه دوربین استفاده کنید</translation>
#  268|   <translation id="118057123461613219">صرفه‌جویی‌های بسیار زیاد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1232]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:464: warning: bidirectional control characters: ['\u202b']
#  462|   <translation id="1327527584824210101">استفاده از گذرکلید</translation>
#  463|   <translation id="1327794256477341646">ویژگی‌هایی که به مکان شما نیاز دارند کار نخواهند کرد</translation>
#  464|-> <translation id="1328364753167940710">‫<ph name="NUM_HR" /> ساعت دیگر</translation>
#  465|   <translation id="1329466763986822896">بهبود حریم خصوصی این نقطه اتصال</translation>
#  466|   <translation id="1330562121671411446">تشخیص دادن زبان</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1233]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1046: warning: bidirectional control characters: ['\u202b']
# 1044|   <translation id="1724801751621173132">حالت ورودی</translation>
# 1045|   <translation id="1725562816265788801">پیمایش برگه</translation>
# 1046|-> <translation id="1725585416709851618">‏‫Google Drive را در «تنظیمات» فعال کنید و «امتحان مجدد» را انتخاب کنید یا برای استفاده از نمای محدود و گزینه‌های ویرایش، «باز کردن در ویرایشگر پایه» را انتخاب کنید.</translation>
# 1047|   <translation id="1726503915437308071">قلم ایتالیک</translation>
# 1048|   <translation id="1729533290416704613">‏این برنامه صفحه‌ای را که هنگام جستجو از Omnibox نشان داده می‌شود، کنترل می‌کند.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1234]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1207: warning: bidirectional control characters: ['\u202b']
# 1205|   <translation id="1835261175655098052">‏درحال ارتقای Linux</translation>
# 1206|   <translation id="1835612721186505600">مجاز کردن دسترسی برای برنامه‌ها و وب‌سایت‌های دارای اجازه دوربین</translation>
# 1207|-> <translation id="1837441256780906162">‏‫Microsoft OneDrive درخواست را رد کرد. لطفاً بعداً دوباره امتحان کنید.</translation>
# 1208|   <translation id="1838374766361614909">پاک کردن جستجو</translation>
# 1209|   <translation id="1839021455997460752">نشانی ایمیل شما</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1235]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1377: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 1375|   <translation id="1956167375087861299">سایت‌هایی که مجاز نیستند از شناسه‌ها برای پخش محتوای محافظت‌شده استفاده کنند</translation>
# 1376|   <translation id="1956390763342388273">با این کار همه فایل‌ها از «<ph name="FOLDER_PATH" />» بارگذاری خواهد شد. تنها درصورتی که به این سایت اعتماد دارید، این کار را انجام دهید.</translation>
# 1377|-> <translation id="1956890443345590119">{NUM_EXTENSIONS,plural, =1{‫۱ افزونه بررسی شد}one{‫{NUM_EXTENSIONS} افزونه بررسی شد}other{‫{NUM_EXTENSIONS} افزونه بررسی شد}}</translation>
# 1378|   <translation id="1959421829481337178">لطفاً کد فعال‌سازی ارائه‌شده توسط شرکت مخابراتی‌تان را وارد کنید.</translation>
# 1379|   <translation id="1960211333621141174">صخره</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1236]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1398: warning: bidirectional control characters: ['\u202b']
# 1396|   <translation id="1974060860693918893">پیشرفته</translation>
# 1397|   <translation id="1974159333077206889">صدای یکسان با همه بلندگوها</translation>
# 1398|-> <translation id="1974216844776165821">‏‫Chrome گذرواژه‌تان را در این دستگاه ذخیره کرده است، اما به‌جای دستگاه می‌توانید آن را در «حساب Google» خود ذخیره کنید. بدین‌ترتیب، هرگاه به سیستم وارد شده باشید، همه گذرواژه‌ها و گذرکلیدهای ذخیره‌شده در «حساب Google» شما نیز دردسترس خواهد بود.</translation>
# 1399|   <translation id="1975841812214822307">حذف...</translation>
# 1400|   <translation id="1976150099241323601">ورود به سیستم دستگاه امنیتی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1237]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1418: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 1416|   <translation id="1980168597243156">ایستگاه فضایی</translation>
# 1417|   <translation id="1981434377190976112">همه داده‌های شما را در همه وب‌سایت‌ها بخواند</translation>
# 1418|-> <translation id="1983074053702805575">{count,plural, =1{‫{field_1}}=2{‫{field_1} و {field_2}}one{‫{field_1}، {field_2}، و {field_3}}other{‫{field_1}، {field_2}، و {field_3}}}</translation>
# 1419|   <translation id="1984417487208496350">بدون محافظت (توصیه نمی‌شود)</translation>
# 1420|   <translation id="1986836014090708999">تنظیمات پیشرفته مکان</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1238]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1507: warning: bidirectional control characters: ['\u202b']
# 1505|   <translation id="2048653237708779538">کنش دردسترس نیست</translation>
# 1506|   <translation id="204914487372604757">ایجاد میان‌بر</translation>
# 1507|-> <translation id="2049573977943974163">‫«<ph name="EXTENSION_NAME" />» روشن شود؟</translation>
# 1508|   <translation id="2050339315714019657">پرتره</translation>
# 1509|   <translation id="2051266530792296582">‏«مدیر گذرواژه Google» گذرواژه‌ای قوی برای این وب‌سایت ایجاد کرد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1239]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1525: warning: bidirectional control characters: ['\u202b']
# 1523|   <translation id="2065405795449409761">‏Chrome توسط نرم‌افزار آزمایش خودکاری کنترل می‌شود.</translation>
# 1524|   <translation id="2067591192939433190">از «<ph name="VENDOR_NAME" />»</translation>
# 1525|-> <translation id="206960706005837784">‫<ph name="APP_NAME" /> عملیات چاپ با <ph name="PRINTER_NAME" /> را به‌پایان رسانده است</translation>
# 1526|   <translation id="2071393345806050157">فایل گزارش محلی وجود ندارد.</translation>
# 1527|   <translation id="2071692954027939183">اعلان‌ها به‌طور خودکار مسدود شدند چون شما معمولاً اجازه نمی‌دهید نمایش داده شوند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1240]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1587: warning: bidirectional control characters: ['\u202b']
# 1585|   <translation id="2104166991923847969">خاموش شدن خودکار نقطه اتصال</translation>
# 1586|   <translation id="2105809836724866556"><ph name="MODULE_TITLE" /> پنهان شده است</translation>
# 1587|-> <translation id="2108204112555497972">‫<ph name="NUM_DAYS_HOURS_MINUTES" /> ثانیه پیش بررسی شد</translation>
# 1588|   <translation id="2108349519800154983">{COUNT,plural, =1{شماره تلفن}one{# شماره تلفن}other{# شماره تلفن}}</translation>
# 1589|   <translation id="2109384632594340939">عکس نمایه</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1241]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1662: warning: bidirectional control characters: ['\u202b']
# 1660|   <translation id="2157474325782140681">‏برای دریافت ویژگی‌های اضافی، از ایستگاه پایه اتصال Dell که برای کار با این Chromebook طراحی شده است، استفاده کنید.</translation>
# 1661|   <translation id="215753907730220065">خروج از حالت تمام صفحه</translation>
# 1662|-> <translation id="2157779167749714207">‏‫<ph name="DEVICE_TYPE" /> شما با Gemini ارائه می‌شود</translation>
# 1663|   <translation id="2158249272743343757">حذف داده‌های شخصی‌سازی…</translation>
# 1664|   <translation id="2158475082070321257">کپی کردن پیوند به مورد برجسته‌شده</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1242]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1708: warning: bidirectional control characters: ['\u202b']
# 1706|   <translation id="2192505247865591433">از:</translation>
# 1707|   <translation id="219283042927675668">برگه‌های موجود در گروه</translation>
# 1708|-> <translation id="2192881772486983655">‫<ph name="THIRD_PARTY_NTP_MANAGER" /> صفحه برگه جدیدتان را مدیریت می‌کند، در برگه جدیدی باز می‌شود</translation>
# 1709|   <translation id="2193365732679659387">تنظیمات اطمینان</translation>
# 1710|   <translation id="2194856509914051091">مواردی که باید درنظر داشت</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1243]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:1927: warning: bidirectional control characters: ['\u202b']
# 1925|   <translation id="2335758110242123814">باز کردن گروه</translation>
# 1926|   <translation id="2336228925368920074">نشانک‌گذاری همه برگه‌ها...</translation>
# 1927|-> <translation id="2336258397628212480">‫<ph name="APP_NAME" /> درحال چاپ کردن ۱ صفحه با <ph name="PRINTER_NAME" /> است</translation>
# 1928|   <translation id="2336381494582898602">Powerwash</translation>
# 1929|   <translation id="2340239562261172947">نمی‌توان <ph name="FILE_NAME" /> را به‌طور ایمن بارگیری کرد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1244]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2206: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 2204|   <translation id="2526619973349913024">بررسی برای وجود به‌روزرسانی</translation>
# 2205|   <translation id="2527167509808613699">هر نوع اتصال</translation>
# 2206|-> <translation id="2529459639389641691">{NUM_TABS,plural, =0{برگه بدون استفاده‌ای ندارید}=1{‫۱ برگه بدون استفاده را ببندید}one{‫# برگه بدون استفاده را ببندید}other{‫# برگه بدون استفاده را ببندید}}</translation>
# 2207|   <translation id="2529887123641260401">همواره می‌توانید در تنظیمات «دسترسی کلیدی» تنظیماتتان را تغییر دهید یا راهنمای راه‌اندازی را دوباره باز کنید.</translation>
# 2208|   <translation id="2530166226437958497">عیب‌یابی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1245]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2247: warning: bidirectional control characters: ['\u202b']
# 2245|   <translation id="2553440850688409052">پنهان کردن این افزایه</translation>
# 2246|   <translation id="2554553592469060349">فایل انتخابی بیش از حد بزرگ است (حداکثر اندازه: ۳ مگابایت).</translation>
# 2247|-> <translation id="2555802059188792472">‫<ph name="NUM_ALLOWED_APPS" /> برنامه از <ph name="TOTAL_NUM_APPS" /> برنامه می‌تواند اعلان ارسال کند</translation>
# 2248|   <translation id="25568951186001797">قاب محصور: <ph name="FENCEDFRAME_SITE" /></translation>
# 2249|   <translation id="2559889124253841528">ذخیره کردن در دستگاه</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1246]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2361: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 2359|   <translation id="2649045351178520408">‏Base64-ASCII رمزگذاری‌شده، زنجیره گواهی</translation>
# 2360|   <translation id="265156376773362237">پیش‌بارگذاری استاندارد</translation>
# 2361|-> <translation id="2652071759203138150">{COUNT,plural, =1{‏‫{COUNT} گذرواژه فقط در این دستگاه ذخیره شده است. برای استفاده از آن در دستگاه‌های دیگرتان، <ph name="BEGIN_LINK" />آن را در «حساب Google» خود ذخیره کنید<ph name="END_LINK" />.}one{‏‫{COUNT} گذرواژه فقط در این دستگاه ذخیره شده است. برای استفاده از آن در دستگاه‌های دیگرتان، <ph  [...]
# 2362|   <translation id="2652129567809778422">گذرواژه را انتخاب کنید</translation>
# 2363|   <translation id="2653266418988778031">‏درصورتی‌که مجوز یک ارائه دهنده مجوز (CA) را حذف کنید، مرورگر شما دیگر به مجوزهای ارائه شده توسط آن CA اطمینان نخواهد کرد.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2361: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1247]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2473: warning: bidirectional control characters: ['\u202b']
# 2471|   <translation id="2729577602370119849">دسترسی و مدیریت آسان چاپگرها</translation>
# 2472|   <translation id="2729661575355442512">‏<ph name="BEGIN_PARAGRAPH1" />وقتی «دقت مکان» روشن است، از اطلاعات مربوط به سیگنال‌های بی‌سیم، مثل نقاط دسترسی Wi-Fi و دکل‌های شبکه تلفن همراه و همچنین داده‌های حسگر دستگاه مثل شتاب‌سنج و ژیروسکوپ برای تخمین دقیق‌تر مکان دستگاه استفاده می‌شود، و برنامه‌ها و سرویس�[...]
# 2473|->     <ph name="BEGIN_PARAGRAPH2" />‫Google از اطلاعات جمع‌آوری‌شده از این دستگاه برای بهبود دقت مکان و خدمات مکان‌مبنا، و به‌طورکلی بهبود، ارائه، و حفظ سرویس‌های Google استفاده می‌کند. ما این اطلاعات را براساس منافع مشروع Google و اشخاص ثالث به‌منظور برآورده کردن نیازهای کاربران پردازش می‌کنیم.  [...]
# 2474|       <ph name="BEGIN_PARAGRAPH3" />هرزمان بخواهید می‌توانید «دقت مکان» را در تنظیمات مکان این دستگاه خاموش کنید («تنظیمات» &gt; «حریم خصوصی و امنیت» &gt; «کنترل‌های حریم خصوصی» &gt; «دسترسی به مکان» &gt; «تنظیمات پیشرفته مکان»). اگر «دقت مکان» خاموش باشد، داده‌های «دقت مکان» جمع‌آوری نخواهد شد. بر�[...]
# 2475|   <translation id="2730029791981212295">‏درحال پشتیبان‌گیری از برنامه‌ها و فایل‌های Linux</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2473: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1248]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2516: warning: bidirectional control characters: ['\u202b']
# 2514|   <translation id="2750020734439919571">‏دیگر تنظیمات و اجازه‌های برنامه Chrome</translation>
# 2515|   <translation id="2750602041558385535">بارگیری تأییدنشده مسدود است</translation>
# 2516|-> <translation id="2751883373055093745">‫<ph name="WEBSITE" /> می‌خواهد شماره شناسه کلید امنیتی‌تان را متوجه شود. سایت دقیقاً متوجه خواهد شد که از کدام کلید امنیتی استفاده می‌کنید.</translation>
# 2517|   <translation id="275213133112113418">کارتتان ذخیره شد</translation>
# 2518|   <translation id="2753623023919742414">برای جستجو، کلیک کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1249]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2582: warning: bidirectional control characters: ['\u202b']
# 2580|   <translation id="2795716239552913152">سایت‌ها معمولاً از مکان شما برای ارائه ویژگی‌ها یا اطلاعات مرتبط، مانند اخبار محلی یا فروشگاه‌های نزدیک، استفاده می‌کنند</translation>
# 2581|   <translation id="2798347533012571708">حفظ به‌روزرسانی‌ها</translation>
# 2582|-> <translation id="2799162042226656283">‏‫Chrome شما</translation>
# 2583|   <translation id="2799223571221894425">راه‌اندازی مجدد</translation>
# 2584|   <translation id="2800309299477632167">نقشه‌کلید سفارشی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1250]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2764: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 2762|   <translation id="2927017729816812676">فضای حافظه پنهان</translation>
# 2763|   <translation id="2928795416630981206">اجازه دارد موقعیت دوربین را ردیابی کنند</translation>
# 2764|-> <translation id="2929345818093040583">{NUM_SITES,plural, =1{‏‫Chrome اجازه‌های ۱ سایت را برداشت}one{‏‫Chrome اجازه‌های {NUM_SITES} سایت را برداشت}other{‏‫Chrome اجازه‌های {NUM_SITES} سایت را برداشت}}</translation>
# 2765|   <translation id="2931157624143513983">متناسب با ناحیه قابل‌چاپ</translation>
# 2766|   <translation id="2931342457001070961">میکروفون متصل نیست</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1251]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:2818: warning: bidirectional control characters: ['\u202b']
# 2816|   <translation id="2969411787010981955">داده‌ها به مکان انتخاب‌شده صادر شد</translation>
# 2817|   <translation id="2970766364519518369">وقتی مخاطبین منتخب در نزدیکی‌تان باشند می‌توانند با شما هم‌رسانی کنند. از شما خواسته می‌شود این درخواست‌ها را تأیید کنید. برای هم‌رسانی بین دستگاه‌هایی که به سیستم <ph name="USER_EMAIL" /> وارد شده‌اند نیازی به تأیید ندارید.</translation>
# 2818|-> <translation id="2970982365449313350">‏‫Chrome با این «حساب Google»</translation>
# 2819|   <translation id="2972557485845626008">سفت‌افزار</translation>
# 2820|   <translation id="2972581237482394796">ازنو انجام دادن</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1252]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:3300: warning: bidirectional control characters: ['\u202b']
# 3298|   <translation id="3340620525920140773">بارگیری کامل شد: <ph name="FILE_NAME" />.</translation>
# 3299|   <translation id="3340978935015468852">تنظیمات</translation>
# 3300|-> <translation id="3341091511696469129">‏‫Chrome می‌تواند برای زبان‌هایی که در اینجا نشان داده شده است زیرنویس ناشنوایان تولید و ترجمه کند</translation>
# 3301|   <translation id="3341699307020049241">پین اشتباه است. <ph name="RETRIES" /> بار دیگر می‌توانید امتحان کنید.</translation>
# 3302|   <translation id="3341703758641437857">اجازهٔ دسترسی به نشانی‌های وب فایل</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1253]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:3434: warning: bidirectional control characters: ['\u202b']
# 3432|   <translation id="3440663250074896476">کنش‌های بیشتر برای <ph name="BOOKMARK_NAME" /></translation>
# 3433|   <translation id="3441653493275994384">صفحه</translation>
# 3434|-> <translation id="3441824746233675597">‏شرایط را سخت‌تر کنید تا افرادی که به ترافیک اینترنت شما دسترسی دارند نتوانند سایت‌هایی را که بازدید می‌کنید ببینند. ‫<ph name="PRODUCT_NAME" /> برای جستجوی نشانی IP سایت در ساناد (سیستم نامگذاری دامنه) از اتصال ایمن استفاده می‌کند.</translation>
# 3435|   <translation id="3442674350323953953">‏به Google اجازه دهید از داده‌های سخت‌افزار برای کمک به بهبود <ph name="DEVICE_OS" /> استفاده کند. اگر رد کنید، این داده‌ها همچنان برای تعیین به‌روزرسانی‌های مناسب به Google ارسال می‌شوند اما ذخیره نمی‌شوند یا به‌نحوی دیگر از آن‌ها استفاده نمی‌شود.</translation>
# 3436|   <translation id="3443545121847471732">پین ۶ رقمی وارد کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1254]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:3560: warning: bidirectional control characters: ['\u202b']
# 3558|   <translation id="3528498924003805721">اهداف میان‌بر</translation>
# 3559|   <translation id="3529851166527095708">&amp;نشانی‌ها و موارد دیگر</translation>
# 3560|-> <translation id="3531070080754387701">‏‫Microsoft 365 نمی‌تواند <ph name="FILE_NAMES" /> را از این پوشه باز کند</translation>
# 3561|   <translation id="3531883061432162622">فهرست خواندن و نشانک‌هایتان را در «نشانک‌ها و فهرست‌ها» پیدا کنید</translation>
# 3562|   <translation id="3532273508346491126">مدیریت همگام‌سازی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1255]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:3616: warning: bidirectional control characters: ['\u202b']
# 3614|   <translation id="3569682580018832495"><ph name="ORIGIN" /> می‌تواند فایل‌ها و پوشه‌های زیر را مشاهده کند</translation>
# 3615|   <translation id="3571734092741541777">تنظیم</translation>
# 3616|-> <translation id="3572031449439748861">‫<ph name="NUM_EXTENSIONS" /> افزونه خاموش شد</translation>
# 3617|   <translation id="3575121482199441727">مجاز برای این سایت</translation>
# 3618|   <translation id="3575224072358507281">‏طبق خط‌مشی رازداری خود (measurementlab.net/privacy)، نشانی IP و نتایج سنجش شبکه را برای Measurement Lab جمع‌آوری کند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1256]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:3658: warning: bidirectional control characters: ['\u202b']
# 3656|   <translation id="3605780360466892872">مرد کاسب</translation>
# 3657|   <translation id="3607671391978830431">برای کودک</translation>
# 3658|-> <translation id="3607799000129481474">‫<ph name="SITE" /> می‌خواهد هویتتان را درستی‌سنجی کند</translation>
# 3659|   <translation id="3608460311600621471">لطفاً دلیلی برای چاپ این داده وارد کنید:</translation>
# 3660|   <translation id="3608730769702025110">مرحله ۳ از ۴: مرور اطلاعات شناساننده شخصی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1257]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:3711: warning: bidirectional control characters: ['\u202b']
# 3709|   <translation id="3640613767643722554">به «دستیار» آموزش دهید صدایتان را تشخیص دهد</translation>
# 3710|   <translation id="364100968401221170">‏برای حذف کردن داده‌های مرور از همه دستگاه‌های همگام‌سازی‌شده و «حساب Google»، <ph name="BEGIN_LINK" />به سیستم وارد شوید<ph name="END_LINK" />.</translation>
# 3711|-> <translation id="3641070112313110357">‏«Steam ویژه Chromebook» (بتا) باید به‌روزرسانی شود. ‫Chromebook را بازراه‌اندازی کنید و دوباره امتحان کنید.</translation>
# 3712|   <translation id="3641299252000913351">سفت‌افزار مودم درحال به‌روزرسانی است. دستگاه را خاموش نکنید.</translation>
# 3713|   <translation id="3641456520301071208">سایت‌ها می‌توانند مکان شما را درخواست کنند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1258]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:3839: warning: bidirectional control characters: ['\u202b']
# 3837|   <translation id="3722624153992426516">دستورالعمل <ph name="IMPORT_CERTIFICATE__INSTRUCTION_NAME" /> دریافت شده است</translation>
# 3838|   <translation id="3724897774652282549">فرم را تکمیل کنید</translation>
# 3839|-> <translation id="3726334084188857295">‫<ph name="SITE_ETLD_PLUS_ONE" /> - <ph name="LAST_USED" /></translation>
# 3840|   <translation id="3726965532284929944">QT</translation>
# 3841|   <translation id="3727144509609414201">‏شبکه‌های WiFi دردسترس</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1259]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4112: warning: bidirectional control characters: ['\u202b']
# 4110|   <translation id="389901847090970821">انتخاب صفحه‌کلید</translation>
# 4111|   <translation id="3900966090527141178">صادر کردن گذرواژه‌ها</translation>
# 4112|-> <translation id="390187954523570172">‫<ph name="TIME_AGO" /> استفاده شده</translation>
# 4113|   <translation id="3903187154317825986">صفحه‌کلید داخلی</translation>
# 4114|   <translation id="3903696968689283281">‏اطلاعات مالکان Wi-Fi Direct:</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1260]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4248: warning: bidirectional control characters: ['\u202b']
# 4246|   <translation id="3991055816270226534">مدیریت کوکی‌های طرف سوم و محافظت دربرابر ردیابی</translation>
# 4247|   <translation id="3991746210745534318">‏<ph name="BEGIN_PARAGRAPH1" />وقتی «دقت مکان» روشن است، از اطلاعات مربوط به سیگنال‌های بی‌سیم، مثل نقاط دسترسی Wi-Fi و دکل‌های شبکه تلفن همراه و همچنین داده‌های حسگر دستگاه مثل شتاب‌سنج و ژیروسکوپ برای تخمین دقیق‌تر مکان دستگاه استفاده می‌شود، و برنامه‌ها و سرویس�[...]
# 4248|->     <ph name="BEGIN_PARAGRAPH2" />‫Google از اطلاعات جمع‌آوری‌شده از این دستگاه برای بهبود دقت مکان و خدمات مکان‌مبنا، و به‌طورکلی بهبود، ارائه، و حفظ سرویس‌های Google استفاده می‌کند. ما این اطلاعات را براساس منافع مشروع Google و اشخاص ثالث به‌منظور برآورده کردن نیازهای کاربران پردازش می‌کنیم.  [...]
# 4249|       <ph name="BEGIN_PARAGRAPH3" />هرزمان بخواهید می‌توانید «دقت مکان» را در تنظیمات مکان این دستگاه خاموش کنید («تنظیمات» &gt; «حریم خصوصی و امنیت» &gt; «کنترل‌های حریم خصوصی» &gt; «دسترسی به مکان» &gt; «تنظیمات پیشرفته مکان»). اگر «دقت مکان» خاموش باشد، داده‌های «دقت مکان» جمع‌آوری نخواهد شد. بر�[...]
# 4250|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />درباره «دقت مکان» بیشتر بدانید<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4248: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1261]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4288: warning: bidirectional control characters: ['\u202b']
# 4286|   <translation id="4022426551683927403">&amp;افزودن به واژه‌نامه</translation>
# 4287|   <translation id="4022972681110646219">ترجمه کردن صفحه‌نمایش</translation>
# 4288|-> <translation id="4023048917751563912">‫<ph name="APP_NAME" /> درحال چاپ کردن <ph name="PAGE_NUMBER" /> صفحه با <ph name="PRINTER_NAME" /> است</translation>
# 4289|   <translation id="4024768890073681126">ولی‌تان مرورگر را مدیریت می‌کند</translation>
# 4290|   <translation id="4025039777635956441">بی‌صدا کردن سایت انتخاب‌شده</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1262]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4411: warning: bidirectional control characters: ['\u202b']
# 4409|   <translation id="4113743276555482284">گذرواژه فایل</translation>
# 4410|   <translation id="4113888471797244232">‏<ph name="BEGIN_PARAGRAPH1" />وقتی «دقت مکان» روشن است، از اطلاعات مربوط به سیگنال‌های بی‌سیم، مثل نقاط دسترسی Wi-Fi و دکل‌های شبکه تلفن همراه و همچنین داده‌های حسگر دستگاه مثل شتاب‌سنج و ژیروسکوپ برای تخمین دقیق‌تر مکان دستگاه استفاده می‌شود، و برنامه‌ها و سرویس�[...]
# 4411|->     <ph name="BEGIN_PARAGRAPH2" />‫Google بدون شناسایی شما، از این اطلاعات برای بهبود دقت مکان و خدمات مکان‌مبنا و به‌طورکلی بهبود، ارائه، و حفظ سرویس‌های Google استفاده می‌کند. ما این اطلاعات را براساس منافع مشروع Google و اشخاص ثالث به‌منظور برآورده کردن نیازهای کاربران پردازش می‌کنیم.<ph name="END_P [...]
# 4412|       <ph name="BEGIN_PARAGRAPH3" />هرزمان بخواهید می‌توانید «دقت مکان» را در تنظیمات مکان دستگاهتان خاموش کنید («تنظیمات» &gt; «حریم خصوصی و امنیت» &gt; «کنترل‌های حریم خصوصی» &gt; «دسترسی به مکان» &gt; «تنظیمات پیشرفته مکان»). اگر «دقت مکان» خاموش باشد، داده‌های «دقت مکان» جمع‌آوری نخواهد شد. برا [...]
# 4413|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />درباره «دقت مکان» بیشتر بدانید<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4411: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1263]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4420: warning: bidirectional control characters: ['\u202b']
# 4418|   <translation id="4115002065223188701">شبکه خارج از محدوده است</translation>
# 4419|   <translation id="4115378294792113321">سرخابی</translation>
# 4420|-> <translation id="4116480382905329353">‫۱ بار شناسایی شده است</translation>
# 4421|   <translation id="4116704186509653070">باز کردن دوباره</translation>
# 4422|   <translation id="4117714603282104018">بازخورد لمسی صفحه لمسی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1264]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4491: warning: bidirectional control characters: ['\u202b']
# 4489|   <translation id="4182339886482390129">«مرور ایمن پیشرفته» کارهای بیشتری برای محافظت از شما دربرابر وب‌سایت‌ها، بارگیری‌ها، و افزونه‌های خطرناک انجام می‌دهد</translation>
# 4490|   <translation id="4184803915913850597">‏دستگاه HID (<ph name="VENDOR_ID" />:<ph name="PRODUCT_ID" />)</translation>
# 4491|-> <translation id="418527077671811642">‫<ph name="WEBSITE" /> ساخت و مدل کلید امنیتی‌تان را متوجه خواهد شد</translation>
# 4492|   <translation id="4186749321808907788"><ph name="QUERY_NAME" /> - جستجوی <ph name="DEFAULT_SEARCH_ENGINE_NAME" /></translation>
# 4493|   <translation id="4187424053537113647">درحال راه‌اندازی<ph name="APP_NAME" />...</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1265]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4549: warning: bidirectional control characters: ['\u202b']
# 4547|   <translation id="4231231258999726714">‏درحال راه‌اندازی «Steam ویژه Chromebook»</translation>
# 4548|   <translation id="4232375817808480934">‏پیکربندی Kerberos</translation>
# 4549|-> <translation id="4232484478444192782">‏تلفن Android به شما کمک می‌کند. ‫Wi-Fi و گذرواژه شما درحال انتقال است.</translation>
# 4550|   <translation id="423327101839111402">حذف گروه <ph name="NAME" /></translation>
# 4551|   <translation id="4233739489690259993">‏Chromebook شما دیگر به‌روزرسانی‌های امنیتی و نرم‌افزاری را دریافت نمی‌کند. برای دریافت آخرین نسخه امنیتی و ویژگی‌های جدید، دستگاهتان را ارتقا دهید. شرایط پیشنهاد اعمال می‌شود.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1266]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4825: warning: bidirectional control characters: ['\u202b']
# 4823|   <translation id="4426513927906544654">دریافت توصیه برای محتوا</translation>
# 4824|   <translation id="4426857487270413362">فایل‌های نصب‌کننده بارگیری نشد. لطفاً اتصال اینترنت و داشتن فضای دیسک کافی را بررسی و دوباره امتحان کنید. کد خطا <ph name="ERROR" /> است.</translation>
# 4825|-> <translation id="4427111270137140798">‫<ph name="COUNT" /> بار شناسایی شده است</translation>
# 4826|   <translation id="4427365070557649936">درحال راستی‌آزمایی کد تأیید…</translation>
# 4827|   <translation id="4428579202668721841">داده‌های مرور موجود جدا از نمایه کاری‌تان نگه داشته شود؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1267]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:4915: warning: bidirectional control characters: ['\u202b']
# 4913|   <translation id="4504374760782163539">{COUNT,plural, =0{کوکی‌ها مجاز هستند}=1{کوکی‌ها مجاز هستند، ۱ استثنا}one{کوکی‌ها مجاز هستند، {COUNT} استثنا}other{کوکی‌ها مجاز هستند، {COUNT} استثنا}}</translation>
# 4914|   <translation id="4504940961672722399">با کلیک کردن روی این نماد یا با فشار دادن <ph name="EXTENSION_SHORTCUT" /> از این برنامه افزودنی استفاده کنید.</translation>
# 4915|-> <translation id="4505469832694348179">‏‫Chrome را ازطریق این رمزینه پاسخ‌سریع بارگیری کنید و به سیستم «حساب Google» خود وارد شوید.</translation>
# 4916|   <translation id="450552327874992444">واژه قبلاً اضافه شده است</translation>
# 4917|   <translation id="450602096898954067">ممکن است بازبین‌های آموزش‌دیده داده‌ها را به‌منظور بهبود این ویژگی مشاهده کنند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1268]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:5344: warning: bidirectional control characters: ['\u202b']
# 5342|   <translation id="4825462365587146530">‏در برگه جدید، درباره Chrome Root Store بیشتر بدانید.</translation>
# 5343|   <translation id="4825532258163983651">گذرکلید حذف نشد</translation>
# 5344|-> <translation id="4827134188176577524">‏‫Chrome Root Store حاوی گواهینامه‌هایی از «مراجع صدور گواهینامه» مورداعتماد
# 5345|         «برنامه Chrome Root» است و به‌طور مستمر و پیوسته مرور می‌شود.</translation>
# 5346|   <translation id="4827283332383516812">حذف کارت</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1269]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:5652: warning: bidirectional control characters: ['\u202b']
# 5650|   <translation id="5057127674016624293">اسکن کردن بیش‌از حد معمول طول کشیده است</translation>
# 5651|   <translation id="5057480703570202545">سابقه بارگیری</translation>
# 5652|-> <translation id="5058771692413403640">‫<ph name="SITE" /> می‌خواهد هویتتان را درستی‌سنجی کند</translation>
# 5653|   <translation id="5059241099014281248">محدود کردن ورود به سیستم</translation>
# 5654|   <translation id="5059429103770496207">سبک نمایش</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1270]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:5847: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 5845|   <translation id="519185197579575131">‏استفاده از QT</translation>
# 5846|   <translation id="5192062846343383368">‏برای مشاهده تنظیمات نظارت، برنامه Family Link را باز کنید</translation>
# 5847|-> <translation id="5193485690196207310">{COUNT,plural, =1{‫۱ گذرکلید}one{‫{COUNT} گذرکلید}other{‫{COUNT} گذرکلید}}</translation>
# 5848|   <translation id="5193978546360574373">‏با این کار، دسترسی به Google Drive در این Chromebook، ازجمله دسترسی به فایل‌هایی که به‌صورت آفلاین دردسترس قرار گرفته‌اند برداشته می‌شود</translation>
# 5849|   <translation id="5193988420012215838">در بریده‌دان کپی شد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1271]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:5858: warning: bidirectional control characters: ['\u202b']
# 5856|   <translation id="5198430103906431024">‏داده‌های استفاده و عیب‌یابی را ارسال کنید. این دستگاه درحال‌حاضر به‌صورت‌ خودکار داده‌های عیب‌یابی و داده‌های استفاده از دستگاه و برنامه را برای Google ارسال می‌کند. این داده‌ها به بهبود پایداری سیستم و برنامه و موارد دیگر کمک خواهد کرد. بعضی داده‌ها�[...]
# 5857|   <translation id="5199729219167945352">آزمایشات</translation>
# 5858|-> <translation id="5200680225062692606">‏‫Touch ID قفل است. برای ادامه دادن، گذرواژه‌تان را وارد کنید.</translation>
# 5859|   <translation id="5201945335223486172">برای <ph name="EXAMPLE_DOMAIN_1" /></translation>
# 5860|   <translation id="5203035663139409780">می‌تواند فایل‌ها یا پوشه‌های درون دستگاه را ویرایش کند</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:5858: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1272]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:6085: warning: bidirectional control characters: ['\u202b']
# 6083|   <translation id="5372579129492968947">برداشتن سنجاق افزونه</translation>
# 6084|   <translation id="5372632722660566343">ادامه بدون حساب</translation>
# 6085|-> <translation id="5372990315769030589">‫«<ph name="EXTENSION_NAME" />» حفظ شود؟</translation>
# 6086|   <translation id="5375318608039113175">‏برای استفاده از «هم‌رسانی با اطراف» با این مخاطبین، نشانی ایمیل پیوندشده با «حساب Google» آن‌ها را به مخاطبین خود اضافه کنید.</translation>
# 6087|   <translation id="5375577102295339548">سایت‌ها می‌توانند به تأیید اینکه شما روبات نیستید کمک کنند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1273]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:6855: warning: bidirectional control characters: ['\u202b']
# 6853|   <translation id="5942779427914696408">رؤیت‌پذیری دستگاه</translation>
# 6854|   <translation id="5943127421590245687">درستی‌سنجی باموفقیت انجام شد. برای باز کردن قفل و بازیابی داده‌های محلی‌تان، لطفاً گذرواژه <ph name="DEVICE_TYPE" /> قدیمی‌تان را وارد کنید.</translation>
# 6855|-> <translation id="5943209617717087975">‫<ph name="THIRD_PARTY_NTP_MANAGER" /> صفحه برگه جدیدتان را مدیریت می‌کند</translation>
# 6856|   <translation id="5945002094477276055">‏<ph name="FILE_NAME" /> ممکن است خطرناک باشد. برای اسکن کردن به «مرور ایمن Google» ارسال شود؟</translation>
# 6857|   <translation id="5945363896952315544">کلید ایمنی شما نمی‌تواند اثر انگشت دیگری ذخیره کند. برای افزودن مورد جدید، ابتدا یکی از اثر انگشت‌های موجود را حذف کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1274]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:6976: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 6974|   <translation id="6039651071822577588">قالب واژه‌نامه مشخصات شبکه اشتباه است</translation>
# 6975|   <translation id="6040143037577758943">بستن</translation>
# 6976|-> <translation id="6040756649917982069">{COUNT,plural, =0{گواهینامه‌ای وجود ندارد}=1{‫۱ گواهینامه}one{‫{COUNT} گواهینامه}other{‫{COUNT} گواهینامه}}</translation>
# 6977|   <translation id="6041046205544295907">‏<ph name="BEGIN_PARAGRAPH1" />خدمات مکان Google از منابعی مانند Wi-Fi، شبکه‌های تلفن همراه و حسگرها برای کمک به تخمین مکان دستگاهتان استفاده می‌کند.<ph name="END_PARAGRAPH1" />
# 6978|       <ph name="BEGIN_PARAGRAPH2" />با خاموش کردن تنظیم اصلی «مکان» در دستگاهتان می‌توانید «مکان» را خاموش کنید. همچنین می‌توانید در تنظیمات مکان، استفاده از Wi-Fi، شبکه‌های تلفن همراه و حسگرها را برای مکان خاموش کنید.<ph name="END_PARAGRAPH2" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1275]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:6989: warning: bidirectional control characters: ['\u202b']
# 6987|   <translation id="6051354611314852653">‏متأسفیم! سیستم نتوانست دسترسی API را برای این دستگاه راستی‌آزمایی کند.</translation>
# 6988|   <translation id="6051811090255711417">سازمان شما این فایل را به‌دلیل عدم رعایت خط‌مشی امنیتی مسدود کرد</translation>
# 6989|-> <translation id="6052261338768299955">‫<ph name="APP_NAME" /> می‌خواهد با <ph name="PRINTER_NAME" /> محتوایی را چاپ کند</translation>
# 6990|   <translation id="6052284303005792909">•</translation>
# 6991|   <translation id="6052488962264772833">برای شروع پخش محتوا، کد دسترسی را تایپ کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1276]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:7179: warning: bidirectional control characters: ['\u202b']
# 7177|   <translation id="6184099524311454384">جستجوی برگه‌ها</translation>
# 7178|   <translation id="6184419109506034456">آخرین بار در این سایت استفاده شده</translation>
# 7179|-> <translation id="6184868291074982484">‏‫Chrome کوکی‌های طرف سوم را به‌طور خودکار محدود می‌کند</translation>
# 7180|   <translation id="6185132558746749656">مکان دستگاه</translation>
# 7181|   <translation id="6185151644843671709">گذرکلید ذخیره شد و پین ایجاد شد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1277]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:7619: warning: bidirectional control characters: ['\u202b']
# 7617|   <translation id="6519689855001245063">درحال بررسی واجدشرایط بودن</translation>
# 7618|   <translation id="6520087076882753524">‏می‌توانید گذرواژه‌های ذخیره‌شده در «مدیر گذرواژه Google» را مشاهده و مدیریت کنید</translation>
# 7619|-> <translation id="6520115099532274511">‏‫<ph name="SITE" /> می‌خواهد هویتتان را درستی‌سنجی کند. پین حرفی‌عددی «مدیر گذرواژه Google» را وارد کنید</translation>
# 7620|   <translation id="6520876759015997832">‏نتیجه جستجوی <ph name="LIST_POSITION" /> از <ph name="LIST_SIZE" />: <ph name="SEARCH_RESULT_TEXT" /> برای پیمایش کردن به بخش، Enter را فشار دهید.</translation>
# 7621|   <translation id="6521214596282732365">سایت‌ها معمولاً از قلم‌هایتان استفاده می‌کنند تا با ابزارهای گرافیکی و طراحی آنلاین بتوانید محتوای با شباهت زیاد به اصل ایجاد کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1278]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:7631: warning: bidirectional control characters: ['\u202b']
# 7629|   <translation id="6530186581263215931">این تنظیمات توسط سرپرست سیستم شما اعمال شده است</translation>
# 7630|   <translation id="6530267432324197764">نمایه تحت‌مدیریت <ph name="MANAGER" /> است</translation>
# 7631|-> <translation id="6532101170117367231">‏‫ذخیره در Google Drive</translation>
# 7632|   <translation id="6532106788206463496">ذخیره تغییرات</translation>
# 7633|   <translation id="6532206849875187177">امنیت و ورود به سیستم</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1279]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:7823: warning: bidirectional control characters: ['\u202b']
# 7821|   <translation id="666731172850799929">باز کردن در <ph name="APP_NAME" /></translation>
# 7822|   <translation id="6669195257625975787">با داده‌ها و سایتی که درحال مشاهده هستید یکسان رفتار می‌شود</translation>
# 7823|-> <translation id="6670142487971298264">‫<ph name="APP_NAME" /> اکنون دردسترس است</translation>
# 7824|   <translation id="6670767097276846646">‏بعضی‌از افزونه‌ها می‌توانند موتور جستجو به Chrome اضافه کنند</translation>
# 7825|   <translation id="6670983860904543332">با به‌روزرسانی‌های خودکار می‌توانید جدیدترین ویژگی‌ها را داشته باشید. ویژگی‌های برجسته مربوط به‌روزرسانی‌های اخیر را کاوش کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1280]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:7994: warning: bidirectional control characters: ['\u202b']
# 7992|   <translation id="6793610798874309813">پین می‌تواند ۴ نویسه یا بیشتر داشته باشد</translation>
# 7993|   <translation id="6793879402816827484">↓ <ph name="STATUS" /></translation>
# 7994|-> <translation id="6794175321111873395">‫<ph name="DOWNLOAD_URL" /> در بریده‌دان کپی شد</translation>
# 7995|   <translation id="6794511157503068">‏اگر گذرکلید <ph name="APP_NAME" /> در کلید ایمنی USB قرار دارد، همین‌حالا آن را وارد و لمس کنید</translation>
# 7996|   <translation id="679486139907144816">‏برای ورود به سیستم این سایت با گذرکلید، باید Windows Hello را در تنظیمات روشن کنید. سپس به این سایت برگردید و دوباره امتحان کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1281]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:8016: warning: bidirectional control characters: ['\u202b']
# 8014|   <translation id="6805478749741295868">این یک قابلیت آزمایشی هوش مصنوعی است و ممکن است اشتباه بکند.</translation>
# 8015|   <translation id="6805647936811177813">لطفاً به سیستم <ph name="TOKEN_NAME" /> وارد شوید تا بتوانید مجوز سرویس گیرنده را از <ph name="HOST_NAME" /> وارد کنید.</translation>
# 8016|-> <translation id="680572642341004180">‏‫فعال کردن ردیابی RLZ در <ph name="SHORT_PRODUCT_OS_NAME" />.</translation>
# 8017|   <translation id="6806089545527108739">اجازه داده نشود اما بعداً سؤال شود</translation>
# 8018|   <translation id="680644983456221885">‏محافظت بی‌وقفه و پیش‌نگر دربرابر سایت‌ها، بارگیری‌ها، و افزونه‌های خطرناک که براساس داده‌های مرور ارسالی به Google است</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1282]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:8398: warning: bidirectional control characters: ['\u202b']
# 8396|   <translation id="7067725467529581407">هرگز دوباره نشان داده نشود.</translation>
# 8397|   <translation id="7068279399556423026">به سیستم وارد شوید تا برگه‌های دستگاه‌های دیگر را ببینید</translation>
# 8398|-> <translation id="7068591156533195518">‫<ph name="APP_NAME" /> و چند برنامه دیگر در <ph name="DEVICE_TYPE" /> شما مسدود شده‌اند</translation>
# 8399|   <translation id="706949303827219454">صفحه تنظیمات امنیتی را در برگه جدیدی باز می‌کند</translation>
# 8400|   <translation id="7069750557362084654">{NUM_PASSWORDS,plural, =1{گذرواژه جدید برای این سایت}one{گذرواژه جدید برای این سایت}other{گذرواژه‌های جدید برای این سایت}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1283]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:8753: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 8751|   <translation id="7348920948593871738">‏دوربین در «تنظیمات سیستم Mac» خاموش است</translation>
# 8752|   <translation id="7349010927677336670">روان بودن ویدیو</translation>
# 8753|-> <translation id="7350327333026851413">{COUNT,plural, =1{‫{COUNT} گذرواژه فقط در این دستگاه ذخیره شده است}one{‫{COUNT} گذرواژه فقط در این دستگاه ذخیره شده است}other{‫{COUNT} گذرواژه فقط در این دستگاه ذخیره شده است}}</translation>
# 8754|   <translation id="7352651011704765696">مشکلی پیش آمد</translation>
# 8755|   <translation id="7352664183151911163">‏بین برنامه‌ها و مرورگر Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1284]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:8860: warning: bidirectional control characters: ['\u202b']
# 8858|   <translation id="7416263748877373774">«شرایط خدمات» را نمی‌توان بار کرد. لطفاً اتصال شبکه‌تان را بررسی کنید و دوباره امتحان کنید.</translation>
# 8859|   <translation id="7416362041876611053">خطای شبکه ناشناس.</translation>
# 8860|-> <translation id="7417435070053325657">‫<ph name="BLOCKED_APPS_SIZE" /> برنامه از <ph name="APPS_LIST_SIZE" /> برنامه مسدود شده است</translation>
# 8861|   <translation id="741906494724992817">این برنامه به مجوز خاصی نیاز ندارد.</translation>
# 8862|   <translation id="7419142833919893307">نام کاربری اضافه نشده است</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1285]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:8863: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 8861|   <translation id="741906494724992817">این برنامه به مجوز خاصی نیاز ندارد.</translation>
# 8862|   <translation id="7419142833919893307">نام کاربری اضافه نشده است</translation>
# 8863|-> <translation id="7419426517282923105">{NUM_ATTEMPTS,plural, =1{پین اشتباه است. ‫۱ فرصت باقی مانده است.}one{پین اشتباه است. ‫# فرصت باقی مانده است.}other{پین اشتباه است. ‫# فرصت باقی مانده است.}}</translation>
# 8864|   <translation id="7419565702166471774">همیشه از اتصال‌های امن استفاده شود</translation>
# 8865|   <translation id="7419819959108735624">‏هرچیزی را می‌خواهید انتخاب کنید تا با «لنز Google» جستجو شود</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1286]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:8879: warning: bidirectional control characters: ['\u202b']
# 8877|   <translation id="7429415133937917139">‏خروجی نمایشگر بریل قابل‌بازخوانی را در
# 8878|       پانل ChromeVox در بالای صفحه شبیه‌سازی می‌کند</translation>
# 8879|-> <translation id="7429568074268678162">‏‫<ph name="FILENAME" /> ممکن است خطرناک باشد. اگر می‌خواهید Chrome آن را درستی‌سنجی کند، گذرواژه اضافه کنید یا می‌توانید مستقیماً آن را بارگیری کنید.</translation>
# 8880|   <translation id="7431719494109538750">‏هیچ دستگاه HID پیدا نشد</translation>
# 8881|   <translation id="7431991332293347422">کنترل نحوه استفاده از سابقه مرور برای شخصی‌سازی «جستجو» و موارد دیگر</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1287]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:9209: warning: bidirectional control characters: ['\u202b']
# 9207|   <translation id="7671130400130574146">استفاده از نوار عنوان سیستم و مرزها</translation>
# 9208|   <translation id="767127784612208024">برای تأیید بازنشانی، لمس کنید</translation>
# 9209|-> <translation id="7671472752213333268">‫«<ph name="EXTENSION_NAME" />» می‌خواهد ازطریق «<ph name="SCANNER_NAME" />» اسکن کند.</translation>
# 9210|   <translation id="7672504401554182757">انتخاب کنید کدام دستگاه حاوی گذرکلید <ph name="APP_NAME" /> است</translation>
# 9211|   <translation id="7672520070349703697"><ph name="HUNG_IFRAME_URL" />، در <ph name="PAGE_TITLE" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1288]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:9478: warning: bidirectional control characters: ['\u202b']
# 9476|   <translation id="7861215335140947162">&amp;فایلهای بارگیری‌شده</translation>
# 9477|   <translation id="7861846108263890455">‏زبان «حساب Google»</translation>
# 9478|-> <translation id="7864114920800968141">‫<ph name="NUM_MIN" /> دقیقه دیگر</translation>
# 9479|   <translation id="7864539943188674973">غیرفعال کردن بلوتوث</translation>
# 9480|   <translation id="7864825798076155402">‏در «حساب Google» شما ذخیره شود؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1289]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:9651: warning: bidirectional control characters: ['\u202b']
# 9649|   <translation id="7978412674231730200">کلید خصوصی</translation>
# 9650|   <translation id="7978450511781612192">‏با این کار از سیستم حساب Google خود خارج می‌شوید. نشانک‌ها، سابقه، گذرواژه‌ها و سایر موارد دیگر همگام‌سازی نمی‌شوند.</translation>
# 9651|-> <translation id="7980066177668669492">‏‫Base64-encoded ASCII،‏ چند گواهی</translation>
# 9652|   <translation id="7980084013673500153">شناسه دارایی: <ph name="ASSET_ID" /></translation>
# 9653|   <translation id="7981410461060625406">از یکی از گذرکلیدهای ذخیره‌شده برای <ph name="APP_NAME" /> استفاده کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1290]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:9750: warning: bidirectional control characters: ['\u202b']
# 9748|   <translation id="8049029041626250638">صفحه‌کلید یا موشواره‌ای را متصل کنید. اگر از دستگاه‌های بلوتوث استفاده می‌کنید، مطمئن شوید دستگاه‌هایتان برای مرتبط‌سازی آماده باشند.</translation>
# 9749|   <translation id="8049122382261047457">‏جستجوی تصاویر با «لنز Google»</translation>
# 9750|-> <translation id="8049705080247101012">‏‫Google‏ «<ph name="EXTENSION_NAME" />» را به عنوان برنامه مخرب پرچم‌‌گذاری کرده است و از نصب آن جلوگیری شده است</translation>
# 9751|   <translation id="8049948037269924837">پیمایش معکوس صفحه لمسی</translation>
# 9752|   <translation id="8050038245906040378">‏امضای کد تجاری Microsoft</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1291]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:10414: warning: bidirectional control characters: ['\u202b']
#10412|   <translation id="8527257351549797148">سازمانتان ممکن است شما را ملزم کند برای دسترسی به برنامه‌ها، افزونه‌ها، و موارد دیگر ثبت‌نام کنید. این کار همچنین به سازمان اجازه می‌دهد تا مواردی مثل امنیت و تنظیمات دستگاه را مدیریت کنید.</translation>
#10413|   <translation id="8527869672961320915">برنامه <ph name="VM_NAME" /></translation>
#10414|-> <translation id="8527919446448758559">‏‫<ph name="SITE" /> می‌خواهد هویتتان را درستی‌سنجی کند. پین ۶ رقمی «مدیر گذرواژه Google» را وارد کنید، رقم <ph name="NUM_DIGIT" /> از ۶ رقم پین را وارد کنید</translation>
#10415|   <translation id="8528074251912154910">افزودن زبان</translation>
#10416|   <translation id="8528479410903501741">‏ذخیره IBAN</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1292]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:10624: warning: bidirectional control characters: ['\u202b']
#10622|   <translation id="8678538439778360739">‏داده‌ها در <ph name="TIME" /> با گذرعبارت همگام‌سازی‌تان رمزگذاری شد. این شامل روش‌های پرداخت و نشانی‌های Google Pay نمی‌شود.</translation>
#10623|   <translation id="8678582529642151449">برگه‌ها کوچک نمی‌شوند</translation>
#10624|-> <translation id="867882552362231068">‏‫Chrome آن دسته از اطلاعاتی را که سایت‌ها می‌توانند برای ردیابی شما هنگام مرور استفاده کنند محدود می‌کند. می‌توانید تنظیمات را تغییر دهید تا سطح محافظت موردنظر خودتان را انتخاب کنید.</translation>
#10625|   <translation id="8678933587484842200">می‌خواهید این برنامه چگونه راه‌اندازی شود؟</translation>
#10626|   <translation id="8679054765393461130">‏پرداز زدن فهرست انتخاب شبکه باعث راه‌اندازی مکرر پویش Wi-Fi می‌شود و این ممکن است بر عملکرد شبکه Wi-Fi تأثیر بگذارد.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1293]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:10798: warning: bidirectional control characters: ['\u202b']
#10796|   <translation id="8803953437405899238">با یک کلیک، برگه جدیدی باز کنید</translation>
#10797|   <translation id="8803972455568900492">‏<ph name="BEGIN_PARAGRAPH1" />وقتی «دقت مکان» روشن است، از اطلاعات مربوط به سیگنال‌های بی‌سیم، مثل نقاط دسترسی Wi-Fi و دکل‌های شبکه تلفن همراه و همچنین داده‌های حسگر دستگاه مثل شتاب‌سنج و ژیروسکوپ برای تخمین دقیق‌تر مکان دستگاه استفاده می‌شود، و برنامه‌ها و سرویس�[...]
#10798|->     <ph name="BEGIN_PARAGRAPH2" />‫Google بدون شناسایی شما، از این اطلاعات برای بهبود دقت مکان و خدمات مکان‌مبنا و به‌طورکلی بهبود، ارائه، و حفظ سرویس‌های Google استفاده می‌کند. ما این اطلاعات را براساس منافع مشروع Google و اشخاص ثالث به‌منظور برآورده کردن نیازهای کاربران پردازش می‌کنیم.<ph name="END_P [...]
#10799|       <ph name="BEGIN_PARAGRAPH3" />هرزمان بخواهید می‌توانید «دقت مکان» را در تنظیمات مکان دستگاهتان خاموش کنید («تنظیمات» &gt; «حریم خصوصی و امنیت» &gt; «کنترل‌های حریم خصوصی» &gt; «دسترسی به مکان» &gt; «تنظیمات پیشرفته مکان»). اگر «دقت مکان» خاموش باشد، داده‌های «دقت مکان» جمع‌آوری نخواهد شد. برا [...]
#10800|   <translation id="8804419452060773146">در این مرورگر باز می‌شود:</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:10798: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1294]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:10904: warning: bidirectional control characters: ['\u202b']
#10902|   <translation id="8873075098103007382">با گروه‌های برگه منظم بمانید</translation>
#10903|   <translation id="8874341931345877644">پخش محتوا به دستگاه:</translation>
#10904|-> <translation id="8874448314264883207">‫«<ph name="EXTENSION_NAME" />» خاموش شد</translation>
#10905|   <translation id="8874647982044395866">اندامگانی</translation>
#10906|   <translation id="8874790741333031443">کوکی‌های طرف سوم را به‌طور موقت مجاز کنید. این کار به‌معنی محافظت کمتر هنگام مرور است اما ویژگی‌های سایت به احتمال زیاد عملکرد موردنظر را خواهد داشت.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1295]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:10981: warning: bidirectional control characters: ['\u202b']
#10979|   <translation id="8931713990831679796">این چاپگرها متصل و آماده استفاده هستند. برای دسترسی آسان‌تر، آن‌ها را در نمایه‌تان ذخیره کنید.</translation>
#10980|   <translation id="8932654652795262306">جزئیات اشتراک‌گذاری اینترنت فوری</translation>
#10981|-> <translation id="8933709832356869375">‫۱ برنامه نصب‌شده برداشته خواهد شد</translation>
#10982|   <translation id="8933960630081805351">‏&amp;نمایش در Finder</translation>
#10983|   <translation id="8934585454328207858">{NUM_EXTENSION,plural, =1{‏<ph name="EXTENSION1" /> به USB دسترسی دارد}=2{افزونه‌هایی که به دستگاه‌ها دسترسی دارند: <ph name="EXTENSION1" />، <ph name="EXTENSION2" />}one{افزونه‌هایی که به دستگاه‌ها دسترسی دارند: <ph name="EXTENSION1" />، <ph name="EXTENSION2" /> +{3} افزونه دیگر}other{افزونه‌هایی که به دستگاه‌ها دسترسی دارند: [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:10981: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1296]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:11275: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#11273|   <translation id="9122788874051694311">این گذرکلید خارج از «حالت ناشناس» ذخیره شود؟</translation>
#11274|   <translation id="9123287046453017203">دستگاهتان به‌روز نیست</translation>
#11275|-> <translation id="9124084978667228083">{MEMBERS,plural, =1{‫۱ سایت در گروه <ph name="RWS_OWNER" /> وجود دارد}one{‫{MEMBERS} سایت در گروه <ph name="RWS_OWNER" /> وجود دارد}other{‫{MEMBERS} سایت در گروه <ph name="RWS_OWNER" /> وجود دارد}}</translation>
#11276|   <translation id="9125910124977405374">حذف <ph name="LANGUAGE_NAME" /> از زبان‌هایی که به‌طور خودکار ترجمه می‌شود</translation>
#11277|   <translation id="9126149354162942022">رنگ نشانگر</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1297]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:11334: warning: bidirectional control characters: ['\u202b']
#11332|   <translation id="9167063903968449027">نمایش «فهرست خواندن»</translation>
#11333|   <translation id="9167450455589251456">این نمایه پشتیبانی نمی‌شود</translation>
#11334|-> <translation id="9167813284871066981">‫<ph name="NUM_ACCOUNTS" /> حساب</translation>
#11335|   <translation id="9168436347345867845">بعداً انجام شود</translation>
#11336|   <translation id="9169093579080634183">درباره برگه‌ها بیشتر بدانید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1298]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:11428: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
#11426|   <translation id="947526284350604411">پاسخ شما</translation>
#11427|   <translation id="947667444780368238"><ph name="ORIGIN" /> نمی‌تواند فایل‌های این پوشه را باز کند زیرا فایل‌های سیستم در آن وجود دارد</translation>
#11428|-> <translation id="947974362755924771">{COUNT,plural, =0{‏‫Chrome کوکی‌ها را امروز دوباره محدود خواهد کرد}=1{‏‫Chrome کوکی‌ها را فردا دوباره محدود خواهد کرد}one{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}other{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}}</translation>
#11429|   <translation id="949807244219288032">این برگه به دستگاه میانای انسانی متصل است</translation>
#11430|   <translation id="950079950995628542">از «<ph name="PHONE_NAME" />»</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1299]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:11487: warning: bidirectional control characters: ['\u202b']
#11485|   <translation id="992256792861109788">صورتی</translation>
#11486|   <translation id="992592832486024913">‏غیرفعال کردن ChromeVox (بازخورد گفتاری)</translation>
#11487|-> <translation id="992653586748191655">‫<ph name="NUM" /> گروه برگه پیشنهادی</translation>
#11488|   <translation id="992778845837390402">‏درحال‌حاضر پشتیبان‌گیری Linux درحال انجام است</translation>
#11489|   <translation id="993540765962421562">نصب درحال انجام است.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1300]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:159: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  157|   <translation id="1099962274138857708">התמונה הועתקה מהמכשיר הבא: <ph name="DEVICE_NAME" /></translation>
#  158|   <translation id="1100504063505580045">הסמל הנוכחי</translation>
#  159|-> <translation id="1101254380285078812">{COUNT,plural, =1{סיסמה אחת}one{‫{COUNT} סיסמאות}two{‫{COUNT} סיסמאות}other{‫{COUNT} סיסמאות}}</translation>
#  160|   <translation id="1102759278139578486">אי אפשר להוריד את קובצי הרישומים של הצומת הראשי. אפשר לנסות שוב מאוחר יותר.</translation>
#  161|   <translation id="1103523840287552314">ברצוני לקבל תרגום מ<ph name="LANGUAGE" /> תמיד</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1301]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:460: warning: bidirectional control characters: ['\u202b']
#  458|   <translation id="1319983966058170660">לחצן החזרה בדף המשנה <ph name="SUBPAGE_TITLE" /></translation>
#  459|   <translation id="1322046419516468189">הצגה וניהול של סיסמאות שמורות במסגרת <ph name="SAVED_PASSWORDS_STORE" /></translation>
#  460|-> <translation id="1325898422473267360">‫<ph name="PERMISSION_USAGE" /> <ph name="PERMISSION_INDICATOR_DESCRIPTION" /></translation>
#  461|   <translation id="1327272175893960498">‏כרטיסי Kerberos</translation>
#  462|   <translation id="1327495825214193325">‏כדי להשתמש בניפוי באגים באמצעות ADB צריך להפעיל מחדש את ה-<ph name="DEVICE_TYPE" /> הזה. כדי להשבית את האפשרות הזו צריך לאפס את המכשיר להגדרות היצרן.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1302]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:1420: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 1418|   <translation id="1980168597243156">תחנת חלל</translation>
# 1419|   <translation id="1981434377190976112">קריאת כל הנתונים שלך בכל האתרים</translation>
# 1420|-> <translation id="1983074053702805575">{count,plural, =1{{field_1}}=2{‫{field_1} וגם {field_2}}one{‫{field_1}, {field_2} וגם {field_3}}other{‫{field_1}, {field_2} וגם {field_3}}}</translation>
# 1421|   <translation id="1984417487208496350">ללא הגנה (לא מומלץ)</translation>
# 1422|   <translation id="1986836014090708999">הגדרות מיקום מתקדמות</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1303]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:1442: warning: bidirectional control characters: ['\u202b']
# 1440|   <translation id="1999115740519098545">כשפותחים את הדפדפן</translation>
# 1441|   <translation id="2002109485265116295">זמן אמת</translation>
# 1442|-> <translation id="2002160221914907025">‏‫AI ניסיוני</translation>
# 1443|   <translation id="2003130567827682533">‏כדי להפעיל נתונים של '<ph name="NAME" />', יש להתחבר תחילה לרשת Wi-Fi</translation>
# 1444|   <translation id="2003596238737586336">התזמון הנוכחי מוגדר לשעות <ph name="SUNRISE" /> עד <ph name="SUNSET" />. ההגדרה הזו מנוהלת על-ידי האדמין.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1304]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:1774: warning: bidirectional control characters: ['\u202b']
# 1772|   <translation id="2243452222143104807">הכרטיסייה לא פעילה</translation>
# 1773|   <translation id="2243934210752059021">‏מקש החיפוש + Alt +‏ <ph name="TOP_ROW_KEY" /></translation>
# 1774|-> <translation id="2244790431750694258">‫<ph name="APP_NAME" /> ‏– <ph name="APP_TITLE" /></translation>
# 1775|   <translation id="2245603955208828424">שימוש במקשי החיצים כדי לעבור על פריטים, אות אחרי אות</translation>
# 1776|   <translation id="2246129643805925002">העדכונים של <ph name="DEVICE_TYPE" /> יתבצעו באופן אוטומטי ברקע, כדי שניתן יהיה ליהנות מהתכונות ומשיפורי האבטחה האחרונים. אפשר לנהל את ההעדפות לגבי עדכונים בהגדרות.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1305]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:2049: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 2047|              לא תהיה השפעה על סימניות, היסטוריה וסיסמאות שמורות.</translation>
# 2048|   <translation id="2427507373259914951">לחיצה שמאלית</translation>
# 2049|-> <translation id="2428245692671442472">{NUM_PASSWORDS,plural, =1{חשבון אחד באתר <ph name="DOMAIN_LINK" />. הסיסמה נשמרה רק במכשיר הזה. פרטים נוספים}one{‫{NUM_PASSWORDS} חשבונות באתר <ph name="DOMAIN_LINK" />. הסיסמה נשמרה רק במכשיר הזה. פרטים נוספים}two{‫{NUM_PASSWORDS} חשבונות באתר <ph name="DOMAIN_LINK" />. הסיסמה נשמרה רק במכשיר הזה. פרטים נוספים}other{‫{NUM_P [...]
# 2050|   <translation id="2428510569851653187">יש לתאר מה עשית לפני שהכרטיסייה קרסה</translation>
# 2051|   <translation id="2428939361789119025">‏כיבוי Wi-Fi</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:2049: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1306]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:2475: warning: bidirectional control characters: ['\u202b']
# 2473|   <translation id="2729577602370119849">גישה נוחה למדפסות וניהול שלהן</translation>
# 2474|   <translation id="2729661575355442512">‏<ph name="BEGIN_PARAGRAPH1" />כשההגדרה 'קביעת מיקום יותר מדויקת' מופעלת, המידע על אותות אלחוטיים, כמו נקודות גישה ל-Wi-Fi ואנטנות סלולריות, וגם נתוני חיישנים מהמכשיר, כמו מד התאוצה והג'ירוסקופ, משמשים כדי לקבוע את המיקום של המכשיר בצורה יותר מדויקת. אפליקציות ושירותים של  [...]
# 2475|->     ‫<ph name="BEGIN_PARAGRAPH2" />Google משתמשת במידע שנאסף מהמכשיר הזה כדי: לשפר את הדיוק של קביעת המיקום ואת השירותים מבוססי-המיקום, וגם כדי לשפר, לספק ולתחזק באופן כללי את שירותי Google. אנחנו מעבדים את המידע הזה על סמך האינטרסים הלגיטימיים של Google ושל צדדים שלישיים כדי לשרת את צורכי המשתמשים. ה�[...]
# 2476|       <ph name="BEGIN_PARAGRAPH3" />אפשר להשבית את ההגדרה 'קביעת מיקום יותר מדויקת' בכל שלב בהגדרות המיקום של המכשיר הזה בקטע 'הגדרות' &gt; 'פרטיות ואבטחה' &gt; 'אמצעי בקרה על פרטיות' &gt; 'גישה למיקום' &gt; 'הגדרות מיקום מתקדמות'. אם ההגדרה 'קביעת מיקום יותר מדויקת' מושבתת, לא יאספו נתונים לקביעת מיקום יות�[...]
# 2477|   <translation id="2730029791981212295">‏גיבוי אפליקציות וקובצי Linux</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:2475: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1307]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:2766: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 2764|   <translation id="2927017729816812676">אחסון קובצי מטמון</translation>
# 2765|   <translation id="2928795416630981206">מורשים לעקוב אחר מיקום המצלמה</translation>
# 2766|-> <translation id="2929345818093040583">{NUM_SITES,plural, =1{‏‫Chrome הסיר את ההרשאות מאתר אחד}one{‏‫Chrome הסיר את ההרשאות מ-{NUM_SITES} אתרים}two{‏‫Chrome הסיר את ההרשאות מ-{NUM_SITES} אתרים}other{‏‫Chrome הסיר את ההרשאות מ-{NUM_SITES} אתרים}}</translation>
# 2767|   <translation id="2931157624143513983">התאמה לאזור שבו ניתן להדפיס</translation>
# 2768|   <translation id="2931342457001070961">לא מחובר מיקרופון</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1308]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:2998: warning: bidirectional control characters: ['\u202b']
# 2996|   <translation id="3095871294753148861">סימניות, סיסמאות ונתוני דפדפן אחרים מסונכרנים עם החשבון הראשי.</translation>
# 2997|   <translation id="3099836255427453137">{NUM_EXTENSIONS,plural, =1{תוסף אחד שעשוי להיות מזיק כבוי עכשיו. אפשר גם להסיר אותו.}one{{NUM_EXTENSIONS} תוספים שעשויים להיות מזיקים כבויים עכשיו. אפשר גם להסיר אותם.}two{{NUM_EXTENSIONS} תוספים שעשויים להיות מזיקים כבויים עכשיו. אפשר גם להסיר אותם.}other{{NUM_EXTENSIONS} תוספים שעשויים להיות מזי�[...]
# 2998|-> <translation id="3100071818310370858">‏שימוש בנתוני המיקום. אפליקציות ושירותים עם הרשאת מיקום יכולים להשתמש במיקום של המכשיר הזה. ‫Google עשויה לאסוף נתוני מיקום מדי פעם, ולהשתמש בנתונים האלה בצורה אנונימית כדי לשפר את קביעת המיקום ואת האיכות של השירותים מבוססי-המיקום. <ph name="BEGIN_LINK1" />מידע נוסף ע�[...]
# 2999|   <translation id="3101126716313987672">עמעום תאורת המסך</translation>
# 3000|   <translation id="3101709781009526431">תאריך ושעה</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:2998: note: trimmed 2 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1309]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:3003: warning: bidirectional control characters: ['\u202b']
# 3001|   <translation id="310297983047869047">לשקף הקודם</translation>
# 3002|   <translation id="3103451787721578293">יש להזין סיבה להעלאת הנתונים האלה:</translation>
# 3003|-> <translation id="3103512663951238230">‏‫Alt + לחיצה</translation>
# 3004|   <translation id="3104948640446684649">‏שליחת מידע לגבי אופן השימוש בנתונים וניתוח הביצועים. המכשיר הזה שולח עכשיו אל Google נתוני אבחון, נתוני מכשיר ונתוני שימוש באפליקציות באופן אוטומטי. הנתונים האלה יעזרו לשמור על היציבות של המערכת ושל האפליקציות ולבצע שיפורים אחרים. חלק מהנתונים הנצברים יעז�[...]
# 3005|   <translation id="3105339775057145050">העדכון האחרון נכשל</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:3003: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1310]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:3302: warning: bidirectional control characters: ['\u202b']
# 3300|   <translation id="3340620525920140773">ההורדה הושלמה: <ph name="FILE_NAME" />.</translation>
# 3301|   <translation id="3340978935015468852">הגדרות</translation>
# 3302|-> <translation id="3341091511696469129">‏‫Chrome יכול ליצור ולתרגם כתוביות בשפות שמוצגות כאן</translation>
# 3303|   <translation id="3341699307020049241">קוד אימות שגוי. נשארו לך עוד <ph name="RETRIES" /> ניסיונות.</translation>
# 3304|   <translation id="3341703758641437857">התרת גישה לכתובות אתרים של קבצים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1311]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:3328: warning: bidirectional control characters: ['\u202b']
# 3326|   <translation id="3362915550009543917">ציור שמן שליו של כר דשא בגוון צהוב, שמשרה תחושת שלווה והרהור אינטלקטואלי.</translation>
# 3327|   <translation id="3363202073972776113">הפרופיל החדש ינוהל על ידי הארגון שלך. <ph name="BEGIN_LINK" />מידע נוסף<ph name="END_LINK" /></translation>
# 3328|-> <translation id="3364159059299045452">‏‫Alt + העברת העכבר מעל</translation>
# 3329|   <translation id="3364986687961713424">ממנהל המערכת שלך: <ph name="ADMIN_MESSAGE" /></translation>
# 3330|   <translation id="3365598184818502391">‏צריך להשתמש ב-Ctrl או ב-Alt</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1312]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:3618: warning: bidirectional control characters: ['\u202b']
# 3616|   <translation id="3569682580018832495">ל-<ph name="ORIGIN" /> יש אפשרות להציג את התיקיות והקבצים הבאים</translation>
# 3617|   <translation id="3571734092741541777">הגדרה</translation>
# 3618|-> <translation id="3572031449439748861">‫<ph name="NUM_EXTENSIONS" /> תוספים הושבתו</translation>
# 3619|   <translation id="3575121482199441727">אישור לאתר הזה</translation>
# 3620|   <translation id="3575224072358507281">‏איסוף תוצאות של כתובות IP ומדידת רשת עבור Measurement Lab, בהתאם למדיניות הפרטיות של החברה (measurementlab.net/privacy)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1313]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:4250: warning: bidirectional control characters: ['\u202b']
# 4248|   <translation id="3991055816270226534">‏ניהול קובצי cookie של צד שלישי ואמצעי חסימת מעקב</translation>
# 4249|   <translation id="3991746210745534318">‏<ph name="BEGIN_PARAGRAPH1" />כשההגדרה 'קביעת מיקום יותר מדויקת' מופעלת, המידע על אותות אלחוטיים, כמו נקודות גישה ל-Wi-Fi ואנטנות סלולריות, וגם נתוני חיישנים מהמכשיר, כמו מד התאוצה והג'ירוסקופ, משמשים כדי לקבוע את המיקום של המכשיר בצורה יותר מדויקת. אפליקציות ושירותים של  [...]
# 4250|->     ‫<ph name="BEGIN_PARAGRAPH2" />Google משתמשת במידע שנאסף מהמכשיר הזה כדי: לשפר את הדיוק של קביעת המיקום ואת השירותים מבוססי-המיקום, וגם כדי לשפר, לספק ולתחזק באופן כללי את שירותי Google. אנחנו מעבדים את המידע הזה על סמך האינטרסים הלגיטימיים של Google ושל צדדים שלישיים כדי לשרת את צורכי המשתמשים. ה�[...]
# 4251|       <ph name="BEGIN_PARAGRAPH3" />אפשר להשבית את ההגדרה 'קביעת מיקום יותר מדויקת' בכל שלב בהגדרות המיקום של המכשיר הזה בקטע 'הגדרות' &gt; 'פרטיות ואבטחה' &gt; 'אמצעי בקרה על פרטיות' &gt; 'גישה למיקום' &gt; 'הגדרות מיקום מתקדמות'. אם ההגדרה 'קביעת מיקום יותר מדויקת' מושבתת, לא יאספו נתונים לקביעת מיקום יות�[...]
# 4252|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />מידע נוסף על 'קביעת מיקום יותר מדויקת'<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:4250: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1314]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:4290: warning: bidirectional control characters: ['\u202b']
# 4288|   <translation id="4022426551683927403">&amp;הוספה למילון</translation>
# 4289|   <translation id="4022972681110646219">תרגום המסך</translation>
# 4290|-> <translation id="4023048917751563912">‫<ph name="PAGE_NUMBER" /> דפים מודפסים על ידי <ph name="APP_NAME" /> במדפסת <ph name="PRINTER_NAME" /></translation>
# 4291|   <translation id="4024768890073681126">הדפדפן מנוהל על ידי ההורה שלך</translation>
# 4292|   <translation id="4025039777635956441">השתקת האתרים שנבחרו</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1315]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:4413: warning: bidirectional control characters: ['\u202b']
# 4411|   <translation id="4113743276555482284">סיסמה לקובץ</translation>
# 4412|   <translation id="4113888471797244232">‏<ph name="BEGIN_PARAGRAPH1" />כשההגדרה 'קביעת מיקום יותר מדויקת' מופעלת, המידע על אותות אלחוטיים, כמו נקודות גישה ל-Wi-Fi ואנטנות סלולריות, וגם נתוני חיישנים מהמכשיר, כמו מד התאוצה והג'ירוסקופ, משמשים כדי לקבוע את המיקום של המכשיר בצורה יותר מדויקת. אפליקציות ושירותים של  [...]
# 4413|->     ‫<ph name="BEGIN_PARAGRAPH2" />Google משתמשת בנתונים האלה, ללא זיהוי שלך, כדי: לשפר את הדיוק של קביעת המיקום ואת השירותים מבוססי-המיקום וגם כדי לשפר, לספק ולתחזק באופן כללי את שירותי Google. אנחנו מעבדים את המידע הזה על סמך האינטרסים הלגיטימיים של Google ושל צדדים שלישיים כדי לשרת את צורכי המשתמשי�[...]
# 4414|       <ph name="BEGIN_PARAGRAPH3" />אפשר להשבית את ההגדרה 'קביעת מיקום יותר מדויקת' בכל שלב בהגדרות המיקום של המכשיר בקטע 'הגדרות' &gt; 'פרטיות ואבטחה' &gt; 'אמצעי בקרה על פרטיות' &gt; 'גישה למיקום' &gt; 'הגדרות מיקום מתקדמות'. אם ההגדרה 'קביעת מיקום יותר מדויקת' מושבתת, לא יאספו נתונים לקביעת מיקום יותר מד�[...]
# 4415|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />מידע נוסף על 'קביעת מיקום יותר מדויקת'<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:4413: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1316]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:4630: warning: bidirectional control characters: ['\u202b']
# 4628|   <translation id="4285498937028063278">ביטול ההצמדה</translation>
# 4629|   <translation id="428565720843367874">תוכנת האנטי-וירוס נכשלה באופן בלתי צפוי בעת סריקת קובץ זה.</translation>
# 4630|-> <translation id="4286409554022318832">‫<ph name="NUM_OF_APPS" /> אפליקציות שהותקנו יוסרו</translation>
# 4631|   <translation id="4287099557599763816">קורא מסך</translation>
# 4632|   <translation id="428715201724021596">מתבצע חיבור לפרופיל. הפעולה עשויה להימשך מספר דקות.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1317]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:5347: warning: bidirectional control characters: ['\u202b']
# 5345|   <translation id="4825462365587146530">‏מידע נוסף על Chrome Root Store שייפתח בכרטיסייה חדשה.</translation>
# 5346|   <translation id="4825532258163983651">אי אפשר למחוק את מפתח הגישה</translation>
# 5347|-> <translation id="4827134188176577524">‏‫Chrome Root Store מכילה אישורים מרשויות האישורים שנחשבות מהימנות על ידי
# 5348|         Chrome Root Program, והיא נבדקת באופן קבוע.</translation>
# 5349|   <translation id="4827283332383516812">מחיקת הכרטיס</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1318]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:5850: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 5848|   <translation id="519185197579575131">‏שימוש ב-QT</translation>
# 5849|   <translation id="5192062846343383368">‏כדי לראות את הגדרות הפיקוח יש לפתוח את האפליקציה Family Link</translation>
# 5850|-> <translation id="5193485690196207310">{COUNT,plural, =1{מפתח גישה אחד}one{‫{COUNT} מפתחות גישה}two{‫{COUNT} מפתחות גישה}other{‫{COUNT} מפתחות גישה}}</translation>
# 5851|   <translation id="5193978546360574373">‏הפעולה הזו תסיר את הגישה ל-Google Drive מה-Chromebook הזה, כולל גישה לקבצים שזמינים במצב אופליין</translation>
# 5852|   <translation id="5193988420012215838">הועתק אל הלוח</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1319]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:5861: warning: bidirectional control characters: ['\u202b']
# 5859|   <translation id="5198430103906431024">‏שליחת מידע לגבי אופן השימוש בנתונים וניתוח הביצועים. המכשיר הזה שולח עכשיו אל Google באופן אוטומטי נתוני אבחון, נתוני מכשיר ונתוני שימוש באפליקציות. הנתונים האלה יעזרו לשמור על היציבות של המערכת ושל האפליקציות ולבצע שיפורים אחרים. חלק מהנתונים הנצברים יעז�[...]
# 5860|   <translation id="5199729219167945352">ניסויים</translation>
# 5861|-> <translation id="5200680225062692606">‏‫Touch ID נעול. כדי להמשיך עליך להזין את הסיסמה שלך.</translation>
# 5862|   <translation id="5201945335223486172">ל-<ph name="EXAMPLE_DOMAIN_1" /></translation>
# 5863|   <translation id="5203035663139409780">ניתן לערוך קבצים או תיקיות במכשיר</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:5861: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1320]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:6115: warning: bidirectional control characters: ['\u202b']
# 6113|   <translation id="5393330235977997602">אפשרויות קוד אימות</translation>
# 6114|   <translation id="5393761864111565424">{COUNT,plural, =1{קישור}one{# קישורים}two{# קישורים}other{# קישורים}}</translation>
# 6115|-> <translation id="5394529681046491727">‏‫Wi-Fi ישיר</translation>
# 6116|   <translation id="5395498824851198390">גופן ברירת מחדל</translation>
# 6117|   <translation id="5397378439569041789">רישום של מכשיר שילוט או קיוסק</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1321]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:6119: warning: bidirectional control characters: ['\u202b']
# 6117|   <translation id="5397378439569041789">רישום של מכשיר שילוט או קיוסק</translation>
# 6118|   <translation id="5397794290049113714">את/ה</translation>
# 6119|-> <translation id="5398062879200420134">‫⌥ + העברת העכבר מעל</translation>
# 6120|   <translation id="5398497406011404839">סימניות מוסתרות</translation>
# 6121|   <translation id="5398572795982417028">התייחסות לדף מחוץ לטווח, המגבלה היא <ph name="MAXIMUM_PAGE" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1322]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:6196: warning: bidirectional control characters: ['\u202b']
# 6194|   <translation id="5449588825071916739">הוספת סימנייה לכל הכרטיסיות</translation>
# 6195|   <translation id="5449716055534515760">סגירת ח&amp;לון</translation>
# 6196|-> <translation id="5449932659532574495">‏‫<ph name="TURN_ON_BLUETOOTH_LINK" /> כדי למצוא מכשירי Bluetooth</translation>
# 6197|   <translation id="5450469615146335984">בחירת קיצור דרך לכל פעולה</translation>
# 6198|   <translation id="545133051331995777">אין חיבור לרשת</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1323]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:6619: warning: bidirectional control characters: ['\u202b']
# 6617|   <translation id="5775777649329475570">‏להסיר את Google Play והאפליקציות ל-Android?</translation>
# 6618|   <translation id="5775863968701268310">‏ניהול ההעדפות ב-Google Play</translation>
# 6619|-> <translation id="5776415697119024904">‫<ph name="DEVICE_NAME" /> (ברירת המחדל של המערכת)</translation>
# 6620|   <translation id="5776450228446082914">רשימת האתרים שניתן לפתוח בכל דפדפן.</translation>
# 6621|   <translation id="5776571780337000608">יש לך אפשרות לפתוח ולערוך קבצים נתמכים באמצעות האפליקציה הזו מתוך מנהל הקבצים והתיקיות או באמצעות אפליקציות אחרות. כדי לקבוע אילו קבצים יפתחו את האפליקציה הזו כברירת מחדל, <ph name="BEGIN_LINK" />כאן אפשר לקרוא איך להגדיר אפליקציות כברירת מחדל במכשיר שלך<ph name="END_LINK"  [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:6619: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1324]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:6979: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 6977|   <translation id="6039651071822577588">מילון מאפייני הרשת פגום</translation>
# 6978|   <translation id="6040143037577758943">סגירה</translation>
# 6979|-> <translation id="6040756649917982069">{COUNT,plural, =0{אין אישורים}=1{אישור אחד}one{‫{COUNT} אישורים}two{‫{COUNT} אישורים}other{‫{COUNT} אישורים}}</translation>
# 6980|   <translation id="6041046205544295907">‏<ph name="BEGIN_PARAGRAPH1" />שירות המיקום של Google נעזר במקורות כגון Wi‑Fi, רשתות סלולריות וחיישנים כדי להעריך את מיקום המכשיר.<ph name="END_PARAGRAPH1" />
# 6981|   <ph name="BEGIN_PARAGRAPH2" />ניתן להשבית את ההעברה של נתוני מיקום על-ידי כיבוי של הגדרת המיקום הראשית במכשיר. אפשר גם להשבית את השימוש ב-Wi-Fi, ברשתות סלולריות ובחיישנים לאיתור המיקום בהגדרות המיקום.<ph name="END_PARAGRAPH2" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1325]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:8403: warning: bidirectional control characters: ['\u202b']
# 8401|   <translation id="7067725467529581407">אין להציג זאת שוב.</translation>
# 8402|   <translation id="7068279399556423026">כדי לראות כרטיסיות ממכשירים אחרים, צריך להיכנס לחשבון</translation>
# 8403|-> <translation id="7068591156533195518">‫<ph name="APP_NAME" /> ועוד כמה אפליקציות חסומות במכשיר <ph name="DEVICE_TYPE" /> שלך</translation>
# 8404|   <translation id="706949303827219454">פתיחה של דף הגדרות האבטחה בכרטיסייה חדשה</translation>
# 8405|   <translation id="7069750557362084654">{NUM_PASSWORDS,plural, =1{סיסמה חדשה לאתר הזה}one{סיסמאות חדשות לאתר הזה}two{סיסמאות חדשות לאתר הזה}other{סיסמאות חדשות לאתר הזה}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1326]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:8865: warning: bidirectional control characters: ['\u202b']
# 8863|   <translation id="7416263748877373774">לא ניתן לטעון את התנאים וההגבלות. יש לבדוק את החיבור לרשת ולנסות שוב.</translation>
# 8864|   <translation id="7416362041876611053">שגיאת רשת לא ידועה.</translation>
# 8865|-> <translation id="7417435070053325657">‫<ph name="BLOCKED_APPS_SIZE" /> מתוך <ph name="APPS_LIST_SIZE" /> אפליקציות חסומות</translation>
# 8866|   <translation id="741906494724992817">אין צורך בהרשאות מיוחדות עבור האפליקציה הזו.</translation>
# 8867|   <translation id="7419142833919893307">לא נוסף שם משתמש</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1327]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:8975: warning: bidirectional control characters: ['\u202b']
# 8973|   <translation id="7495149565104413027">‏אפליקציה ל‑Android</translation>
# 8974|   <translation id="7495217365392072364">ארגון כרטיסיות דומות</translation>
# 8975|-> <translation id="7497322070873193353">‏‫AI מבית Google</translation>
# 8976|   <translation id="7497981768003291373">‏אין לך יומני טקסט של WebRTC שתועדו לאחרונה.</translation>
# 8977|   <translation id="7501957181231305652">או</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1328]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:9095: warning: bidirectional control characters: ['\u202b']
# 9093|   <translation id="7595547011743502844"><ph name="ERROR" /> (קוד שגיאה <ph name="ERROR_CODE" />).</translation>
# 9094|   <translation id="7600054753482800821">ניהול של מנועי חיפוש ושל החיפוש באתרים ספציפיים</translation>
# 9095|-> <translation id="7600218158048761260">‏‫Google Drive מושבת בסוג החשבון הזה.</translation>
# 9096|   <translation id="7600965453749440009">איני רוצה לקבל תרגום מ<ph name="LANGUAGE" /> בכלל</translation>
# 9097|   <translation id="760197030861754408">כדי להתחבר, יש לעבור אל <ph name="LANDING_PAGE" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1329]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:9656: warning: bidirectional control characters: ['\u202b']
# 9654|   <translation id="7978412674231730200">מפתח פרטי</translation>
# 9655|   <translation id="7978450511781612192">‏הפעולה הזאת תוציא אותך מחשבונות Google שלך. הסימניות, ההיסטוריה, הסיסמאות ופרטים אחרים יפסיקו לעבור סנכרון.</translation>
# 9656|-> <translation id="7980066177668669492">‏‫ASCII בקידוד Base64, אישורים מרובים</translation>
# 9657|   <translation id="7980084013673500153">מזהה נכס: <ph name="ASSET_ID" /></translation>
# 9658|   <translation id="7981410461060625406">שימוש במפתח הגישה השמור ל-<ph name="APP_NAME" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1330]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:10660: warning: bidirectional control characters: ['\u202b']
#10658|   <translation id="8699188901396699995">‏PPD עבור <ph name="PRINTER_NAME" /></translation>
#10659|   <translation id="8700066369485012242">‏כאן צריך לכתוב למה אישרת קובצי cookie של צד שלישי באתר הזה</translation>
#10660|-> <translation id="8700087567921985940">‏שימוש בנתוני המיקום. אפליקציות ושירותים עם הרשאת מיקום יכולים להשתמש במיקום של המכשיר שלך. ‫Google עשויה לאסוף נתוני מיקום מדי פעם, ולהשתמש בנתונים האלה בצורה אנונימית כדי לשפר את קביעת המיקום ואת האיכות של השירותים מבוססי-המיקום. <ph name="BEGIN_LINK1" />מידע נוסף ע�[...]
#10661|   <translation id="8700416429250425628">‏מרכז האפליקציות + מקש Backspace</translation>
#10662|   <translation id="8702278591052316269">התפריט מכיל קבוצות של כרטיסיות שמורות שהוסתרו</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:10660: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1331]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:10715: warning: bidirectional control characters: ['\u202b']
#10713|   <translation id="8732212173949624846">לקרוא ולשנות את היסטוריית הגלישה בכל המכשירים שבהם התחברת לחשבון</translation>
#10714|   <translation id="8732844209475700754">עוד הגדרות הקשורות לפרטיות, אבטחה ואיסוף נתונים</translation>
#10715|-> <translation id="8733779588180110397">‫⌥ + לחיצה</translation>
#10716|   <translation id="8734073480934656039">הפעלת ההגדרה הזו מאפשרת הפעלה אוטומטית של יישומי קיוסק בעת האתחול.</translation>
#10717|   <translation id="8734755021067981851">‏לא מחוברים התקני USB.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1332]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:10806: warning: bidirectional control characters: ['\u202b']
#10804|   <translation id="8803953437405899238">פתיחת כרטיסייה חדשה בקליק אחד</translation>
#10805|   <translation id="8803972455568900492">‏<ph name="BEGIN_PARAGRAPH1" />כשההגדרה 'קביעת מיקום יותר מדויקת' מופעלת, המידע על אותות אלחוטיים, כמו נקודות גישה ל-Wi-Fi ואנטנות סלולריות, וגם נתוני חיישנים מהמכשיר, כמו מד התאוצה והג'ירוסקופ, משמשים כדי לקבוע את המיקום של המכשיר בצורה יותר מדויקת. אפליקציות ושירותים של  [...]
#10806|->     ‫<ph name="BEGIN_PARAGRAPH2" />Google משתמשת בנתונים האלה, ללא זיהוי שלך, כדי: לשפר את הדיוק של קביעת המיקום ואת השירותים מבוססי-המיקום וגם כדי לשפר, לספק ולתחזק באופן כללי את שירותי Google. אנחנו מעבדים את המידע הזה על סמך האינטרסים הלגיטימיים של Google ושל צדדים שלישיים כדי לשרת את צורכי המשתמשי�[...]
#10807|       <ph name="BEGIN_PARAGRAPH3" />אפשר להשבית את ההגדרה 'קביעת מיקום יותר מדויקת' בכל שלב בהגדרות המיקום של המכשיר בקטע 'הגדרות' &gt; 'פרטיות ואבטחה' &gt; 'אמצעי בקרה על פרטיות' &gt; 'גישה למיקום' &gt; 'הגדרות מיקום מתקדמות'. אם ההגדרה 'קביעת מיקום יותר מדויקת' מושבתת, לא יאספו נתונים לקביעת מיקום יותר מד�[...]
#10808|   <translation id="8804419452060773146">פתיחה בדפדפן</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:10806: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1333]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:11283: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#11281|   <translation id="9122788874051694311">לשמור את מפתח הגישה הזה מחוץ למצב הפרטי?</translation>
#11282|   <translation id="9123287046453017203">המכשיר שלך לא מעודכן</translation>
#11283|-> <translation id="9124084978667228083">{MEMBERS,plural, =1{אתר אחד בקבוצה של <ph name="RWS_OWNER" />}one{‫{MEMBERS} אתרים בקבוצה של <ph name="RWS_OWNER" />}two{‫{MEMBERS} אתרים בקבוצה של <ph name="RWS_OWNER" />}other{‫{MEMBERS} אתרים בקבוצה של <ph name="RWS_OWNER" />}}</translation>
#11284|   <translation id="9125910124977405374">הסרת השפה ה<ph name="LANGUAGE_NAME" /> מרשימת השפות שמתורגמות באופן אוטומטי</translation>
#11285|   <translation id="9126149354162942022">צבע הסמן</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1334]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_iw.xtb:11441: warning: bidirectional control characters: ['\u202b']
#11439|   <translation id="950307215746360464">מדריך ההגדרה</translation>
#11440|   <translation id="950728747178241190">החלת סינון רעשים ושיפורים באודיו. <ph name="LINK_BEGIN" />מידע נוסף<ph name="LINK_END" /></translation>
#11441|-> <translation id="951273949038779544">‫<ph name="SITE_ACCESS" />. הותקן על ידי האדמין שלך</translation>
#11442|   <translation id="951991426597076286">דחייה</translation>
#11443|   <translation id="952471655966876828">כשהמכשיר מופעל ובשימוש, הוא יחובר באופן אוטומטי</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1335]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:28: warning: bidirectional control characters: ['\u202b']
#   26|   <translation id="1011003645819296594">محفوظ کردہ آلات</translation>
#   27|   <translation id="1011355516189274711">ٹیکسٹ ٹو اسپیچ کا والیوم</translation>
#   28|-> <translation id="1011431628606634753">‏‫Google پاس ورڈ مینیجر کے لیے اپنا بازیابی PIN تبدیل کریں</translation>
#   29|   <translation id="1012794136286421601">‏آپ کی Docs, Sheets, Slides اور Drawings فائلوں کی مطابقت پذیری کی جا رہی ہے۔ آن لائن یا آف لائن ان تک رسائی کیلئے Google Drive ایپ کھولیں۔</translation>
#   30|   <translation id="1012876632442809908">‏USB-C آلہ (سانے کا پورٹ)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1336]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:129: warning: bidirectional control characters: ['\u202b']
#  127|   <translation id="1076882167394279216"><ph name="LANGUAGE" /> کے لیے املا کی جانچ کرنے والی لغت ڈاؤن لوڈ نہیں ہو سکی۔ دوبارہ کوشش کریں۔</translation>
#  128|   <translation id="1078037449555275327">‏ChromeVox کی ترتیبات</translation>
#  129|-> <translation id="1079242569060319448">‏‫PIN بھول گئے؟</translation>
#  130|   <translation id="1079285777677001938">ہو سکتا ہے کہ کچھ سائٹس پر خصوصیات کام نہ کریں۔</translation>
#  131|   <translation id="1079766198702302550">کیمرا رسائی کو ہمیشہ مسدود کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1337]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:159: warning: bidirectional control characters: ['\u202b']
#  157|   <translation id="1099962274138857708"><ph name="DEVICE_NAME" /> سے تصویر کاپی کی گئی</translation>
#  158|   <translation id="1100504063505580045">موجودہ آئیکن</translation>
#  159|-> <translation id="1101254380285078812">{COUNT,plural, =1{‫1 پاس ورڈ}other{{COUNT} پاس ورڈز}}</translation>
#  160|   <translation id="1102759278139578486">اصل نوڈ تشریح والی فائلوں کو ڈاؤن لوڈ نہیں کیا جا سکتا۔ بعد میں دوبارہ کوشش کریں۔</translation>
#  161|   <translation id="1103523840287552314"><ph name="LANGUAGE" /> کو ہمیشہ ترجمہ کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1338]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:266: warning: bidirectional control characters: ['\u202b']
#  264|   <translation id="1178601482396475810">آلے کے سنک کا نظم کریں</translation>
#  265|   <translation id="117916940443676133">‏آپ کی سیکیورٹی کلید PIN کے ذریعے محفوظ نہیں ہے۔ سائن ان ڈیٹا کا نظم کرنے کے لیے پہلے ایک PIN تخلیق کریں۔</translation>
#  266|-> <translation id="1179400851034021914">‏‫IBAN غلط ہے</translation>
#  267|   <translation id="1179902906564467236">اپنے فون پر دی گئی ہدایات پر عمل کریں یا کیمرا ایپ استعمال کریں</translation>
#  268|   <translation id="118057123461613219">بڑی بچتیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1339]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:422: warning: bidirectional control characters: ['\u202b']
#  420|   <translation id="1294807885394205587">اس کاروائی میں کچھ منٹ لگ سکتے ہیں۔ کنٹینر مینیجر شروع ہو رہا ہے۔</translation>
#  421|   <translation id="12951065153783848">آپ کی تنظیم آپ کے اکاؤنٹ کا نظم کرتی ہے</translation>
#  422|-> <translation id="1296410481664942178">‏‫Google کیلنڈر نہ دکھائیں</translation>
#  423|   <translation id="1296911687402551044">منتخب کردہ ٹیب کو پن کریں</translation>
#  424|   <translation id="1297175357211070620">منزل</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1340]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:485: warning: bidirectional control characters: ['\u202b']
#  483|   <translation id="1343920184519992513">وہیں سے جاری رکھیں جہاں آپ نے چھوڑا تھا اور صفحات کا ایک مخصوص سیٹ کھولیں</translation>
#  484|   <translation id="1344141078024003905">آپ اپنی اسکرین کو کاسٹ کر رہے ہیں۔ آپ کسی بھی وقت اپنی اسکرین کی کاسٹنگ کو موقوف یا بند کر سکتے ہیں۔</translation>
#  485|-> <translation id="1346403631707626730">‏استعمال اور ڈائیگناسٹک کا ڈیٹا بھیجیں۔ ‫Google کو خودکار طور پر ڈائیگناسٹک، آلے اور ایپ کے استعمال کا ڈیٹا بھیج کر اپنے بچے کا Android تجربہ بہتر بنانے میں مدد کریں۔ اس کا استعمال آپ کے بچے کی شناخت کیلئے نہیں کیا جائے گا اور اس سے سسٹم اور ایپ کے استحکام اور دیگ�[...]
#  486|   <translation id="1346630054604077329">تصدیق کر کے ری اسٹارٹ کریں</translation>
#  487|   <translation id="1346748346194534595">دائیں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:485: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1341]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:750: warning: bidirectional control characters: ['\u202b']
#  748|   <translation id="1539727654733007771">کوئی موبائل نیٹ ورک سیٹ اپ نہیں کیا گیا۔ ایک نئی <ph name="BEGIN_LINK" />پروفائل<ph name="END_LINK" /> ڈاؤن لوڈ کریں۔</translation>
#  749|   <translation id="1540265419569299117">‏ChromeOS ایپ سروس</translation>
#  750|-> <translation id="1540543470504988112">‏‫MacOS سے درآمد شدہ سرٹیفکیٹس کا نظم کریں</translation>
#  751|   <translation id="1540605929960647700">ڈیمو موڈ فعال کریں</translation>
#  752|   <translation id="1541346352678737112">کوئی نیٹ ورک نہیں ملا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1342]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:839: warning: bidirectional control characters: ['\u202b']
#  837|   <translation id="1594781465361405478">والیوم آن یا آف کریں</translation>
#  838|   <translation id="1594963087419619323">منقسم اسکرین کا مجموعی جائزہ</translation>
#  839|-> <translation id="1595018168143352126">‏‫Chrome میں ویب سائٹ کے کیمرے کی اجازتوں کا نظم کریں</translation>
#  840|   <translation id="1595492813686795610">‏Linux اپ گریڈ ہو رہا ہے</translation>
#  841|   <translation id="1596286373007273895">دستیاب</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1343]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:865: warning: bidirectional control characters: ['\u202b']
#  863|   <translation id="1607139524282324606">داخلہ صاف کریں</translation>
#  864|   <translation id="1607499585984539560">صارف ڈومین کے ساتھ الحاق یافتہ نہیں ہے</translation>
#  865|-> <translation id="1607540893439314147">‏<ph name="BEGIN_PARAGRAPH1" />‫Google AI کے ساتھ لکھنے، منصوبہ بندی کرنے، سیکھنے اور بہت کچھ شروع کرنے کے لیے Gemini کے ساتھ چیٹ کریں۔<ph name="END_PARAGRAPH1" />
#  866|       <ph name="BEGIN_PARAGRAPH2" />سیٹ اپ کے بعد، اپنی سکرین کے نیچے اپنے شیلف پر Gemini ایپ کو منتخب کر کے Gemini کا استعمال شروع کریں۔<ph name="END_PARAGRAPH2" /></translation>
#  867|   <translation id="1608668830839595724">منتخب کردہ آئٹمز کیلئے مزید کارروائیاں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1344]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:1052: warning: bidirectional control characters: ['\u202b']
# 1050|   <translation id="1734230530703461088">وقت کی حد کے اندر ایکسٹینشنز لوڈ کرنے میں ناکام۔ براہ کرم اپنے منتظم سے رابطہ کریں۔</translation>
# 1051|   <translation id="1734824808160898225">ممکن ہے کہ <ph name="PRODUCT_NAME" /> اپنے آپ کو اپ ڈیٹ نہ رکھ سکے</translation>
# 1052|-> <translation id="1735983780784385591">‏‫Linux سے درآمد شدہ</translation>
# 1053|   <translation id="173628468822554835">سمجھ آ گئی۔ بذریعہ ڈیفالٹ، جن نئی سائٹس کا آپ ملاحظہ کرتے ہیں وہ آپ کو اطلاعات نہیں بھیجیں گی۔</translation>
# 1054|   <translation id="1737968601308870607">فائل بگ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1345]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:1145: warning: bidirectional control characters: ['\u202b']
# 1143|   <translation id="1805822111539868586">ملاحظات کا معائنہ کریں</translation>
# 1144|   <translation id="1805888043020974594">پرنٹ سرور</translation>
# 1145|-> <translation id="1805967612549112634">‏‫PIN کی توثیق کریں</translation>
# 1146|   <translation id="1806335016774576568">دوسری کھلی ایپ پرسوئچ کریں</translation>
# 1147|   <translation id="1807246157184219062">روشنی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1346]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:1469: warning: bidirectional control characters: ['\u202b']
# 1467|   <translation id="2025632980034333559"><ph name="APP_NAME" /> کریش ہوگیا ہے۔ ایکسٹینشن دوبارہ لوڈ کرنے کیلئے اس غبارہ پر کلک کریں۔</translation>
# 1468|   <translation id="2028449514182362831">وہ خصوصیات کام نہیں کریں گی جن کے لیے موشن سینسرز کی ضرورت ہوتی ہے</translation>
# 1469|-> <translation id="2028479214883337535">‏‫MacOS سے درآمد شدہ</translation>
# 1470|   <translation id="202918510990975568">سیکیورٹی اور سائن ان کو ترتیب دینے کے لیے اپنا پاس ورڈ درج کریں</translation>
# 1471|   <translation id="2030455719695904263">ٹریک پیڈ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1347]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:1626: warning: bidirectional control characters: ['\u202b']
# 1624|   <translation id="2140788884185208305">بیٹری کی صحت</translation>
# 1625|   <translation id="2142328300403846845">لنک کو اس کے بطور کھولیں</translation>
# 1626|-> <translation id="2142484069755256151">‏‫Google پاس ورڈ مینیجر کے لیے ایک 6 ہندسی بازیابی PIN تخلیق کریں، 6 میں سے PIN ہندسہ <ph name="NUM_DIGIT" /></translation>
# 1627|   <translation id="2142582065325732898">‏حالیہ Chrome ٹیبز کو دیکھنے کے لیے <ph name="LINK1_BEGIN" />Chrome Sync<ph name="LINK1_END" /> کو آن کریں۔ <ph name="LINK2_BEGIN" />مزید جانيں<ph name="LINK2_END" /></translation>
# 1628|   <translation id="2143089736086572103">کچھ رابطوں کے لیے مرئی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1348]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2002: warning: bidirectional control characters: ['\u202b']
# 2000|   <translation id="2406153734066939945">اس پروفائل اور اس کے ڈیٹا کو حذف کریں؟</translation>
# 2001|   <translation id="2407671304279211586">‏DNS فراہم کنندہ کو منتخب کریں</translation>
# 2002|-> <translation id="240789602312469910">‏استعمال اور ڈائیگناسٹک کا ڈیٹا بھیجیں۔ ‫Google کو خودکار طور پر ڈائیگناسٹک، آلے اور ایپ کے استعمال کا ڈیٹا بھیج کر اپنے بچے کا Android تجربہ بہتر بنانے میں مدد کریں۔ اس کا استعمال آپ کے بچے کی شناخت کیلئے نہیں کیا جائے گا اور اس سے سسٹم اور ایپ کے استحکام اور دیگر [...]
# 2003|   <translation id="2408018932941436077">کارڈ محفوظ ہو رہا ہے</translation>
# 2004|   <translation id="2408955596600435184">‏اپنا PIN درج کریں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2002: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1349]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2198: warning: bidirectional control characters: ['\u202b', '\u202b']
# 2196|   <translation id="2526619973349913024">اپ ڈیٹ چیک کریں</translation>
# 2197|   <translation id="2527167509808613699">کسی بھی قسم کا کنکشن</translation>
# 2198|-> <translation id="2529459639389641691">{NUM_TABS,plural, =0{کوئی غیر استعمال شدہ ٹیب نہیں}=1{‫1 غیر استعمال شدہ ٹیب بند کریں}other{‫# غیر استعمال شدہ ٹیبز بند کریں}}</translation>
# 2199|   <translation id="2529887123641260401">آپ سوئچ رسائی کی ترتیبات سے کسی بھی وقت اپنی ترتیبات کو تبدیل کر سکتے ہیں یا دوبارہ سیٹ اپ گائیڈ کھول سکتے ہیں۔</translation>
# 2200|   <translation id="2530166226437958497">ٹربل شوٹنگ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1350]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2269: warning: bidirectional control characters: ['\u202b']
# 2267|   <translation id="2582253231918033891"><ph name="PRODUCT_NAME" /> <ph name="PRODUCT_VERSION" /> (پلیٹ فارم <ph name="PLATFORM_VERSION" />) <ph name="DEVICE_SERIAL_NUMBER" /></translation>
# 2268|   <translation id="2584109212074498965">‏Kerberos کی ٹکٹ حاصل نہیں کی جا سکی۔ دوبارہ کوشش کریں یا اپنی تنظیم کے آلہ کے منتظم سے رابطہ کریں۔ (خرابی کا کوڈ <ph name="ERROR_CODE" />)۔</translation>
# 2269|-> <translation id="2584974473573720127">‏‫Chrome میں ویب سائٹ کے مائیکروفون کی اجازتوں کا نظم کریں</translation>
# 2270|   <translation id="2586561813241011046"><ph name="APP_NAME" /> انسٹال نہیں کی جا سکی۔ براہ کرم دوبارہ کوشش کریں، یا اپنے منتظم سے رابطہ کریں۔ خرابی کا کوڈ: <ph name="ERROR_CODE" />۔</translation>
# 2271|   <translation id="2586657967955657006">کلپ بورڈ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1351]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2379: warning: bidirectional control characters: ['\u202b']
# 2377|   <translation id="2667144577800272420">دیگر ایپس کو <ph name="APP_NAME" /> کی طرح لنکس کو کھولنے کے لیے سیٹ کیا گیا ہے۔ یہ <ph name="APP_NAME_2" /> <ph name="APP_NAME_3" /> تعاون یافتہ لنکس کھولنے سے غیر فعال کر دیں گی۔</translation>
# 2378|   <translation id="2667463864537187133">املا کی جانچ کا نظم کریں</translation>
# 2379|-> <translation id="2668094785979141847">‏‫Google لینز سے باہر نکلنے کے لیے کلک کریں</translation>
# 2380|   <translation id="2668604389652548400">‏<ph name="BEGIN_LINK" />‫Chrome ویب اسٹور<ph name="END_LINK" /> سے ملتی جلتی ایکسٹینشنز کے ساتھ اسے ہٹائیں یا تبدیل کریں</translation>
# 2381|   <translation id="2669241540496514785"><ph name="APP_NAME" /> کھولی نہیں جا سکی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1352]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2380: warning: bidirectional control characters: ['\u202b']
# 2378|   <translation id="2667463864537187133">املا کی جانچ کا نظم کریں</translation>
# 2379|   <translation id="2668094785979141847">‏‫Google لینز سے باہر نکلنے کے لیے کلک کریں</translation>
# 2380|-> <translation id="2668604389652548400">‏<ph name="BEGIN_LINK" />‫Chrome ویب اسٹور<ph name="END_LINK" /> سے ملتی جلتی ایکسٹینشنز کے ساتھ اسے ہٹائیں یا تبدیل کریں</translation>
# 2381|   <translation id="2669241540496514785"><ph name="APP_NAME" /> کھولی نہیں جا سکی</translation>
# 2382|   <translation id="2669454659051515572">اس آلے کا استعمال کرنے والا کوئی بھی شخص ڈاؤن لوڈ کردہ فائلز کو دیکھ سکتا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1353]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2425: warning: bidirectional control characters: ['\u202b']
# 2423|   <translation id="270516211545221798">ٹچ پیڈ کی رفتار</translation>
# 2424|   <translation id="2705736684557713153">اسکرین کے نچلے حصے پر اسکرول کریں اور فوری ٹیدرنگ کے ظاہر ہونے پر اسے آن کریں۔ اگر ایسا نہیں ہوتا ہے تو آپ پوری طرح تیار ہیں۔</translation>
# 2425|-> <translation id="2706304388244371417">‏‫Google Drive پر بیک اپ لیں۔ آسانی سے ڈیٹا بحال کریں یا کسی بھی وقت آلہ سوئچ کریں۔ اس بیک اپ میں ایپ کا ڈیٹا شامل ہوتا ہے۔ بیک اپس کو Google پر اپ لوڈ کیا جاتا ہے اور آپ کے بچے کے Google اکاؤنٹ کا پاس ورڈ استعمال کر کے انہیں اینکرپٹ کیا جاتا ہے۔ <ph name="BEGIN_LINK1" />بیک اپ کے بار [...]
# 2426|   <translation id="2706462751667573066">اوپر</translation>
# 2427|   <translation id="2707024448553392710">جزو ڈاؤن لوڈ ہو رہا ہے</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2425: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1354]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2433: warning: bidirectional control characters: ['\u202b']
# 2431|   <translation id="271033894570825754">نیا</translation>
# 2432|   <translation id="2710507903599773521">آپ کا <ph name="DEVICE_TYPE" /> اب غیر مقفل ہے</translation>
# 2433|-> <translation id="2712141162840347885">‏‫Google لینز کے ساتھ تلاش کرنے کے لیے کچھ بھی منتخب کریں یا Google لینز سے باہر نکلنے کے لیے Escape کو دبائیں</translation>
# 2434|   <translation id="2713106313042589954">کیمرا آف کریں</translation>
# 2435|   <translation id="2713444072780614174">سفید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1355]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2437: warning: bidirectional control characters: ['\u202b']
# 2435|   <translation id="2713444072780614174">سفید</translation>
# 2436|   <translation id="2714180132046334502">گہرا پس منظر</translation>
# 2437|-> <translation id="2714393097308983682">‏‫Google Play اسٹور</translation>
# 2438|   <translation id="2715640894224696481">سیکیورٹی کلید کی درخواست</translation>
# 2439|   <translation id="2715751256863167692">‏یہ اپ گریڈ آپ کے Chromebook کو ری سیٹ کرتا ہے اور موجودہ صارف ڈیٹا کو ہٹاتا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1356]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2465: warning: bidirectional control characters: ['\u202b']
# 2463|   <translation id="2729577602370119849">پرنٹرز تک آسانی سے رسائی حاصل کریں اور ان کا نظم کریں</translation>
# 2464|   <translation id="2729661575355442512">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
# 2465|->     <ph name="BEGIN_PARAGRAPH2" />‫Google اس آلہ سے جمع کی گئی معلومات کو درج ذیل کے لیے استعمال کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے؛ اور عام طور پر Google کی سروسز کو بہتر بنانے، فراہم کرنے اور برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Google اور فریقین ثالث ک [...]
# 2466|       <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اس آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اکٹھ�[...]
# 2467|   <translation id="2730029791981212295">‏Linux ایپس اور فائلز کا بیک اپ لیا جا رہا ہے</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2465: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1357]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2466: warning: bidirectional control characters: ['\u202b']
# 2464|   <translation id="2729661575355442512">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
# 2465|       <ph name="BEGIN_PARAGRAPH2" />‫Google اس آلہ سے جمع کی گئی معلومات کو درج ذیل کے لیے استعمال کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے؛ اور عام طور پر Google کی سروسز کو بہتر بنانے، فراہم کرنے اور برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Google اور فریقین ثالث ک [...]
# 2466|->     <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اس آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اکٹھ�[...]
# 2467|   <translation id="2730029791981212295">‏Linux ایپس اور فائلز کا بیک اپ لیا جا رہا ہے</translation>
# 2468|   <translation id="2730596696987224099">اپنا مقام خود منتخب کریں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2466: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1358]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2643: warning: bidirectional control characters: ['\u202b']
# 2641|   <translation id="2844169650293029770">‏USB-C آلہ (بائیں طرف کا اگلا پورٹ)</translation>
# 2642|   <translation id="2844809857160214557">پرنٹ جابز دیکھیں اور ان کا نظم کریں</translation>
# 2643|-> <translation id="2845276301195220700">‏‫Google کیلنڈر کے لیے مزید کارروائیاں</translation>
# 2644|   <translation id="2845382757467349449">ہمیشہ بُک مارکس بار دکھائیں</translation>
# 2645|   <translation id="2845751331501453107">براؤز کرتے وقت، آپ جو اشتہار دیکھتے ہیں وہ ذاتی نوعیت کے ہیں یا نہیں اس کا انحصار اس ترتیب پر ہوتا ہے، <ph name="BEGIN_LINK1" />سائٹ کے تجویز کردہ اشتہارات<ph name="LINK_END1" /> آپ کی<ph name="BEGIN_LINK2" /> کوکی کی ترتیبات<ph name="LINK_END2" /> اور آیا آپ جو سائٹ دیکھ رہے ہیں وہ اشتہارات کو ذاتی بن [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2643: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1359]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:2756: warning: bidirectional control characters: ['\u202b', '\u202b']
# 2754|   <translation id="2927017729816812676">کیش اسٹوریج</translation>
# 2755|   <translation id="2928795416630981206">آپ کے کیمرا کی پوزیشن ٹریک کرنے کی اجازت ہے</translation>
# 2756|-> <translation id="2929345818093040583">{NUM_SITES,plural, =1{‏‫Chrome نے 1 سائٹ سے اجازتیں ہٹا دیں}other{‏‫Chrome نے {NUM_SITES} سائٹس سے اجازتیں ہٹا دیں}}</translation>
# 2757|   <translation id="2931157624143513983">پرنٹ کرنے لائق جگہ پر فٹ کریں</translation>
# 2758|   <translation id="2931342457001070961">کوئی مائیکروفون منسلک نہیں ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1360]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:3290: warning: bidirectional control characters: ['\u202b']
# 3288|   <translation id="3340620525920140773">ڈاؤن لوڈ مکمل ہو گیا: <ph name="FILE_NAME" />۔</translation>
# 3289|   <translation id="3340978935015468852">ترتیبات</translation>
# 3290|-> <translation id="3341091511696469129">‏‫Chrome یہاں دکھائی گئی زبانوں کیلئے کیپشنز تخلیق اور ان کا ترجمہ کر سکتا ہے</translation>
# 3291|   <translation id="3341699307020049241">‏غلط PIN۔ آپ کے پاس <ph name="RETRIES" /> کوششیں باقی ہیں۔</translation>
# 3292|   <translation id="3341703758641437857">‏فائل URLs تک رسائی کی اجازت دیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1361]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:3359: warning: bidirectional control characters: ['\u202b']
# 3357|   <translation id="3391721320619127327">‏ChromeOS Flex، ChromeVox پر اسکرین ریڈر بنیادی طور پر نابینا یا کم بصارت والے لوگ اسپیچ سنتھیسائزر یا بریل ڈسپلے کے ساتھ اسکرین پر دکھائے جانے والے ٹیکسٹ کو پڑھنے کے لیے استعمال کرتے ہیں۔ ChromeVox کو آن کرنے کے لیے والیوم کی دونوں کلیدوں کو پانچ سیکنڈ کے لیے چھوئیں اور د [...]
# 3358|   <translation id="3393554941209044235">‏Chrome کی دستاویز کا تجزیہ</translation>
# 3359|-> <translation id="3394072120086516913">‏‫PC تار سے منسلک ہے اور کاسٹنگ آلہ Wi-Fi پر ہے</translation>
# 3360|   <translation id="3394850431319394743">تحفظ یافتہ مواد کو چلانے کیلئے شناخت کنندگان کو استعمال کرنے کی اجازت دی گئی</translation>
# 3361|   <translation id="3396442984945202128">توثیق کریں کہ یہ آپ ہیں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:3359: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1362]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:3442: warning: bidirectional control characters: ['\u202b']
# 3440|   <translation id="3449393517661170867">نئی ٹیب والی ونڈو</translation>
# 3441|   <translation id="3449839693241009168"><ph name="EXTENSION_NAME" /> پر کمانڈز بھیجنے کیلئے <ph name="SEARCH_KEY" /> دبائیں</translation>
# 3442|-> <translation id="3450056559545492516">‏‫Chrome کی خصوصیات اور تجاویز کے بارے میں سسٹم کی اطلاعات دکھائیں</translation>
# 3443|   <translation id="3450157232394774192">معطل صورتحال کے تصرف کی فیصد</translation>
# 3444|   <translation id="3450180775417907283">‏<ph name="MANAGER" /> کو درکار ہے کہ آپ ابھی Wi-Fi سے منسلک ہوں اور اپ ڈیٹ ڈاؤن لوڈ کریں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1363]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:3483: warning: bidirectional control characters: ['\u202b']
# 3481|   <translation id="3481268647794498892"><ph name="ALTERNATIVE_BROWSER_NAME" /> میں <ph name="COUNTDOWN_SECONDS" /> سیکنڈ میں کھل رہا ہے</translation>
# 3482|   <translation id="348247802372410699">اسٹائل منتخب کریں</translation>
# 3483|-> <translation id="3482573964681964096">‏‫Windows سے درآمد شدہ سرٹیفکیٹس کا نظم کریں</translation>
# 3484|   <translation id="348268549820508141">اسپیچ شناخت</translation>
# 3485|   <translation id="3482719661246593752"><ph name="ORIGIN" /> درج ذیل فائلز کو دیکھ سکتا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1364]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:3693: warning: bidirectional control characters: ['\u202b']
# 3691|   <translation id="3634652306074934350">اجازت کی درخواست کی میعاد ختم ہو گئی</translation>
# 3692|   <translation id="3635199270495525546">‏قابل اعتماد پلیٹ فارم ماڈیول (TPM) کا پتہ چلا</translation>
# 3693|-> <translation id="3635353578505343390">‏‫Google کو تاثرات بھیجیں</translation>
# 3694|   <translation id="3635960017746711110">‏Crostini USB کی ترجیحات</translation>
# 3695|   <translation id="3636766455281737684"><ph name="PERCENTAGE" />% - <ph name="TIME" /> باقی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1365]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:3776: warning: bidirectional control characters: ['\u202b']
# 3774|   <translation id="369489984217678710">پاس ورڈز اور دیگر سائن ان ڈیٹا</translation>
# 3775|   <translation id="369522892592566391">{NUM_FILES,plural, =0{سیکیورٹی چیکس مکمل ہو چکے ہیں۔ آپ کا ڈیٹا اپ لوڈ کر دیا جائے گا۔}=1{سیکیورٹی چیکس مکمل ہو چکے ہیں۔ آپ کی فائل اپ لوڈ کر دی جائے گی۔}other{سیکیورٹی چیکس مکمل ہو چکے ہیں۔ آپ کی فائلز اپ لوڈ کر دی جائیں گی۔}}</translation>
# 3776|-> <translation id="3695339288331169103">‫<ph name="BEGIN_LINK" /><ph name="DISPLAY_REFERRER_URL" /><ph name="END_LINK" /> سے</translation>
# 3777|   <translation id="369736917241079046">‏launcher + بائیں تیر کا نشان</translation>
# 3778|   <translation id="3697716475445175867">آخری بار کھولا ہوا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1366]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4238: warning: bidirectional control characters: ['\u202b']
# 4236|   <translation id="3991055816270226534">فریق ثالث کوکیز اور ٹریکنگ تحفظات کا نظم کریں</translation>
# 4237|   <translation id="3991746210745534318">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
# 4238|->     <ph name="BEGIN_PARAGRAPH2" />‫Google اس آلہ سے جمع کی گئی معلومات کو درج ذیل کے لیے استعمال کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے؛ اور عام طور پر Google کی سروسز کو بہتر بنانے، فراہم کرنے اور برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Google اور فریقین ثالث ک [...]
# 4239|       <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اس آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اکٹھ�[...]
# 4240|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />مقام کی درستگی کے بارے میں مزید جانیں<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4238: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1367]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4239: warning: bidirectional control characters: ['\u202b']
# 4237|   <translation id="3991746210745534318">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
# 4238|       <ph name="BEGIN_PARAGRAPH2" />‫Google اس آلہ سے جمع کی گئی معلومات کو درج ذیل کے لیے استعمال کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے؛ اور عام طور پر Google کی سروسز کو بہتر بنانے، فراہم کرنے اور برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Google اور فریقین ثالث ک [...]
# 4239|->     <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اس آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اکٹھ�[...]
# 4240|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />مقام کی درستگی کے بارے میں مزید جانیں<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
# 4241|   <translation id="399179161741278232">درآمد کردہ</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4239: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1368]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4401: warning: bidirectional control characters: ['\u202b']
# 4399|   <translation id="4113743276555482284">فائل کا پاس ورڈ</translation>
# 4400|   <translation id="4113888471797244232">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
# 4401|->     <ph name="BEGIN_PARAGRAPH2" />‫Google اس معلومات کا استعمال آپ کی شناخت کیے بغیر درج ذیل امور کے لیے کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے اور Google کی سروسز کو عام طور پر بہتر بنانے، انہیں فراہم کرنے اور ان کو برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Goog [...]
# 4402|       <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اپنے آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اک�[...]
# 4403|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />مقام کی درستگی کے بارے میں مزید جانیں<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4401: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1369]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4402: warning: bidirectional control characters: ['\u202b']
# 4400|   <translation id="4113888471797244232">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
# 4401|       <ph name="BEGIN_PARAGRAPH2" />‫Google اس معلومات کا استعمال آپ کی شناخت کیے بغیر درج ذیل امور کے لیے کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے اور Google کی سروسز کو عام طور پر بہتر بنانے، انہیں فراہم کرنے اور ان کو برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Goog [...]
# 4402|->     <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اپنے آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اک�[...]
# 4403|       <ph name="BEGIN_PARAGRAPH4" /><ph name="LINK_BEGIN" />مقام کی درستگی کے بارے میں مزید جانیں<ph name="LINK_END" /><ph name="END_PARAGRAPH4" /></translation>
# 4404|   <translation id="4114524937989710624">‏آپ Google Drive میں اپنی حالیہ ترین سرگرمی پر آسانی سے واپس جانے میں آپ کی مدد کیلئے تجویز کردہ فائلز کو دیکھ رہے ہیں۔
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4402: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1370]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4484: warning: bidirectional control characters: ['\u202b']
# 4482|   <translation id="4186749321808907788"><ph name="QUERY_NAME" /> - <ph name="DEFAULT_SEARCH_ENGINE_NAME" /> تلاش</translation>
# 4483|   <translation id="4187424053537113647"><ph name="APP_NAME" /> کو ترتیب دیا جا رہا ہے…</translation>
# 4484|-> <translation id="4190446002599583608">‏‫AI کی جانب سے تقویت یافتہ تلاش کی سرگزشت</translation>
# 4485|   <translation id="4190492351494485814">‏ابتدائی سیٹ اپ کے لیے، آپ کو انٹرنیٹ سے منسلک ہونے کی ضرورت ہے تاکہ فائلز آپ کے Chromebook سے مطابقت پذیر ہو سکیں</translation>
# 4486|   <translation id="4190828427319282529">کی بورڈ کے فوکس کو نمایاں کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1371]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:4951: warning: bidirectional control characters: ['\u202b']
# 4949|   <translation id="4538417792467843292">لفظ حذف کریں</translation>
# 4950|   <translation id="4538792345715658285">انٹرپرائز پالیسی کے ذریعے انسٹال کیا گیا۔</translation>
# 4951|-> <translation id="4540409690203718935">‏‫Google پاس ورڈ مینیجر تک نہیں پہنچ سکتے۔ کچھ منٹ میں دوبارہ کوشش کریں</translation>
# 4952|   <translation id="4541123282641193691">‏آپ کے اکاؤنٹ کی تصدیق نہیں ہو سکی۔ براہ کرم دوبارہ کوشش کریں یا اپنا Chromebook ری سٹارٹ کریں۔</translation>
# 4953|   <translation id="4541505619120536051">ہمیشہ کھولیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1372]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5134: warning: bidirectional control characters: ['\u202b']
# 5132|   <translation id="4668279686271488041">اشتہار کی اثرپذیری کی پیمائش ڈیٹا آپ کے آلے سے باقاعدگی سے ہو جاتا ہے</translation>
# 5133|   <translation id="4668929960204016307">،</translation>
# 5134|-> <translation id="4668936527507421457">‏‫PIN میں صرف نمبرز ہونے چاہئیں</translation>
# 5135|   <translation id="4670909875730475086">مبارک ہو! <ph name="APP_NAME" /> کامیابی کے ساتھ آپ کے آلے پر انسٹال ہو گئی ہے</translation>
# 5136|   <translation id="4672759829555593783"><ph name="FILE_NAME" /> ابھی کھولیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1373]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5142: warning: bidirectional control characters: ['\u202b']
# 5140|   <translation id="467510802200863975">پاس ورڈز مماثل نہیں ہیں</translation>
# 5141|   <translation id="4675828034887792601">تلاش کرنے والی سائٹس کا شارٹ کٹس بنائیں اور اپنے سرچ انجن کا نظم کریں</translation>
# 5142|-> <translation id="4676543021048806071">‏‫Google پاس ورڈ مینیجر کے لیے اپنا 6 ہندسی PIN درج کریں</translation>
# 5143|   <translation id="4676595058027112862">فون ہب، مزید جانیں</translation>
# 5144|   <translation id="4676616966096505747">کچھ ڈیٹا ابھی تک آپ کے اکاؤنٹ میں محفوظ نہیں ہوا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1374]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5334: warning: bidirectional control characters: ['\u202b']
# 5332|   <translation id="4825462365587146530">‏نئے ٹیب میں Chrome روٹ اسٹور کے بارے میں مزید جانیں</translation>
# 5333|   <translation id="4825532258163983651">پاس کی کو حذف نہیں کیا جا سکتا</translation>
# 5334|-> <translation id="4827134188176577524">‏‫Chrome روٹ اسٹور میں سرٹیفکیٹ اتھارٹیز کے سرٹیفکیٹس ہوتے ہیں جن پر Chrome روٹ پروگرام بھروسہ کرتا ہے اور اس کا مسلسل جائزہ لیا جاتا ہے۔</translation>
# 5335|   <translation id="4827283332383516812">کارڈ حذف کریں</translation>
# 5336|   <translation id="4827675678516992122">منسلک نہیں ہو سکا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1375]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5345: warning: bidirectional control characters: ['\u202b']
# 5343|   <translation id="4831226137013573603">مائیکروفون خاموش ہے</translation>
# 5344|   <translation id="4833683849865011483">پرنٹ سرور سے 1 پرنٹر ملا</translation>
# 5345|-> <translation id="4835677468087803981">‏‫PIN چھپائیں</translation>
# 5346|   <translation id="4836504898754963407">فنگر پرنٹس کا نظم کریں</translation>
# 5347|   <translation id="4837128290434901661">‏Google تلاش پر واپس جائیں؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1376]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5595: warning: bidirectional control characters: ['\u202b']
# 5593|   <translation id="5018207570537526145">ایکسٹینشن ویب سائٹ کھولیں</translation>
# 5594|   <translation id="5018526990965779848">‏استعمال اور ڈائیگناسٹک کا ڈیٹا بھیجیں۔ Google کو خودکار طور پر ڈائیگناسٹک، آلے اور ایپ کے استعمال کا ڈیٹا بھیج کر اپنا Android تجربہ بہتر بنانے میں مدد کریں۔ اس سے سسٹم اور ایپ کے استحکام اور دیگر بہتریوں میں مدد ملے گی۔ کچھ مجموعی ڈیٹا Google ایپس اور پارٹنرز، جیس�[...]
# 5595|-> <translation id="5019487038187875030">‏‫MacOS سے درآمد شدہ سرٹیفکیٹس دیکھیں</translation>
# 5596|   <translation id="5020008942039547742">مختلف ونڈو منتخب کریں</translation>
# 5597|   <translation id="5020651427400641814">اسپیچ لاگنگ کو فعال کریں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5595: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1377]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5692: warning: bidirectional control characters: ['\u202b']
# 5690|   <translation id="5089763948477033443">سائیڈ پینل کا سائز تبدیل کرنے کا ہینڈل</translation>
# 5691|   <translation id="5090637338841444533">آپ کے کیمرا کی پوزیشن کو ٹریک کرنے کی اجازت نہیں ہے</translation>
# 5692|-> <translation id="5090981554736747495">‏‫Linux ایپس کو USB آلات تک رسائی کی اجازت دیں۔</translation>
# 5693|   <translation id="5091636240353511739">‏‫PIN دکھائیں</translation>
# 5694|   <translation id="5093477827231450397">آپ کی مسدود کردہ سائٹس کی فہرست جن سے آپ نہیں چاہتے ہیں کہ وہ دوسری سائٹس پر اشتہارات تجویز کرے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1378]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5693: warning: bidirectional control characters: ['\u202b']
# 5691|   <translation id="5090637338841444533">آپ کے کیمرا کی پوزیشن کو ٹریک کرنے کی اجازت نہیں ہے</translation>
# 5692|   <translation id="5090981554736747495">‏‫Linux ایپس کو USB آلات تک رسائی کی اجازت دیں۔</translation>
# 5693|-> <translation id="5091636240353511739">‏‫PIN دکھائیں</translation>
# 5694|   <translation id="5093477827231450397">آپ کی مسدود کردہ سائٹس کی فہرست جن سے آپ نہیں چاہتے ہیں کہ وہ دوسری سائٹس پر اشتہارات تجویز کرے</translation>
# 5695|   <translation id="5093569275467863761">بیک/فارورڈ کیش کردہ پوشیدگی کا سب فریم: <ph name="BACK_FORWARD_CACHE_INCOGNITO_PAGE_URL" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1379]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5836: warning: bidirectional control characters: ['\u202b']
# 5834|   <translation id="519185197579575131">‏QT کا استعمال کریں</translation>
# 5835|   <translation id="5192062846343383368">‏اپنی نگرانی کی ترتیبات دیکھنے کیلئے، Family Link ایپ کھولیں</translation>
# 5836|-> <translation id="5193485690196207310">{COUNT,plural, =1{‫1 پاس کی}other{{COUNT} پاس کیز}}</translation>
# 5837|   <translation id="5193978546360574373">‏اس سے اس Chromebook پر Google Drive تک رسائی ہٹ جائے گی، بشمول کسی بھی فائل تک رسائی جو آف لائن دستیاب کرائی گئی ہے</translation>
# 5838|   <translation id="5193988420012215838">آپ کے کلپ بورڈ پر کاپی کر دیا گیا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1380]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:5965: warning: bidirectional control characters: ['\u202b']
# 5963|   <translation id="5288678174502918605">بند ٹیب کو &amp;دوبارہ کھولیں</translation>
# 5964|   <translation id="52895863590846877">صفحہ <ph name="LANGUAGE" /> میں نہیں ہے</translation>
# 5965|-> <translation id="5290020561438336792">‏‫PC اور کاسٹنگ آلہ ایک ہی Wi-Fi نیٹ ورک پر ہیں (جیسے، 2.4GHz بمقابلہ 5GHz)</translation>
# 5966|   <translation id="52912272896845572">نجی کلید کی فائل غلط ہے۔</translation>
# 5967|   <translation id="5291739252352359682">‏یہ خصوصیت Chrome براؤزر میں میڈیا کیلئے خودکار طور پر کیپشنز تخلیق کرتی ہے (فی الحال انگریزی میں دستیاب ہے)۔ آڈیو اور کیپشنز پر مقامی طور پر کارروائی کی جاتی ہے اور یہ ہمیشہ آلے پر ہی رہتے ہیں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1381]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6011: warning: bidirectional control characters: ['\u202b']
# 6009|   <translation id="5320135788267874712">نئے آلے کا نام</translation>
# 6010|   <translation id="5320261549977878764">گروپ کو غیر محفوظ کریں</translation>
# 6011|-> <translation id="5321325624576443340">‏‫Google لینز دستیاب نہیں ہے۔ بعد میں دوبارہ کوشش کریں۔</translation>
# 6012|   <translation id="532247166573571973">ممکن ہے کہ سرور ناقابل رسائی ہو۔ بعد میں دوبارہ کوشش کریں۔</translation>
# 6013|   <translation id="5322961556184463700">ہمیں بتائیں کہ آپ یہ سروے کیوں ڈاؤن لوڈ کر رہے ہیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1382]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6098: warning: bidirectional control characters: ['\u202b']
# 6096|   <translation id="5390677308841849479">گہرا سرخ اور نارنجی</translation>
# 6097|   <translation id="5392192690789334093">اطلاعات بھیجنے کی اجازت ہے</translation>
# 6098|-> <translation id="5393330235977997602">‏‫PIN کے اختیارات</translation>
# 6099|   <translation id="5393761864111565424">{COUNT,plural, =1{لنک}other{# لنکس}}</translation>
# 6100|   <translation id="5394529681046491727">‏Wi-Fi ڈائریکٹ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1383]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6172: warning: bidirectional control characters: ['\u202b']
# 6170|   <translation id="5442550868130618860">آٹو اپ ڈیٹ آن کریں</translation>
# 6171|   <translation id="5444281205834970653">حذف کریں اور جاری رکھیں</translation>
# 6172|-> <translation id="5444452275167152925">‏‫ChromeOS سے درآمد شدہ</translation>
# 6173|   <translation id="5445400788035474247">10x</translation>
# 6174|   <translation id="5446983216438178612">تنظیم کیلئے سرٹیفیکیٹس دکھائیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1384]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6389: warning: bidirectional control characters: ['\u202b']
# 6387|   <translation id="560834977503641186">‏Wi-Fi سِنک، مزید جانیں</translation>
# 6388|   <translation id="5608580678041221894">تراشنے کے علاقہ کو ایڈجسٹ یا منتقل کرنے کیلئے درج ذیل کلیدوں کو تھپتھپائیں</translation>
# 6389|-> <translation id="560919433407466404">‏‫Parallels ڈیسک ٹاپ کو USB آلات تک رسائی کی اجازت دیں۔</translation>
# 6390|   <translation id="5609231933459083978">ایپلیکیشن غلط معلوم پڑتی ہے۔</translation>
# 6391|   <translation id="5610867721023328944">دوبارہ کوشش کریں یا ذیل میں دستیاب تھیمز میں سے کسی ایک کو منتخب کریں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1385]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6462: warning: bidirectional control characters: ['\u202b']
# 6460|   <translation id="5655296450510165335">آلہ کا اندراج</translation>
# 6461|   <translation id="5655823808357523308">اپنی اسکرین پر رنگ کے ڈسپلے ہونے کا طریقہ ایڈجسٹ کریں</translation>
# 6462|-> <translation id="5656845498778518563">‏‫Google کو تاثرات بھیجیں</translation>
# 6463|   <translation id="5657667036353380798">‏بیرونی ایکسٹینشن کیلئے chrome ورژن <ph name="MINIMUM_CHROME_VERSION" /> یا اس سے اعلی تر کو انسٹال کیے جانے کی ضرورت ہے۔</translation>
# 6464|   <translation id="565899488479822148">تازہ ترین اپ ڈیٹ انسٹال ہو رہا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1386]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6492: warning: bidirectional control characters: ['\u202b']
# 6490|   <translation id="5680050361008726776">"<ph name="ESIM_PROFILE_NAME" />" کو ہٹائیں؟</translation>
# 6491|   <translation id="5681586175480958839">فائل پہلے ہی کھولی جا رہی ہے</translation>
# 6492|-> <translation id="5682010570533120226">‏آپ نے ابھی Chrome میں ڈیٹا کو حذف کر دیا۔ ‫Chrome کو بہتر بنانے میں آپ کے تجربے کے بارے میں ہم سننا چاہیں گے۔</translation>
# 6493|   <translation id="5682660502190512219">تجاویز چیک کریں</translation>
# 6494|   <translation id="5684181005476681636">‏Wi-Fi کی تفصیلات</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1387]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6553: warning: bidirectional control characters: ['\u202b']
# 6551|   <translation id="5731247495086897348">پی&amp;سٹ کریں اور جائیں</translation>
# 6552|   <translation id="5733109311583381874">تبدیلی کے امیدواروں کو حسب ضرورت بنانے کیلئے صارف کی لغات میں خود اپنے الفاظ شامل کریں۔</translation>
# 6553|-> <translation id="5733669387494115331">‏‫Google سروسز کی ترتیبات</translation>
# 6554|   <translation id="5734362860645681824">مواصلات</translation>
# 6555|   <translation id="5734697361979786483">فائل کا اشتراک شامل کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1388]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6573: warning: bidirectional control characters: ['\u202b']
# 6571|   <translation id="5747809636523347288">پیسٹ کریں اور <ph name="URL" /> پر جائیں</translation>
# 6572|   <translation id="5747876413503288066">لیونگ روم</translation>
# 6573|-> <translation id="5749214722697335450">‏استعمال اور ڈائیگناسٹک کا ڈیٹا بھیجیں۔ ‫Google کو خودکار طور پر ڈائیگناسٹک، آلے اور ایپ کے استعمال کا ڈیٹا بھیج کر اپنا Android تجربہ بہتر بنانے میں مدد کریں۔ اس سے سسٹم اور ایپ کے استحکام اور دیگر بہتریوں میں مدد ملے گی۔ کچھ مجموعی ڈیٹا Google ایپس اور پارٹنرز، جی [...]
# 6574|   <translation id="5750288053043553775">0</translation>
# 6575|   <translation id="5751345516399502412">ٹیدرنگ کی تیاری چیک کریں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6573: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1389]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6655: warning: bidirectional control characters: ['\u202b']
# 6653|   <translation id="5806773519584576205">0° (ڈیفالٹ)</translation>
# 6654|   <translation id="5809835394668218762"><ph name="WEBSITE" /> کے لیے مزید کارروائیاں</translation>
# 6655|-> <translation id="5809840528400421362">‏‫PIN‏ 6 ہندسے کا ہونا چاہئیے</translation>
# 6656|   <translation id="5810809306422959727">یہ اکاؤنٹ پیرنٹل کنٹرولز کے لیے محفوظ نہیں ہے</translation>
# 6657|   <translation id="5811614940486072060">یہ فائل عام طور پر ڈاؤن لوڈ نہیں کی جاتی ہے اور یہ خطرناک ہو سکتی ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1390]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:6902: warning: bidirectional control characters: ['\u202b']
# 6900|   <translation id="5984222099446776634">حال ہی میں ملاحظہ کردہ</translation>
# 6901|   <translation id="5985458664595100876">‏URL کا فارمیٹ غلط ہے۔ تعاون یافتہ فارمیٹس ‎\\server\share اور smb://server/share ہیں۔</translation>
# 6902|-> <translation id="5985556342298151179">‏‫Chrome ایپ آپ کے آلے کے منتظم کے ذریعہ انسٹال کردہ ہے۔</translation>
# 6903|   <translation id="598810097218913399">تفویض ہٹائیں</translation>
# 6904|   <translation id="5990266201903445068">‏صرف Wi-Fi</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1391]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7327: warning: bidirectional control characters: ['\u202b']
# 7325|   <translation id="6295158916970320988">سبھی سائٹس</translation>
# 7326|   <translation id="6295855836753816081">محفوظ کیا جا رہا ہے…</translation>
# 7327|-> <translation id="6297986260307280218">‏استعمال اور ڈائیگناسٹک کا ڈیٹا بھیجیں۔ ‫Google کو خودکار طور پر ڈائیگناسٹک، آلے اور ایپ کے استعمال کا ڈیٹا بھیج کر اپنا Android تجربہ بہتر بنانے میں مدد کریں۔ اس سے سسٹم اور ایپ کے استحکام اور دیگر بہتریوں میں مدد ملے گی۔ کچھ مجموعی ڈیٹا Google ایپس اور پارٹنرز، جی [...]
# 7328|   <translation id="6298456705131259420">‏یہاں درج سائٹس متاثر ہوتی ہیں۔ کسی ڈومین کے نام سے پہلے ”[‎*.‎]“ داخل کرنے سے پورے ڈومین کیلئے ایک استثناء تخلیق ہو جاتا ہے۔ مثال کے طور پر، ”‎[*.]google.com“ کو شامل کرنے کا مطلب ہے کہ فریق ثالث کوکیز mail.google.com کیلئے بھی فعال ہو سکتی ہیں، کیونکہ یہ google.com کا حصہ ہ [...]
# 7329|   <translation id="6298962879096096191">‏Android ایپس کو انسٹال کرنے کیلئے Google Play استعمال کریں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7327: note: trimmed 2 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1392]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7381: warning: bidirectional control characters: ['\u202b']
# 7379|   <translation id="6342069812937806050">ابھی ابھی</translation>
# 7380|   <translation id="6343003829431264373">صرف جفت صفحات</translation>
# 7381|-> <translation id="6343262564968371601">‏‫Google، فائلز، ایپس وغیرہ کو تلاش کر کے جو کچھ آپ تلاش کر رہے ہیں اسے تلاش کریں</translation>
# 7382|   <translation id="6343981313228733146">ونڈو اوپر اور دائیں طرف منتقل ہو گئی</translation>
# 7383|   <translation id="6344170822609224263">نیٹ ورک کنکشنز کی رسائی فہرست</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1393]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7593: warning: bidirectional control characters: ['\u202b']
# 7591|   <translation id="6513247462497316522">‏اگر آپ کسی دوسرے نیٹ ورک سے منسلک نہیں ہیں تو Google Chrome موبائل ڈیٹا کا استعمال کرے گا۔</translation>
# 7592|   <translation id="6514010653036109809">دستیاب آلہ:</translation>
# 7593|-> <translation id="6516990372629061585">‏‫Linux سے درآمد شدہ سرٹیفکیٹس دیکھیں</translation>
# 7594|   <translation id="6517382055541687102">منتخب کردہ آلہ <ph name="DEVICE_NAME" /> میں تبدیل ہو گیا</translation>
# 7595|   <translation id="6517420300299531857">‏میری ڈرائیو میں موجود آپ کی فائلز خودکار طور پر آپ کے Chromebook سے مطابقت پذیر ہوتی ہیں تاکہ آپ انٹرنیٹ کنکشن کے بغیر ان تک رسائی حاصل کر سکیں۔ اس میں تقریباً <ph name="REQUIRED_SPACE" /> کا استعمال ہوگا۔ فی الحال آپ کے پاس <ph name="FREE_SPACE_AVAILABLE" /> دستیاب ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1394]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7606: warning: bidirectional control characters: ['\u202b']
# 7604|   <translation id="6519689855001245063">اہلیت کو چیک کر رہا ہے</translation>
# 7605|   <translation id="6520087076882753524">‏آپ Google پاس ورڈ مینیجر میں محفوظ کردہ پاس ورڈز دیکھ اور ان کا نظم کر سکتے ہیں۔</translation>
# 7606|-> <translation id="6520115099532274511">‏<ph name="SITE" /> اس بات کی تصدیق کرنا چاہتا ہے کہ یہ آپ ہی ہیں۔ ‫Google پاس ورڈ مینیجر کے لیے اپنا الفانیومیرک PIN درج کریں</translation>
# 7607|   <translation id="6520876759015997832">‏<ph name="LIST_SIZE" /> میں سے <ph name="LIST_POSITION" /> تلاش کا نتیجہ: <ph name="SEARCH_RESULT_TEXT" />۔ سیکشن پر نیویگیٹ کرنے کے لیے Enter دبائیں۔</translation>
# 7608|   <translation id="6521214596282732365">سائٹس عام طور پر آپ کے فونٹس کا استعمال کرتی ہیں تاکہ آپ آن لائن ڈیزائن اور گرافکس ٹولز کی مدد سے ہائی فیڈیلٹی مواد تخلیق کر سکیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1395]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7669: warning: bidirectional control characters: ['\u202b']
# 7667|   <translation id="6562117348069327379">ڈاؤن لوڈز ڈائرکٹری میں سسٹم لاگز اسٹور کریں۔</translation>
# 7668|   <translation id="656293578423618167">فائل کا پاتھ یا نام کافی طویل ہیں۔ براہ کرم ایک چھوٹے نام کے ساتھ یا کسی دوسرے مقام میں محفوظ کریں۔</translation>
# 7669|-> <translation id="6563002009564846727">‏‫Windows سے درآمد شدہ سرٹیفکیٹس دیکھیں</translation>
# 7670|   <translation id="6563055593659435495">‏آپ کے فون کے ساتھ کنکشن برقرار نہیں رکھا جا سکتا۔ یقینی بنائیں کہ آپ کا فون قریب میں ہے، غیر مقفل ہے اور اس میں بلوٹوتھ اور Wi-Fi آن ہے۔</translation>
# 7671|   <translation id="6569931898053264308">درمیانی بچتیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1396]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7747: warning: bidirectional control characters: ['\u202b']
# 7745|   <translation id="6619801788773578757">کیوسک ایپلیکیشن شامل کریں</translation>
# 7746|   <translation id="6619990499523117484">‏اپنے PIN کی توثیق کریں</translation>
# 7747|-> <translation id="6620000730890558421">‏‫AI کے ساتھ اپنے ٹیبز کو صاف رکھیں</translation>
# 7748|   <translation id="6620254580880484313">کنٹینر کا نام</translation>
# 7749|   <translation id="6621391692573306628">‏اس ٹیب کو کسی اور آلے میں بھیجنے کے لیے دونوں آلات پر Chrome میں سائن ان کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1397]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7835: warning: bidirectional control characters: ['\u202b']
# 7833|   <translation id="6686665106869989887">ٹیب دائیں طرف منتقل کیا گیا</translation>
# 7834|   <translation id="6686817083349815241">اپنا پاس ورڈ محفوظ کریں</translation>
# 7835|-> <translation id="6687008241368170505">‏‫Google پاس ورڈ مینیجر کا PIN تبدیل کریں</translation>
# 7836|   <translation id="6687079240787935001"><ph name="MODULE_TITLE" /> چھپائیں</translation>
# 7837|   <translation id="6689714331348768690"><ph name="SUPERVISED_USER_NAME" /> کو کمپیوٹر پر آنے کیلئے کہیں۔ آپ کا بچہ اپنا صوتی ماڈل تخلیق کرنے کیلئے اس اسکرین پر کچھ فقرے پڑھے گا۔

Error: UNICONTROL_WARNING (CWE-94): [#def1398]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7866: warning: bidirectional control characters: ['\u202b']
# 7864|   <translation id="6709133671862442373">خبریں</translation>
# 7865|   <translation id="6709357832553498500"><ph name="EXTENSIONNAME" /> کا استعمال کر کے منسلک کریں</translation>
# 7866|-> <translation id="6710172959248731469">‏‫Google سروسز کی ترتیبات</translation>
# 7867|   <translation id="6710213216561001401">گزشتہ</translation>
# 7868|   <translation id="6710394144992407503">آپ ویب صفحات پر ٹیکسٹ ٹائپ کرتے وقت املا کی غلطیاں چیک کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1399]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:7942: warning: bidirectional control characters: ['\u202b']
# 7940|   <translation id="6771503742377376720">ایک سرٹیفیکیشن ادارہ ہے</translation>
# 7941|   <translation id="6772974422346500939">کھولیں اور ترمیم کریں</translation>
# 7942|-> <translation id="6773595613448852535">‏‫Chrome روٹ اسٹور</translation>
# 7943|   <translation id="6774710250118040929">نیا پاس ورڈ شامل کریں</translation>
# 7944|   <translation id="6775163072363532304">دستیاب آلات یہاں دکھائی دیں گے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1400]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:8051: warning: bidirectional control characters: ['\u202b']
# 8049|   <translation id="6828860976882136098">سبھی صارفین کیلئے خودکار اپ ڈیٹس کو ترتیب دینا ناکام ہوگیا (پرواز سے پہلے کی کارروائی میں خرابی: <ph name="ERROR_NUMBER" />)</translation>
# 8050|   <translation id="682971198310367122">‏Google کی رازداری کی پالیسی</translation>
# 8051|-> <translation id="6830787477693252535">‏‫Google کیلنڈر میں اپنے اگلے ایونٹ پر آسانی سے نیویگیٹ کرنے میں آپ کی مدد کرنے کیلئے، آپ اپنا کیلنڈر دیکھ رہے ہیں۔
# 8052|           <ph name="BREAK" />
# 8053|           <ph name="BREAK" />

Error: UNICONTROL_WARNING (CWE-94): [#def1401]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:8339: warning: bidirectional control characters: ['\u202b']
# 8337|   <translation id="7034692021407794547">‏بلنگ کے نظم و نسق کے لئے خصوصی حقوق رکھنے والے منتظم کو پہلے منتظم کنسول کے Google Meet ہارڈ ویئر سیکشن میں Google Meet ہارڈ ویئر سروس کی شرائط کو قبول کرنا ہوگا۔</translation>
# 8338|   <translation id="7036706669646341689">‏<ph name="DISK_SIZE" /> کی جگہ Linux کے لیے تجویز کی جاتی ہے۔ خالی جگہ میں اضافہ کرنے کے لیے، اپنے آلہ سے فائلز حذف کریں۔</translation>
# 8339|-> <translation id="7037157058268992880">‏‫PIN بھول گئے</translation>
# 8340|   <translation id="7037509989619051237">متن کا پیش منظر دیکھیں</translation>
# 8341|   <translation id="7038632520572155338">سوئچ رسائی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1402]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:8382: warning: bidirectional control characters: ['\u202b']
# 8380|   <translation id="7067725467529581407">اسے دوبارہ کبھی نہ دکھائیں۔</translation>
# 8381|   <translation id="7068279399556423026">دوسرے آلات سے ٹیبز دیکھنے کے لیے سائن ان کریں</translation>
# 8382|-> <translation id="7068591156533195518">‫<ph name="APP_NAME" /> اور مزید کچھ ایپس کو آپ کے <ph name="DEVICE_TYPE" /> پر مسدود کر دیا گیا ہے</translation>
# 8383|   <translation id="706949303827219454">سیکیورٹی کی ترتیبات کا صفحہ ایک نئے ٹيب میں کھلتا ہے</translation>
# 8384|   <translation id="7069750557362084654">{NUM_PASSWORDS,plural, =1{اس سائٹ کے لیے نیا پاس ورڈ}other{اس سائٹ کے لیے نئے پاس ورڈز}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1403]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:8410: warning: bidirectional control characters: ['\u202b']
# 8408|   <translation id="7090160970140261931">‏آپ ویب سائٹس اور Android ایپس کے ساتھ استعمال کرنے کے لیے اپنے <ph name="DEVICE_TYPE" /> پر اضافی اکاؤنٹس شامل کر سکتے ہیں۔ آپ یہ بھی کنٹرول کر سکتے ہیں کہ کون سے اکاؤنٹس کو Android ایپس کے ساتھ استعمال کرنا ہے۔</translation>
# 8409|   <translation id="7090714929377281710">ہاٹ اسپاٹ کو خودکار طور پر آف کریں</translation>
# 8410|-> <translation id="7092504544229909737">‏‫Android ایپس کے ساتھ استعمال نہیں کیا جا سکتا</translation>
# 8411|   <translation id="7093220653036489319">فوری جوابات</translation>
# 8412|   <translation id="7093866338626856921">نام والے آلات کے ساتھ ڈیٹا کا تبادلہ کریں: <ph name="HOSTNAMES" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1404]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:8423: warning: bidirectional control characters: ['\u202b']
# 8421|   <translation id="710224247908684995">ایک ایکسٹینشن نے محفوظ براؤزنگ کو بند کر دیا ہے</translation>
# 8422|   <translation id="7102832101143475489">درخواست کا وقت ختم ہو گیا</translation>
# 8423|-> <translation id="7103944802169726298">‏‫PC اور کاسٹنگ آلہ ایک ہی Wi-Fi نیٹ ورک پر ہیں</translation>
# 8424|   <translation id="710640343305609397">نیٹ ورک کی ترتیبات کھولیں</translation>
# 8425|   <translation id="7107609441453408294">سبھی اسپیکرز سے ایک ہی آڈیو چلائیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1405]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:8683: warning: bidirectional control characters: ['\u202b']
# 8681|   <translation id="7305123176580523628">‏USB پرنٹر منسلک ہو گیا</translation>
# 8682|   <translation id="730515362922783851">مقامی نیٹ ورک یا انٹرنیٹ پر کسی بھی آلہ کے ساتھ ڈیٹا کا تبادلہ کریں</translation>
# 8683|-> <translation id="7306521477691455105">‫<ph name="USB_DEVICE_NAME" /> کو <ph name="USB_VM_NAME" /> سے منسلک کرنے کے ليے ترتیبات کھولیں</translation>
# 8684|   <translation id="7307129035224081534">موقوف ہو گیا</translation>
# 8685|   <translation id="7307647374092371434">‏آپ کے سائن ان ہونے پر آپ کے Google اکاؤنٹ میں پاس ورڈز اور پاس کیز بھی اس آلے پر دستیاب ہوں گی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1406]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:8849: warning: bidirectional control characters: ['\u202b']
# 8847|   <translation id="7419426517282923105">{NUM_ATTEMPTS,plural, =1{‏غلط PIN۔ 1 کوشش باقی ہے۔}other{‏غلط PIN۔ # کوششیں باقی ہیں۔}}</translation>
# 8848|   <translation id="7419565702166471774">ہمیشہ محفوظ کنکشنز کا استعمال کریں</translation>
# 8849|-> <translation id="7419819959108735624">‏‫Google لینز کے ساتھ تلاش کرنے کے لیے کچھ بھی منتخب کریں</translation>
# 8850|   <translation id="742130257665691897">بُک مارکس ہٹا دیے گئے</translation>
# 8851|   <translation id="7421925624202799674">صفحہ کا ماخذ &amp;دیکھیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1407]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:9307: warning: bidirectional control characters: ['\u202b']
# 9305|   <translation id="7758450972308449809">اپنے ڈسپلے کی حدود کو ایڈجسٹ کریں</translation>
# 9306|   <translation id="7758884017823246335">سائٹ کی تلاش شامل کریں</translation>
# 9307|-> <translation id="7759443981285558794">‏‫ChromeOS سے درآمد شدہ سرٹیفکیٹس دیکھیں</translation>
# 9308|   <translation id="7759809451544302770">اختیاری</translation>
# 9309|   <translation id="7760176388948986635">‏مقام کی اجازت والے ChromeOS اور Android ایپس، ویب سائٹس اور سروسز کو اس آلے کا مقام استعمال کرنے کی اجازت دیں۔ مقام کی درستگی Android ایپس اور سروسز کے لیے مزید درست مقام فراہم کرتی ہے۔ ایسا کرنے کے لیے، Google وقتاً فوقتاً اس آلے سے وائرلیس سگنل کے مقامات کو کراؤڈ سورس ک [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:9307: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1408]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:9396: warning: bidirectional control characters: ['\u202b']
# 9394|   <translation id="7810367892333449285">‏آپ کے اندراج کا فارمیٹ <ph name="LPA_0" />$<ph name="LPA_1" />SM-DP+ address‏<ph name="LPA_2" />$<ph name="LPA_3" />اختیاری مماثلت والی ID<ph name="LPA_4" /> ہونا چاہیے</translation>
# 9395|   <translation id="7811263553491007091">دوبارہ کوشش کریں یا ذیل میں پہلے سے تیار کردہ تھیمز میں سے کسی ایک کو منتخب کریں۔</translation>
# 9396|-> <translation id="7812170317334653156">‏‫Google کیلنڈر چھپا دیا گیا</translation>
# 9397|   <translation id="7814090115158024843">ان سائٹس پر کبھی بھی لکھنے میں مدد کرنے کی پیشکش نہ کریں</translation>
# 9398|   <translation id="7814458197256864873">&amp;کاپی کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1409]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:9415: warning: bidirectional control characters: ['\u202b']
# 9413|   <translation id="7826039927887234077">‏<ph name="MOOD" /> موڈ کے ساتھ <ph name="SUBJECT" /> کی حالیہ AI تھیم<ph name="INDEX" />۔</translation>
# 9414|   <translation id="7826174860695147464">‏پرانے براؤزر کیلئے سپورٹ (LBS) - انٹرنلز</translation>
# 9415|-> <translation id="7826249772873145665">‏‫ADB ڈیبگنگ غیر فعال ہے</translation>
# 9416|   <translation id="7826254698725248775">متنازع آلہ شناخت کنندہ۔</translation>
# 9417|   <translation id="7828642077514646543">خرابی: سرٹیفکیٹ کو ڈی کوڈ کرنے سے قاصر</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1410]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:9492: warning: bidirectional control characters: ['\u202b']
# 9490|   <translation id="7884372232153418877">{NUM_SITES,plural, =1{1 سائٹ کا جائزہ لیں جس نے بہت ساری اطلاعات بھیجی ہیں}other{{NUM_SITES} سائٹس کا جائزہ لیں جس نے بہت ساری اطلاعات بھیجی ہیں}}</translation>
# 9491|   <translation id="788453346724465748">اکاؤنٹ کی معلومات لوڈ ہورہی ہے...</translation>
# 9492|-> <translation id="7886087451482920026">‏‫Google لینز کے ساتھ ٹیکسٹ منتخب کریں</translation>
# 9493|   <translation id="7886279613512920452">{COUNT,plural, =1{ایک آئٹم}other{# آئٹمز}}</translation>
# 9494|   <translation id="7886605625338676841">eSIM</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1411]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:9636: warning: bidirectional control characters: ['\u202b']
# 9634|   <translation id="7978412674231730200">نجی کلید</translation>
# 9635|   <translation id="7978450511781612192">اس سے آپ اپنے اکاؤنٹ سے سائن آؤٹ ہو جائیں گے۔ آپ کے بُک مارکس، سرگزشت، پاس ورڈز اور بھی بہت کـچھ کی اب مطابقت پذیری نہیں کی جائے گی۔</translation>
# 9636|-> <translation id="7980066177668669492">‏‫Base64-encoded ASCII، متعدد سرٹیفکیٹس</translation>
# 9637|   <translation id="7980084013673500153">‏اثاثہ ID: <ph name="ASSET_ID" /></translation>
# 9638|   <translation id="7981410461060625406"><ph name="APP_NAME" /> کے لیے محفوظ کردہ پاس کی کا استعمال کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1412]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:9929: warning: bidirectional control characters: ['\u202b']
# 9927|   <translation id="8188389033983459049">اپنے آلے کی ترتیبات چیک کریں اور جاری رکھنے کیلئے اسے آن کریں</translation>
# 9928|   <translation id="8188742492803591566">‏اپنی اسکرین کاسٹ کرنا شروع کرنے کے لیے Chromecast یا TV پر دکھایا گیا رسائی کوڈ درج کریں۔</translation>
# 9929|-> <translation id="8189257540098107776">‏‫Google پاس ورڈ مینیجر تک نہیں پہنچ سکتے</translation>
# 9930|   <translation id="8189306097519446565">اسکول اکاؤنٹس</translation>
# 9931|   <translation id="8189750580333936930">رازداری سینڈ باکس</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1413]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10274: warning: bidirectional control characters: ['\u202b']
#10272|   <translation id="8434109185104929038">مطالعے کا گوشہ</translation>
#10273|   <translation id="8434480141477525001">‏NaCl ڈیبگ پورٹ</translation>
#10274|-> <translation id="8436800506934625875">‏‫Google پاس ورڈ مینیجر کے لیے ایک الفانیومیرک بازیابی PIN تخلیق کریں</translation>
#10275|   <translation id="8437209419043462667">US</translation>
#10276|   <translation id="8438566539970814960">تلاشوں اور براؤزنگ کو بہتر بنائیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1414]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10393: warning: bidirectional control characters: ['\u202b']
#10391|   <translation id="8525306231823319788">پوری اسکرین</translation>
#10392|   <translation id="8525461909394569609">اس ایپ میں ویب کے مواد کا فارم شامل ہے</translation>
#10393|-> <translation id="8526313996927074827">‏لنکس، ایموجیز اور مزید داخل کریں۔ ‫Google AI کے ساتھ لکھنے میں آپ بھی مدد حاصل کر سکتے ہیں۔</translation>
#10394|   <translation id="8526813720153458066">SSH</translation>
#10395|   <translation id="8527228059738193856">اسپیکرز</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1415]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10398: warning: bidirectional control characters: ['\u202b']
#10396|   <translation id="8527257351549797148">آپ کی تنظیم کو اندراج کی ضرورت ہو سکتی ہے تاکہ آپ ایپس، ایکسٹینشنز وغیرہ تک رسائی حاصل کر سکیں۔ اس سے آپ کی تنظیم کو سیکیورٹی اور آلے کی ترتیبات جیسی چیزوں کا نظم کرنے کی بھی اجازت ملتی ہے۔</translation>
#10397|   <translation id="8527869672961320915"><ph name="VM_NAME" /> ایپس</translation>
#10398|-> <translation id="8527919446448758559">‏<ph name="SITE" /> اس بات کی تصدیق کرنا چاہتا ہے کہ یہ آپ ہی ہیں۔ ‫Google پاس ورڈ مینیجر کے لیے ایک 6 ہندسی بازیابی PIN تخلیق کریں، 6 میں سے PIN ہندسہ <ph name="NUM_DIGIT" /></translation>
#10399|   <translation id="8528074251912154910">زبانیں شامل کریں</translation>
#10400|   <translation id="8528479410903501741">‏IBAN محفوظ کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1416]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10632: warning: bidirectional control characters: ['\u202b']
#10630|   <translation id="8695825812785969222">&amp;مقام کھولیں…</translation>
#10631|   <translation id="8698269656364382265">سابقہ اسکرین پر واپس جانے کے لیے، بائیں طرف سے سوائپ کریں۔</translation>
#10632|-> <translation id="8698432579173128320">‏‫Google Drive پر بیک اپ لیں۔ آسانی سے کسی بھی وقت اپنا ڈیٹا بحال کریں یا آلہ سوئچ کریں۔ آپ کے بیک اپ میں ایپ کا ڈیٹا شامل ہوتا ہے۔ آپ کے بیک اپس کو Google پر اپ لوڈ کیا جاتا ہے اور آپ کے Google اکاؤنٹ کا پاس ورڈ استعمال کر کے انہیں اینکرپٹ کیا جاتا ہے۔ <ph name="BEGIN_LINK1" />بیک اپ [...]
#10633|   <translation id="869884720829132584">ایپلیکیشنز مینیو</translation>
#10634|   <translation id="869891660844655955">میعاد ختم ہونے کی تاریخ</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10632: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1417]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10781: warning: bidirectional control characters: ['\u202b']
#10779|   <translation id="8803953437405899238">ایک کلک سے ایک نیا ٹیب کھولیں</translation>
#10780|   <translation id="8803972455568900492">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
#10781|->     <ph name="BEGIN_PARAGRAPH2" />‫Google اس معلومات کا استعمال آپ کی شناخت کیے بغیر درج ذیل امور کے لیے کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے اور Google کی سروسز کو عام طور پر بہتر بنانے، انہیں فراہم کرنے اور ان کو برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Goog [...]
#10782|       <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اپنے آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اک�[...]
#10783|   <translation id="8804419452060773146">اس میں کھلتا ہے</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10781: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1418]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10782: warning: bidirectional control characters: ['\u202b']
#10780|   <translation id="8803972455568900492">‏<ph name="BEGIN_PARAGRAPH1" />جب مقام کی درستگی آن ہوتی ہے تو وائرلیس سگنلز سے متعلق معلومات، جیسے کہ Wi-Fi رسائی پوائنٹس، سیلولر نیٹ ورک ٹاورز، آلہ کے سینسر ڈیٹا کے ساتھ، جیسے کہ ایکسلیرومیٹر اور جائرو سکوپ کا استعمال آلہ کے مقام کا مزید درست اندازہ لگانے کے لیے کیا جاتا [...]
#10781|       <ph name="BEGIN_PARAGRAPH2" />‫Google اس معلومات کا استعمال آپ کی شناخت کیے بغیر درج ذیل امور کے لیے کرتا ہے: مقام کی درستگی اور مقام پر مبنی سروسز کو بہتر بنانے اور Google کی سروسز کو عام طور پر بہتر بنانے، انہیں فراہم کرنے اور ان کو برقرار رکھنے کے لیے۔ ہم صارفین کی ضروریات کو پورا کرنے کے لیے Goog [...]
#10782|->     <ph name="BEGIN_PARAGRAPH3" />آپ مقام کی درستگی کو کسی بھی وقت ترتیبات &gt; رازداری اور سیکیورٹی &gt; رازداری سے متعلق کنٹرولز &gt; مقام تک رسائی &gt; جدید ترین مقام کی ترتیبات کے تحت اپنے آلہ کے مقام کی ترتیبات میں آف کر سکتے ہیں۔ اگر مقام کی درستگی آف ہے تو مقام کی درستگی سے متعلق کوئی بھی ڈیٹا اک�[...]
#10783|   <translation id="8804419452060773146">اس میں کھلتا ہے</translation>
#10784|   <translation id="8804999695258552249">{NUM_TABS,plural, =1{ٹیب کو دوسری ونڈو میں منتقل کریں}other{ٹیبز کو دوسری ونڈو میں منتقل کریں}}</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10782: note: trimmed 3 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1419]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10978: warning: bidirectional control characters: ['\u202b']
#10976|   <translation id="8944099748578356325">مزید تیزی سے بیٹری کا استعمال کریں (فی الحال %<ph name="BATTERY_PERCENTAGE" />)</translation>
#10977|   <translation id="8944485226638699751">محدود</translation>
#10978|-> <translation id="8944633700466246631">‏‫Google پاس ورڈ مینیجر کے لیے ایک 6 ہندسی بازیابی PIN تخلیق کریں</translation>
#10979|   <translation id="8944725102565796255">‏اگر آپ اس اکاؤنٹ کو صرف ایک بار استعمال کرنا چاہتے ہیں تو آپ <ph name="GUEST_LINK_BEGIN" />آلے کو بطور مہمان استعمال<ph name="GUEST_LINK_END" /> کر سکتے ہیں۔ اگر آپ کسی اور کے لیے کوئی اکاؤنٹ شامل کرنا چاہتے ہیں تو اپنے <ph name="DEVICE_TYPE" /> میں <ph name="LINK_BEGIN" />ایک نیا شخص شامل کریں<ph name="LINK_END" / [...]
#10980|   
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:10978: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1420]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:11078: warning: bidirectional control characters: ['\u202b']
#11076|   <translation id="9008828754342192581">آپ نے پہلے <ph name="ORIGIN" /> پر تمام ایکسٹینشنز کو اجازت دینے کا انتخاب کیا</translation>
#11077|   <translation id="9009369504041480176">‏اپ لوڈ کیا جا رہا ہے (‎<ph name="PROGRESS_PERCENT" />%‎)…</translation>
#11078|-> <translation id="9009707268312089299">‏‫Windows سے درآمد شدہ</translation>
#11079|   <translation id="9009708085379296446">کیا آپ کا مطلب اس صفحے کو تبدیل کرنا تھا؟</translation>
#11080|   <translation id="9010845741772269259">ادائیگی کے طریقے شامل کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1421]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/generated_resources_ur.xtb:11275: warning: bidirectional control characters: ['\u202b']
#11273|   <translation id="9134066738478820307">تحفظ یافتہ مواد کو چلانے کیلئے سائٹس شناخت کنندگان کا استعمال کر سکتی ہیں</translation>
#11274|   <translation id="913411432238655354">اسٹارٹ اپ پر ایپس بحال کریں</translation>
#11275|-> <translation id="9135777878366959474">‏‫Google پاس ورڈ مینیجر کے لیے اپنا الفانیومیرک PIN درج کریں</translation>
#11276|   <translation id="9137013805542155359">اصل دکھائیں</translation>
#11277|   <translation id="9137157311132182254">ترجیحی سرچ انجن</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1422]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:19: warning: bidirectional control characters: ['\u202b']
#   17|   <translation id="1154147086299354128">‏&amp;باز کردن در Chrome</translation>
#   18|   <translation id="1184145431117212167">‏نصب انجام نشد چون از نسخه Windows شما پشتیبانی نمی‌شود.</translation>
#   19|-> <translation id="1194807384646768652">‏‫Chrome این بارگیری را مسدود کرد زیرا این نوع فایل معمولاً بارگیری نمی‌شود و ممکن است خطرناک باشد</translation>
#   20|   <translation id="1203500561924088507">بابت نصب از شما سپاس‌گزاریم. قبل‌از استفاده از <ph name="BUNDLE_NAME" />، باید مرورگر را بازراه‌اندازی کنید.</translation>
#   21|   <translation id="1229096353876452996">‏‫Google توصیه می‌کند Chrome را به‌عنوان پیش‌فرض تنظیم کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1423]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:21: warning: bidirectional control characters: ['\u202b']
#   19|   <translation id="1194807384646768652">‏‫Chrome این بارگیری را مسدود کرد زیرا این نوع فایل معمولاً بارگیری نمی‌شود و ممکن است خطرناک باشد</translation>
#   20|   <translation id="1203500561924088507">بابت نصب از شما سپاس‌گزاریم. قبل‌از استفاده از <ph name="BUNDLE_NAME" />، باید مرورگر را بازراه‌اندازی کنید.</translation>
#   21|-> <translation id="1229096353876452996">‏‫Google توصیه می‌کند Chrome را به‌عنوان پیش‌فرض تنظیم کنید</translation>
#   22|   <translation id="1265739287306757398">با نحوه انجام کار آشنا شوید</translation>
#   23|   <translation id="1278833599417554002">‏راه‌اندازی مجدد برای به‌روزرسانی Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1424]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:52: warning: bidirectional control characters: ['\u202b']
#   50|   <translation id="1674870198290878346">‏باز کردن پیوند در پنجره &amp;ناشناس Chrome</translation>
#   51|   <translation id="1682634494516646069">‏Google Chrome نمی‌تواند مسیر داده‌های خود را بخواند یا در آن بنویسد: <ph name="USER_DATA_DIRECTORY" /></translation>
#   52|-> <translation id="1689338313606606627">‏‫Chrome می‌تواند این برگه را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و سرعت بالا را حفظ کند.</translation>
#   53|   <translation id="1698376642261615901">‏‫Google Chrome یک مرورگر وب است که برنامه‌های کاربردی و صفحات وب را در یک چشم به هم زدن اجرا و باز می‌کند. استفاده از آن سریع و آسان است و همیشه در دسترس است. با برنامه‌های حفاظت دربرابر رمزگیری و بدافزار تعبیه‌شده در Google Chrome، وب را با امنیت بیشتر مرور کنید.</transl [...]
#   54|   <translation id="1713301662689114961">{0,plural, =1{‏Chrome یک ساعت دیگر راه‌اندازی مجدد می‌شود}one{‏Chrome # ساعت دیگر راه‌اندازی مجدد می‌شود}other{‏Chrome # ساعت دیگر راه‌اندازی مجدد می‌شود}}</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:52: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1425]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:53: warning: bidirectional control characters: ['\u202b']
#   51|   <translation id="1682634494516646069">‏Google Chrome نمی‌تواند مسیر داده‌های خود را بخواند یا در آن بنویسد: <ph name="USER_DATA_DIRECTORY" /></translation>
#   52|   <translation id="1689338313606606627">‏‫Chrome می‌تواند این برگه را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و سرعت بالا را حفظ کند.</translation>
#   53|-> <translation id="1698376642261615901">‏‫Google Chrome یک مرورگر وب است که برنامه‌های کاربردی و صفحات وب را در یک چشم به هم زدن اجرا و باز می‌کند. استفاده از آن سریع و آسان است و همیشه در دسترس است. با برنامه‌های حفاظت دربرابر رمزگیری و بدافزار تعبیه‌شده در Google Chrome، وب را با امنیت بیشتر مرور کنید.</transl [...]
#   54|   <translation id="1713301662689114961">{0,plural, =1{‏Chrome یک ساعت دیگر راه‌اندازی مجدد می‌شود}one{‏Chrome # ساعت دیگر راه‌اندازی مجدد می‌شود}other{‏Chrome # ساعت دیگر راه‌اندازی مجدد می‌شود}}</translation>
#   55|   <translation id="1722488837206509557">این کار به شما امکان می‌دهد از بین دستگاه‌های دردسترس انتخاب کنید و محتوا را در آن‌ها نمایش دهید.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:53: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1426]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:59: warning: bidirectional control characters: ['\u202b']
#   57|   <translation id="1786003790898721085">‏مطمئن شوید در <ph name="TARGET_DEVICE_NAME" /> به سیستم Chrome وارد شده باشید و سپس دوباره ارسال کنید.</translation>
#   58|   <translation id="1786044937610313874">‏میان‌برها در Chrome باز می‌شود</translation>
#   59|-> <translation id="178701303897325119">‏دیگر از این افزونه پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.</translation>
#   60|   <translation id="1812689907177901597">‏با خاموش کردن این گزینه، می‌توانید بدون ورود به سیستم Chrome به سیستم سایت‌های Google مانند Gmail وارد شوید</translation>
#   61|   <translation id="1860536484129686729">‏Chrome برای این سایت به مجوز دسترسی به دوربین نیاز دارد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1427]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:68: warning: bidirectional control characters: ['\u202b']
#   66|   <translation id="1919130412786645364">‏مجاز کردن ورود به سیستم Chrome</translation>
#   67|   <translation id="1953553007165777902">درحال بارگیری… <ph name="MINUTE" /> دقیقه باقی مانده است</translation>
#   68|-> <translation id="1982647487457769627">‏‫Chrome در همه پلاتفرم‌ها کار می‌کند تا صرف‌نظر از دستگاهی که استفاده می‌کند تجربه آشنایی به شما ارائه دهد</translation>
#   69|   <translation id="2001586581944147178">‏شرایط را سخت‌تر کنید تا افرادی که به ترافیک اینترنت شما دسترسی دارند نتوانند سایت‌هایی را که بازدید می‌کنید ببینند. ‫Chrome برای جستجوی نشانی IP سایت در ساناد (سیستم نامگذاری دامنه) از اتصال ایمنی استفاده می‌کند.</translation>
#   70|   <translation id="2008942457798486387">{NUM_EXTENSIONS,plural, =1{‏دیگر از این افزونه پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}one{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}other{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1428]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:69: warning: bidirectional control characters: ['\u202b']
#   67|   <translation id="1953553007165777902">درحال بارگیری… <ph name="MINUTE" /> دقیقه باقی مانده است</translation>
#   68|   <translation id="1982647487457769627">‏‫Chrome در همه پلاتفرم‌ها کار می‌کند تا صرف‌نظر از دستگاهی که استفاده می‌کند تجربه آشنایی به شما ارائه دهد</translation>
#   69|-> <translation id="2001586581944147178">‏شرایط را سخت‌تر کنید تا افرادی که به ترافیک اینترنت شما دسترسی دارند نتوانند سایت‌هایی را که بازدید می‌کنید ببینند. ‫Chrome برای جستجوی نشانی IP سایت در ساناد (سیستم نامگذاری دامنه) از اتصال ایمنی استفاده می‌کند.</translation>
#   70|   <translation id="2008942457798486387">{NUM_EXTENSIONS,plural, =1{‏دیگر از این افزونه پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}one{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}other{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}}</translation>
#   71|   <translation id="2018528049276128029">‏هرکدام از نمایه‌های Chrome دارای اطلاعات مختص خودش است (مثل نشانک‌ها، سابقه، گذرواژه‌ها، و غیره)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1429]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:70: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#   68|   <translation id="1982647487457769627">‏‫Chrome در همه پلاتفرم‌ها کار می‌کند تا صرف‌نظر از دستگاهی که استفاده می‌کند تجربه آشنایی به شما ارائه دهد</translation>
#   69|   <translation id="2001586581944147178">‏شرایط را سخت‌تر کنید تا افرادی که به ترافیک اینترنت شما دسترسی دارند نتوانند سایت‌هایی را که بازدید می‌کنید ببینند. ‫Chrome برای جستجوی نشانی IP سایت در ساناد (سیستم نامگذاری دامنه) از اتصال ایمنی استفاده می‌کند.</translation>
#   70|-> <translation id="2008942457798486387">{NUM_EXTENSIONS,plural, =1{‏دیگر از این افزونه پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}one{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}other{‏دیگر از این افزونه‌ها پشتیبانی نمی‌شود. ‫Chrome توصیه می‌کند آن را حذف کنید.}}</translation>
#   71|   <translation id="2018528049276128029">‏هرکدام از نمایه‌های Chrome دارای اطلاعات مختص خودش است (مثل نشانک‌ها، سابقه، گذرواژه‌ها، و غیره)</translation>
#   72|   <translation id="2018879682492276940">نصب تکمیل نشد. لطفاً دوباره امتحان کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1430]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:74: warning: bidirectional control characters: ['\u202b']
#   72|   <translation id="2018879682492276940">نصب تکمیل نشد. لطفاً دوباره امتحان کنید.</translation>
#   73|   <translation id="2022471217832964798">‏اکنون که درحال راه‌اندازی دسترسی به حساب هستیم، می‌توانید همچنان از Chrome استفاده کنید. ممکن است نتوانید تا زمان تمام کردن راه‌اندازی به برخی منابع دسترسی پیدا کنید.</translation>
#   74|-> <translation id="2034233344106846793">‏‫Chrome اتصال‌های ناامن را درصورت امکان به‌طور خودکار به HTTPS ارتقا می‌دهد</translation>
#   75|   <translation id="207902854391093810">‏وقتی نسخه آزمایشی روشن باشد، «سنجش آگهی» به سایت‌هایی که بازدید می‌کنید اجازه می‌دهد اطلاعاتی را از Chrome درخواست کنند که به آن‌ها کمک می‌کند عملکرد آگهی‌هایشان را بسنجند. «سنجش آگهی» ردیابی بین‌سایتی را با انتقال حداقل اطلاعات ممکن بین سایت‌ها محدود  [...]
#   76|   <translation id="2091012649849228750">‏برای دریافت به‌روزرسانی‌های آتی Google Chrome، باید Windows 10 یا بالاتر داشته باشید. این رایانه از Windows 8 استفاده می‌کند.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:74: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1431]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:91: warning: bidirectional control characters: ['\u202b']
#   89|   <translation id="2174917724755363426">نصب کامل نیست. مطمئنید می‌خواهید آن را لغو کنید؟</translation>
#   90|   <translation id="2190166659037789668">خطای بررسی به‌روزرسانی: <ph name="UPDATE_CHECK_ERROR" />.</translation>
#   91|-> <translation id="2199691482078155239">‏‫Chrome به شما کمک می‌کند بر آگهی‌هایی که می‌بینید تسلط بیشتری داشته باشید و همچنین میزان اطلاعاتی را که سایت‌ها هنگام نمایش آگهی‌های شخصی‌سازی‌شده به شما درباره‌تان جمع‌آوری می‌کنند محدود می‌کند</translation>
#   92|   <translation id="2216543877350048334">‏برای برداشتن «حساب Google» خود از Chrome، از سیستم خارج شوید</translation>
#   93|   <translation id="223889379102603431">‏اطلاعات مربوط به اینکه Chrome چگونه گواهینامه‌های ریشه‌اش را مدیریت می‌کند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1432]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:129: warning: bidirectional control characters: ['\u202b']
#  127|   <translation id="2652691236519827073">‏باز کردن پیوند در &amp;برگه جدید Chrome</translation>
#  128|   <translation id="2665296953892887393">‏با ارسال گزارش‌های خرابی و <ph name="UMA_LINK" /> به Google، به بهبود Google Chrome کمک کنید.</translation>
#  129|-> <translation id="2681444469812712297">‏‫<ph name="URL" /> در برگه جدیدی در Google Chrome باز می‌شود.</translation>
#  130|   <translation id="2738871930057338499">‏اتصال به اینترنت برقرار نشد. HTTP ۴۰۳ ممنوع است. لطفاً پیکربندی پروکسی‌تان را بررسی کنید.</translation>
#  131|   <translation id="2742320827292110288">‏اخطار: Google Chrome نمی تواند مانع از ثبت سابقه مرور شما توسط افزونه‌ها شود. برای غیرفعال کردن این افزونه در «حالت ناشناس»، این گزینه را لغو انتخاب کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1433]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:137: warning: bidirectional control characters: ['\u202b']
#  135|   <translation id="2797864378188255696">‏وقتی با <ph name="USER_EMAIL" /> به سیستم سرویس‌های Google مثل Gmail یا YouTube وارد می‌شوید، می‌توانید به‌طور خودکار با همان حساب به سیستم Chrome وارد شوید</translation>
#  136|   <translation id="2799223571221894425">راه‌اندازی مجدد</translation>
#  137|-> <translation id="2825024317344269723">‏سایت خطرناک. ‫Chrome اعلان‌ها را برداشت.</translation>
#  138|   <translation id="2846251086934905009">خطای نصب: نصب‌کننده کامل نشد. نصب لغو شد.</translation>
#  139|   <translation id="2847461019998147611">‏نمایش Google Chrome به این زبان</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1434]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:140: warning: bidirectional control characters: ['\u202b']
#  138|   <translation id="2846251086934905009">خطای نصب: نصب‌کننده کامل نشد. نصب لغو شد.</translation>
#  139|   <translation id="2847461019998147611">‏نمایش Google Chrome به این زبان</translation>
#  140|-> <translation id="2853415089995957805">‏‫Chrome صفحه‌هایی را که احتمالاً از آن‌ها بازدید خواهید کرد پیش‌بارگیری می‌کند تا وقتی از آن‌ها بازدید می‌کنید سریع‌تر بارگیری شوند</translation>
#  141|   <translation id="2857540653560290388">‏درحال راه‌اندازی Chrome…</translation>
#  142|   <translation id="2857972467023607093">‏درحال‌حاضر یک نمایه Chrome با این حساب وجود دارد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1435]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:167: warning: bidirectional control characters: ['\u202b']
#  165|   <translation id="3080151273017101988">‏ادامه اجرای برنامه‌ها در پس‌زمینه هنگامیکه Google Chrome بسته می‌شود</translation>
#  166|   <translation id="3100998948628680988">‏نام‌گذاری نمایه Chrome</translation>
#  167|-> <translation id="3112458742631356345">‏‫Chrome این بارگیری را مسدود کرد زیرا این فایل معمولاً بارگیری نمی‌شود و ممکن است خطرناک باشد</translation>
#  168|   <translation id="3114643501466072395">‏برای بررسی اینکه از دیگر گذرواژه‌هایتان دربرابر نقض داده یا دیگر مشکلات امنیتی محافظت می‌شود یا نه، <ph name="BEGIN_LINK" />به سیستم Chrome وارد شوید<ph name="END_LINK" />.</translation>
#  169|   <translation id="3119573284443908657">‏‫Chrome این بارگیری را مسدود کرد زیرا فایل بایگانی حاوی فایل‌های دیگری است که ممکن است بدافزار باشد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1436]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:169: warning: bidirectional control characters: ['\u202b']
#  167|   <translation id="3112458742631356345">‏‫Chrome این بارگیری را مسدود کرد زیرا این فایل معمولاً بارگیری نمی‌شود و ممکن است خطرناک باشد</translation>
#  168|   <translation id="3114643501466072395">‏برای بررسی اینکه از دیگر گذرواژه‌هایتان دربرابر نقض داده یا دیگر مشکلات امنیتی محافظت می‌شود یا نه، <ph name="BEGIN_LINK" />به سیستم Chrome وارد شوید<ph name="END_LINK" />.</translation>
#  169|-> <translation id="3119573284443908657">‏‫Chrome این بارگیری را مسدود کرد زیرا فایل بایگانی حاوی فایل‌های دیگری است که ممکن است بدافزار باشد</translation>
#  170|   <translation id="3140883423282498090">‏دفعه بعد که Google Chrome را مجدداً راه‌اندازی می‌کنید، این تغییرات اعمال می‌شوند.</translation>
#  171|   <translation id="3149510190863420837">‏برنامه‌های Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1437]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:173: warning: bidirectional control characters: ['\u202b']
#  171|   <translation id="3149510190863420837">‏برنامه‌های Chrome</translation>
#  172|   <translation id="3169523567916669830">‏درطول دوره‌های آزمایشی، می‌توانید موضوعات موردعلاقه را که سایت‌ها برای ارائه آگهی به شما استفاده می‌کنند ببینید یا حذف کنید. Chrome علایق شما را براساس سابقه مرور اخیرتان تخمین می‌زند.</translation>
#  173|-> <translation id="3196187562065225381">‏‫Chrome این بارگیری را مسدود کرد زیرا این فایل خطرناک است</translation>
#  174|   <translation id="3226612997184048185">‏اگر نشانک‌ها را در «حساب Google» هم ذخیره کنید، می‌توانید قیمت محصولات را در Chrome پیگیری کنید و از کاهش قیمت‌ها مطلع شوید</translation>
#  175|   <translation id="3234642784688107085">ویژگی‌های جدید مبتنی بر هوش مصنوعی را برای ایجاد زمینه، دریافت کمک در نوشتن، و منظم ماندن امتحان کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1438]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:194: warning: bidirectional control characters: ['\u202b']
#  192|   <translation id="3533694711092285624">‏گذرواژه ذخیره‌شده‌ای وجود ندارد. Chrome زمانی می‌تواند گذرواژه‌هایتان را بررسی کند که آن‌ها را ذخیره کرده باشید.</translation>
#  193|   <translation id="3541482654983822893">‏Chrome نمی‌تواند گذرواژه‌هایتان را بررسی کند. بعد از ۲۴ ساعت دوباره امتحان کنید.</translation>
#  194|-> <translation id="3556766595644676153">‏‫Chrome صفحه‌ها را پیش‌بارگیری می‌کند تا مرور و جستجو کردن سریع‌تر شود.</translation>
#  195|   <translation id="3564543103555793392">‏وقتی به سیستم Chrome وارد می‌شوید، می‌توانید نشانک‌ها، گذرواژه‌ها، و اطلاعات دیگر را ذخیره کنید و در تلفنتان از آن‌ها استفاده کنید</translation>
#  196|   <translation id="3576528680708590453">‏سرپرست سیستم برای باز شدن مرورگری دیگر جهت دسترسی به <ph name="TARGET_URL_HOSTNAME" />، Google Chrome را پیکربندی کرده است.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1439]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:202: warning: bidirectional control characters: ['\u202b']
#  200|   <translation id="3596080736082218006">{COUNT,plural, =0{‏سرپرست سیستم لازم می‌داند برای اعمال به‌روزرسانی، Chrome را راه‌اندازی مجدد کنید}=1{‏سرپرست سیستم لازم می‌داند برای اعمال به‌روزرسانی، Chrome را راه‌اندازی مجدد کنید. پنجره ناشناس بازگشایی نمی‌شود.}one{‏سرپرست سیستم لازم می‌داند برای اعمال به‌ر [...]
#  201|   <translation id="3597003331831379823">راه‌اندازی با امتیازهای عالی اجرا نشد. <ph name="METAINSTALLER_ERROR" /></translation>
#  202|-> <translation id="3609788354808247807">‏اخیراً بازدیدی نداشته‌اید. ‫Chrome ‏<ph name="PERMISSION_1" />،‏ <ph name="PERMISSION_2" />،‏ و <ph name="PERMISSION_3" /> را برداشت</translation>
#  203|   <translation id="3622797965165704966">‏اکنون استفاده از Chrome با حساب Google شما و در رایانه‌های مشترک آسان‌تر شده است.</translation>
#  204|   <translation id="3635073343384702370">‏‫Chrome زمانی می‌تواند گذرواژه‌هایتان را بررسی کند که آن‌ها را ذخیره کرده باشید</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:202: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1440]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:204: warning: bidirectional control characters: ['\u202b']
#  202|   <translation id="3609788354808247807">‏اخیراً بازدیدی نداشته‌اید. ‫Chrome ‏<ph name="PERMISSION_1" />،‏ <ph name="PERMISSION_2" />،‏ و <ph name="PERMISSION_3" /> را برداشت</translation>
#  203|   <translation id="3622797965165704966">‏اکنون استفاده از Chrome با حساب Google شما و در رایانه‌های مشترک آسان‌تر شده است.</translation>
#  204|-> <translation id="3635073343384702370">‏‫Chrome زمانی می‌تواند گذرواژه‌هایتان را بررسی کند که آن‌ها را ذخیره کرده باشید</translation>
#  205|   <translation id="3667616615096815454">نصب نشد، برنامه برای سرور ناشناس است.</translation>
#  206|   <translation id="3673813398384385993">‏Chrome متوجه شده است که این «<ph name="EXTENSION_NAME" />» حاوی بدافزار است</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1441]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:212: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  210|   <translation id="3716540481907974026">‏نسخه ChromeOS Flex</translation>
#  211|   <translation id="3718181793972440140">‏این کار یک مورد را از این دستگاه حذف می‌کند. برای بازیابی داده‌هایتان در فرصتی دیگر، با <ph name="USER_EMAIL" /> وارد سیستم Chrome شوید.</translation>
#  212|-> <translation id="3723744677043446310">{NUM_EXTENSIONS,plural, =1{‏‫Chrome توصیه می‌کند آن را بردارید. <ph name="BEGIN_LINK" />درباره افزونه‌های پشتیبانی‌شده بیشتر بدانید<ph name="END_LINK" />}one{‏‫Chrome توصیه می‌کند آن را بردارید. <ph name="BEGIN_LINK" />درباره افزونه‌های پشتیبانی‌شده بیشتر بدانید<ph name="END_LINK" />}other{‏‫Chrome توصیه می‌کند  [...]
#  213|   <translation id="3744202345691150878">‏دریافت راهنمایی برای ChromeOS</translation>
#  214|   <translation id="3780814664026482060">Chrome - <ph name="PAGE_TITLE" /></translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:212: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1442]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:219: warning: bidirectional control characters: ['\u202b']
#  217|   <translation id="3809772425479558446">‏Google Chrome به Windows 10 یا بالاتر نیاز دارد.</translation>
#  218|   <translation id="3835168907083856002">‏با این کار، نمایه Chrome جدیدی برای <ph name="USER_EMAIL_ADDRESS" /> ایجاد خواهد شد</translation>
#  219|-> <translation id="383928141529488001">‏‫Google Chrome برای کاوش دستگاه‌های بلوتوث
#  220|   باید به بلوتوث دسترسی داشته باشد. <ph name="IDS_SERIAL_DEVICE_CHOOSER_AUTHORIZE_BLUETOOTH_LINK" /></translation>
#  221|   <translation id="386202838227397562">‏لطفاً همه پنجره‌های Google Chrome را ببندید و دوباره امتحان کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1443]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:226: warning: bidirectional control characters: ['\u202b']
#  224|   <translation id="3889417619312448367">‏حذف نصب Google Chrome</translation>
#  225|   <translation id="3941890832296813527">خطای نصب: نام فایل نصب‌کننده نامعتبر است یا از آن پشتیبانی نمی‌شود.</translation>
#  226|-> <translation id="3973161977468201858">‏‫Google Chrome می‌خواهد داده‌های «مدیر گذرواژه» شما را حذف کند. برای مجاز کردن این کار، گذرواژه Windows خود را تایپ کنید.</translation>
#  227|   <translation id="398236277091248993">‏‫Chrome با ویژگی‌های تقویت‌کننده عملکرد سریع باقی می‌ماند</translation>
#  228|   <translation id="3999683152997576765">‏می‌توانید موضوعات موردعلاقه را که سایت‌ها برای ارائه آگهی به شما استفاده می‌کنند ببینید یا حذف کنید. Chrome علایق شما را براساس سابقه مرور اخیرتان تخمین می‌زند.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1444]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:227: warning: bidirectional control characters: ['\u202b']
#  225|   <translation id="3941890832296813527">خطای نصب: نام فایل نصب‌کننده نامعتبر است یا از آن پشتیبانی نمی‌شود.</translation>
#  226|   <translation id="3973161977468201858">‏‫Google Chrome می‌خواهد داده‌های «مدیر گذرواژه» شما را حذف کند. برای مجاز کردن این کار، گذرواژه Windows خود را تایپ کنید.</translation>
#  227|-> <translation id="398236277091248993">‏‫Chrome با ویژگی‌های تقویت‌کننده عملکرد سریع باقی می‌ماند</translation>
#  228|   <translation id="3999683152997576765">‏می‌توانید موضوعات موردعلاقه را که سایت‌ها برای ارائه آگهی به شما استفاده می‌کنند ببینید یا حذف کنید. Chrome علایق شما را براساس سابقه مرور اخیرتان تخمین می‌زند.</translation>
#  229|   <translation id="4035053306113201399">‏برای اعمال به‌روزرسانی، ChromeOS باید بازراه‌اندازی شود.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1445]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:231: warning: bidirectional control characters: ['\u202b']
#  229|   <translation id="4035053306113201399">‏برای اعمال به‌روزرسانی، ChromeOS باید بازراه‌اندازی شود.</translation>
#  230|   <translation id="4050175100176540509">بهبودهای امنیتی مهم و ویژگی‌های جدید در جدیدترین نسخه در دسترس است.</translation>
#  231|-> <translation id="4053720452172726777">‏‫سفارشی کردن و کنترل Google Chrome</translation>
#  232|   <translation id="408393047846373801">‏برای دریافت گذرواژه‌ها و موارد دیگر در همه دستگاه‌هایتان، به سیستم Chrome وارد شوید بعداز اینکه به سیستم وارد شدید، این گذرواژه در «حساب Google» شما ذخیره خواهد شد.</translation>
#  233|   <translation id="4084404300720192944">‏برای هم‌رسانی پنجره، «ضبط‌کن صفحه‌نمایش ویژه Chrome» را در «اولویت‌های سیستم» مجاز کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1446]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:236: warning: bidirectional control characters: ['\u202b']
#  234|   <translation id="4106587138345390261">‏Chrome درحال کاوش ویژگی‌های جدیدی است که به سایت‌های امکان می‌دهد تجربه مرور یکسانی را با مصرف اطلاعات شخصی کمتر ارائه دهند</translation>
#  235|   <translation id="4110895483821904099">‏راه‌اندازی نمایه Chrome جدید</translation>
#  236|-> <translation id="4111566860456076004">‏‫Chrome نمی‌تواند منبع این افزونه را تأیید کند و این افزونه ممکن است ناامن باشد. آن را از Chrome حذف کنید تا دیگر نتواند داده‌های شما را (ازجمله اطلاعات شخصی) در سایت‌هایی که بازدید می‌کنید ببیند و تغییر دهد.</translation>
#  237|   <translation id="4128488089242627000">‏Chrome سریع‌تر اجرا می‌شود و ویژگی‌هایی که از جاوا اسکریپت استفاده می‌کنند باید طبق طراحی کار کنند (توصیه می‌شود)</translation>
#  238|   <translation id="4147555960264124640">‏شما با حساب مدیریت‌شده وارد سیستم می‌شوید و به سرپرست آن اجازه کنترل بر نمایه Google Chrome خود را می‌دهید. داده‌های Chrome شما شامل برنامه‌ها، نشانک‌ها، سابقه، گذرواژه‌ها و سایر تنظیمات برای همیشه به <ph name="USER_NAME" /> مرتبط خواهد شد. می‌توانید این داده‌ها را از �[...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:236: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1447]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:243: warning: bidirectional control characters: ['\u202b']
#  241|   <translation id="4153934450158521343">‏Chrome به‌زودی بسته می‌شود و داده‌ها را حذف می‌کند</translation>
#  242|   <translation id="4173512894976930765">‏سایت‌ها احتمالاً عملکرد موردانتظار را خواهند داشت. وقتی همه پنجره‌های Chrome را ببندید از سیستم اکثر سایت‌ها خارج خواهید شد، اما اگر به سیستم Chrome وارد شده باشید از «حساب Google» خارج نخواهید شد.</translation>
#  243|-> <translation id="4175922240926474352">‏‫Chrome این بارگیری را مسدود کرد زیرا این سایت از اتصال ایمن استفاده نمی‌کند و ممکن است فایل دستکاری شده باشد</translation>
#  244|   <translation id="4191857738314598978">{0,plural, =1{‏Chrome را ظرف یک روز راه‌اندازی مجدد کنید}one{‏Chrome را ظرف # روز راه‌اندازی مجدد کنید}other{‏Chrome را ظرف # روز راه‌اندازی مجدد کنید}}</translation>
#  245|   <translation id="4205939740494406371">‏Chrome نمی‌تواند گذرواژه‌هایتان را بررسی کند. بعد از ۲۴ ساعت دوباره امتحان کنید یا <ph name="BEGIN_LINK" />گذرواژه‌ها را در «حساب Google» خود بررسی کنید<ph name="END_LINK" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1448]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:261: warning: bidirectional control characters: ['\u202b']
#  259|   <translation id="4343195214584226067">‏<ph name="EXTENSION_NAME" /> به Chrome اضافه شده است</translation>
#  260|   <translation id="4348548358339558429">‏برای دریافت شخصی‌سازی، Chrome را به «فعالیت‌ها در وب و برنامه» اضافه کنید</translation>
#  261|-> <translation id="436060642166082913">‏‫Chrome این بارگیری را مسدود کرد زیرا این فایل می‌تواند به حساب‌های شخصی و شبکه‌های اجتماعی شما آسیب برساند</translation>
#  262|   <translation id="4384570495110188418">‏چون به سیستم وارد نشده‌اید، Chrome نمی‌تواند گذرواژه‌هایتان را بررسی کند</translation>
#  263|   <translation id="4389991535395284064">‏هنگام مرور «درحالت ناشناس»، Chrome قبل‌از اینکه سایت را ازطریق اتصال ناامن بار کند به شما هشدار می‌دهد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1449]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:274: warning: bidirectional control characters: ['\u202b']
#  272|   <translation id="4567424176335768812">با حساب <ph name="USER_EMAIL_ADDRESS" /> وارد سیستم شده‌اید. اکنون در همه دستگاه‌هایی که با آنها به سیستم وارد شده‌اید می‌توانید به نشانک‌ها، سابقه و دیگر تنظیماتتان دسترسی داشته باشید.</translation>
#  273|   <translation id="4571503333518166079">‏رفتن به تنظیمات اعلان Chrome</translation>
#  274|-> <translation id="4575717501879784448">‏‫Chrome می‌تواند این برگه‌ها را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و منابع را آزاد کند.</translation>
#  275|   <translation id="459622048091363950">‏وقتی Chrome دسترسی داشته باشد، وب‌سایت‌ها می‌توانند مجوز دسترسی درخواست کنند.</translation>
#  276|   <translation id="4600710005438004015">‏Chrome به جدیدترین نسخه به‌روزرسانی نشد، بنابراین قابلیت‌های جدید و رفع اشکال‌های امنیتی را ندارید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1450]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:291: warning: bidirectional control characters: ['\u202b']
#  289|   <translation id="4828579605166583682">‏Google Chrome می‌خواهد گذرواژه‌های موجود را جایگزین کند. برای مجاز کردن این کار، گذرواژه Windows خود را تایپ کنید.</translation>
#  290|   <translation id="4842397268809523050">‏ChromeOS Flex نتوانست داده‌هایتان را همگام‌سازی کند زیرا همگام‌سازی برای دامنه شما دردسترس نیست.</translation>
#  291|-> <translation id="4851866215237571846">‏‫<ph name="EXISTING_USER" /> درحال‌حاضر به سیستم وارد شده است.  برای جدا نگه داشتن مرورتان، در نمایه خودتان با حساب <ph name="USER_EMAIL_ADDRESS" /> به سیستم Chrome وارد شوید.</translation>
#  292|   <translation id="4873692836499071887">‏برای دریافت به‌روزرسانی‌های بعدی Google Chrome، باید macOS نسخه ۱۱ یا بالاتر داشته باشید. این رایانه از macOS نسخه ۱۰.۱۵ استفاده می‌کند.</translation>
#  293|   <translation id="4873783916118289636">‏مرور کنترل‌های اصلی امنیت و حریم خصوصی در Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1451]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:304: warning: bidirectional control characters: ['\u202b']
#  302|   <translation id="4970880042055371251">‏نسخه ChromeOS</translation>
#  303|   <translation id="4990567037958725628">Google Chrome Canary</translation>
#  304|-> <translation id="4997044641749333913">‏‫Chrome می‌تواند این برگه‌ها را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و سرعت بالا را حفظ کند.</translation>
#  305|   <translation id="5003967926796347400">‏روی «مدیر گذرواژه Google» کلیک کنید</translation>
#  306|   <translation id="5120334927898581447">‏ورود به سیستم Chrome هنگام وارد شدن به سیستم دیگر سرویس‌های Google</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1452]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:310: warning: bidirectional control characters: ['\u202b']
#  308|   <translation id="5132929315877954718">‏برنامه‌های کاربردی، بازی‌ها، افزونه‌ها و طرح‌های زمینه فوق‌العاده را برای Google Chrome کاوش کنید.</translation>
#  309|   <translation id="5139423532931106058">‏سفارشی کردن نمایه Chrome</translation>
#  310|-> <translation id="5161361450770099246">‏‫Chrome می‌تواند این برگه را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و منابع را آزاد کند.</translation>
#  311|   <translation id="5163087008893166964">‏به Chrome خوش‌آمدید؛ پنجره مرورگر جدید راه‌اندازی شد</translation>
#  312|   <translation id="5166439563123238795">‏‫Chrome برای ردیابی کردن دست‌های شما به اجازه نیاز دارد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1453]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:312: warning: bidirectional control characters: ['\u202b']
#  310|   <translation id="5161361450770099246">‏‫Chrome می‌تواند این برگه را غیرفعال کند تا تجربه مرور شما را بهبود بخشد و منابع را آزاد کند.</translation>
#  311|   <translation id="5163087008893166964">‏به Chrome خوش‌آمدید؛ پنجره مرورگر جدید راه‌اندازی شد</translation>
#  312|-> <translation id="5166439563123238795">‏‫Chrome برای ردیابی کردن دست‌های شما به اجازه نیاز دارد</translation>
#  313|   <translation id="5170938038195470297">‏نمایهٔ شما نمی‌تواند استفاده شود زیرا مربوط به یک نسخه جدیدتر از Google Chrome است. بعضی از ویژگی‌ها ممکن است موجود نباشند. لطفاً یک مسیر دیگر برای نمایه تعیین کنید یا از نسخه جدیدتر Chrome استفاده کنید.</translation>
#  314|   <translation id="5201744974236816379">‏به‌روزرسانی Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1454]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:333: warning: bidirectional control characters: ['\u202b']
#  331|   <translation id="5566025111015594046">‏Google Chrome (ورودی mDNS)</translation>
#  332|   <translation id="5579324208890605088">خطای راه‌اندازی: لطفاً نصب‌کننده را با نقش کاربر معمولی اجرا کنید، نه با نقش سرپرست.</translation>
#  333|-> <translation id="5602351063754773347">‏‫Chrome توصیه می‌کند آن را بردارید. <ph name="BEGIN_LINK" />درباره افزونه‌های پشتیبانی‌شده بیشتر بدانید<ph name="END_LINK" /></translation>
#  334|   <translation id="5648328599815354043">‏‫Chrome کارهای بیشتری برای حفظ ایمنی شما در فضای آنلاین انجام می‌دهد</translation>
#  335|   <translation id="565744775970812598">‏<ph name="FILE_NAME" /> ممکن است خطرناک باشد، بنابراین Chrome آن را مسدود کرده است.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1455]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:334: warning: bidirectional control characters: ['\u202b']
#  332|   <translation id="5579324208890605088">خطای راه‌اندازی: لطفاً نصب‌کننده را با نقش کاربر معمولی اجرا کنید، نه با نقش سرپرست.</translation>
#  333|   <translation id="5602351063754773347">‏‫Chrome توصیه می‌کند آن را بردارید. <ph name="BEGIN_LINK" />درباره افزونه‌های پشتیبانی‌شده بیشتر بدانید<ph name="END_LINK" /></translation>
#  334|-> <translation id="5648328599815354043">‏‫Chrome کارهای بیشتری برای حفظ ایمنی شما در فضای آنلاین انجام می‌دهد</translation>
#  335|   <translation id="565744775970812598">‏<ph name="FILE_NAME" /> ممکن است خطرناک باشد، بنابراین Chrome آن را مسدود کرده است.</translation>
#  336|   <translation id="5678190148303298925">{COUNT,plural, =0{‏سرپرست سیستم از شما می‌خواهد برای اعمال این به‌روزرسانی، Chrome را راه‌اندازی مجدد کنید}=1{‏سرپرست سیستم از شما می‌خواهد برای اعمال این به‌روزرسانی، Chrome را راه‌اندازی مجدد کنید. پنجره ناشناس بازگشایی نمی‌شود.}one{‏سرپرست سیستم از شما می‌خواهد  [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:334: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1456]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:337: warning: bidirectional control characters: ['\u202b']
#  335|   <translation id="565744775970812598">‏<ph name="FILE_NAME" /> ممکن است خطرناک باشد، بنابراین Chrome آن را مسدود کرده است.</translation>
#  336|   <translation id="5678190148303298925">{COUNT,plural, =0{‏سرپرست سیستم از شما می‌خواهد برای اعمال این به‌روزرسانی، Chrome را راه‌اندازی مجدد کنید}=1{‏سرپرست سیستم از شما می‌خواهد برای اعمال این به‌روزرسانی، Chrome را راه‌اندازی مجدد کنید. پنجره ناشناس بازگشایی نمی‌شود.}one{‏سرپرست سیستم از شما می‌خواهد  [...]
#  337|-> <translation id="5686916850681061684">‏Google Chrome ‫را سفارشی و کنترل کنید. چیزی نیاز به رسیدگی دارد، برای اطلاعات بیشتر کلیک کنید.</translation>
#  338|   <translation id="5690427481109656848">Google LLC</translation>
#  339|   <translation id="569897634095159764">اتصال به اینترنت برقرار نشد. سرور پروکسی به اصالت‌سنجی نیاز دارد.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:337: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1457]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:350: warning: bidirectional control characters: ['\u202b']
#  348|   <translation id="58431560289969279">‏اکنون که به سیستم وارد شده‌اید، می‌توانید از گذرواژه‌ها و موارد دیگر «حساب Google» خود در Chrome استفاده کنید. هرزمان بخواهید می‌توانید این مورد را در تنظیمات تغییر دهید.</translation>
#  349|   <translation id="5858486459377137936">‏وقتی همه پنجره‌های Chrome را ببندید از سیستم اکثر سایت‌ها خارج خواهید شد، اما اگر به سیستم Chrome وارد شده باشید از «حساب Google» خارج نخواهید شد. برای اینکه سایت‌ها شما را به‌خاطر بسپارند، <ph name="SETTINGS_LINK" />.</translation>
#  350|-> <translation id="586971344380992563">‏‫Chrome درباره بارگیری‌ها و سایت‌های ناامن <ph name="BEGIN_LINK" />به شما هشدار می‌دهد<ph name="END_LINK" /></translation>
#  351|   <translation id="5895138241574237353">راه‌اندازی مجدد</translation>
#  352|   <translation id="5903106910045431592"><ph name="PAGE_TITLE" /> - ورود به سیستم شبکه</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1458]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:359: warning: bidirectional control characters: ['\u202b']
#  357|   <translation id="5941830788786076944">‏Google Chrome مرورگر پیش‌فرض شود</translation>
#  358|   <translation id="5947104538377036631">‏میان‌بر Chrome</translation>
#  359|-> <translation id="5953954252731207958">‏اخیراً بازدیدی نداشته‌اید. ‫Chrome ‏<ph name="PERMISSION" /> را برداشت</translation>
#  360|   <translation id="6003112304606738118">درحال بارگیری… <ph name="HOURS" /> ساعت باقی مانده است</translation>
#  361|   <translation id="6014316319780893079">‏با <ph name="BEGIN_LINK" />ابزارهای Chrome<ph name="END_LINK" />، می‌توانید به‌طور ایمن مرور کنید و کنترل را دردست بگیرید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1459]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:377: warning: bidirectional control characters: ['\u202b']
#  375|   <translation id="6180522807229584611">‏این برگه از منابع اضافی استفاده می‌کند. برای بهبود عملکرد، اجازه دهید Chrome آن را غیرفعال کند.</translation>
#  376|   <translation id="6182736845697986886">نصب به‌دلیل وجود خطای داخلی در سرور به‌روزرسانی انجام نشد.</translation>
#  377|-> <translation id="6200139057479872438">‏اخیراً بازدیدی نداشته‌اید. ‫Chrome ‏<ph name="PERMISSION_1" /> و <ph name="PERMISSION_2" /> را برداشت</translation>
#  378|   <translation id="621585339844629864">‏برای هم‌رسانی صفحه‌نمایش، «ضبط‌کن صفحه‌نمایش ویژه Chrome» را در «اولویت‌های سیستم» مجاز کنید.</translation>
#  379|   <translation id="6235018212288296708">‏قانون ورودی برای Google Chrome به منظور اجازه به ترافیک mDNS.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1460]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:384: warning: bidirectional control characters: ['\u202b', '\u202b']
#  382|   <translation id="6251759518630934363">‏با تجزیه‌وتحلیل داده‌های بیشتری از سایت‌ها در مقایسه با محافظت استاندارد، درباره سایت‌های خطرناک به شما هشدار می‌دهد، حتی سایت‌هایی که Google قبلاً از آن‌ها اطلاعی نداشته است. می‌توانید هشدارهای Chrome را رد کنید.</translation>
#  383|   <translation id="6277547788421725101">‏ولی‌تان «اجازه‌های مربوط به سایت‌ها، برنامه‌ها، و افزونه‌ها» را برای Chrome خاموش کرده است</translation>
#  384|-> <translation id="627882678981830918">‏‫Chrome را سفارشی‌سازی و کنترل کنید. ‫Chrome را به‌عنوان مرورگر پیش‌فرض تنظیم کنید.</translation>
#  385|   <translation id="6288788894729749483">‏برای انجام کارها، یا ایجاد و کاوش محتوا در فضای آنلاین، Chrome را به‌عنوان مرورگر پیش‌فرضتان تنظیم کنید</translation>
#  386|   <translation id="6291089322031436445">‏برنامه‌های Chrome نسخه Dev</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1461]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:388: warning: bidirectional control characters: ['\u202b']
#  386|   <translation id="6291089322031436445">‏برنامه‌های Chrome نسخه Dev</translation>
#  387|   <translation id="6291549208091401781">‏Google Chrome از قبل برای همه کاربران این رایانه نصب شده است.</translation>
#  388|-> <translation id="6319856120645568262">‏‫Chrome برای نقشه‌برداری از محیط اطراف و ردیابی دستان شما به اجازه نیاز دارد</translation>
#  389|   <translation id="6321592572353357376">‏افزونه «<ph name="EXTENSION_NAME" />» از شما می‌خواهد به سیستم Chrome وارد شوید</translation>
#  390|   <translation id="6326175484149238433">‏حذف از Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1462]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:420: warning: bidirectional control characters: ['\u202b']
#  418|   <translation id="6794858689789885890">‏داده‌های سایت همواره بعداز بستن Chrome از دستگاه حذف شود</translation>
#  419|   <translation id="683440813066116847">‏قانون ترافیک ورودی برای Google Chrome Canary به منظور اجازه به ترافیک mDNS .</translation>
#  420|-> <translation id="6834926483721196812">‏‫Chrome با ویژگی‌هایی مثل «بهینه‌سازی انرژی» و «بهینه‌سازی حافظه»، برای داشتن بهترین عملکرد ساخته شده است</translation>
#  421|   <translation id="684888714667046800">نمی‌توان به اینترنت متصل شد. اگر از دیوار آتش استفاده می‌کنید، لطفاً مطمئن شوید <ph name="PRODUCT_EXE_NAME" /> در فهرست مجازها باشد.</translation>
#  422|   <translation id="6851981911629679515">‏روشن کردن محافظت بیشتر در موتور WebAssembly و جاوا اسکریپت Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1463]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:447: warning: bidirectional control characters: ['\u202b']
#  445|   <translation id="7100085796996987445">‏برای هم‌رسانی صفحه‌نمایش، «ضبط‌کن صفحه‌نمایش ویژه Chrome» را در «اولویت‌های سیستم» مجاز کنید</translation>
#  446|   <translation id="7106741999175697885">‏مدیر وظایف - Google Chrome</translation>
#  447|-> <translation id="7113423803153683764">‏‫Chrome حافظه را از برگه‌های غیرفعال آزاد می‌کند. با این کار، منابع بیشتری در رایانه به برگه‌ها و سایر برنامه‌ها اختصاص داده می‌شود و سرعت Chrome حفظ می‌شود. هرزمان به برگه‌های غیرفعال برگردید، به‌طور خودکار دوباره فعال می‌شوند.</translation>
#  448|   <translation id="7140653346177713799">{COUNT,plural, =0{‏به‌روزرسانی جدیدی برای Chrome در دسترس است و به‌محض راه‌اندازی مجدد اعمال خواهد شد.}=1{‏به‌روزرسانی جدیدی برای Chrome در دسترس است و به‌محض راه‌اندازی مجدد اعمال خواهد شد. پنجره ناشناس بازگشایی نمی‌شود.}one{‏به‌روزرسانی جدیدی برای Chrome در دسترس است [...]
#  449|   <translation id="7155997830309522122">‏در این صورت، لطفاً گذرواژه ذخیره‌شده در Chrome را ویرایش کنید تا با گذرواژه جدیدتان مطابقت داشته باشد.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:447: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1464]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:454: warning: bidirectional control characters: ['\u202b']
#  452|   <translation id="7193885263065350793">‏اگر <ph name="TIMEOUT_DURATION" /> از Chrome استفاده نشود، سازمانتان آن را می‌بندد.</translation>
#  453|   <translation id="7242029209006116544">‏شما با حساب مدیریت‌شده وارد سیستم می‌شوید و به سرپرست آن اجازه کنترل بر نمایه Google Chrome خود را می‌دهید. داده‌های Chrome شما شامل برنامه‌ها، نشانک‌ها، سابقه، گذرواژه‌ها و سایر تنظیمات برای همیشه به <ph name="USER_NAME" /> مرتبط خواهد شد. می‌توانید این داده‌ها را از �[...]
#  454|-> <translation id="7285616922384953075">‏‫<ph name="MANAGER" /> ‏Chrome را مدیریت می‌کند</translation>
#  455|   <translation id="7295052994004373688">‏از این زبان برای نمایش واسط کاربر Google Chrome استفاده می‌شود</translation>
#  456|   <translation id="7296210096911315575">اطلاعات مهم درباره استفاده و ایمنی</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:454: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1465]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:471: warning: bidirectional control characters: ['\u202b']
#  469|   <translation id="7477130805345743099">‏Chrome قبل‌از اینکه هر سایتی را ازطریق اتصال ناامن بار کند به شما هشدار می‌دهد</translation>
#  470|   <translation id="7481213027396403996">‏دریافت قوی‌ترین امنیت Chrome</translation>
#  471|-> <translation id="749228101751499733">‏اکنون که به سیستم وارد شده‌اید، می‌توانید از گذرواژه‌ها و موارد دیگر «حساب Google» خود در Chrome استفاده کنید. ‫<ph name="SHORTCUT" /> می‌تواند تنظیمات سرویس‌های Google را تغییر دهد.</translation>
#  472|   <translation id="7535429826459677826">‏Google Chrome نسخه Dev</translation>
#  473|   <translation id="7572537927358445944">‏خاموش • Chrome نمی‌تواند منبع این افزونه را تأیید کند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1466]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:482: warning: bidirectional control characters: ['\u202b']
#  480|   <translation id="7649070708921625228">راهنما</translation>
#  481|   <translation id="7651907282515937834">‏نشان‌واره Chrome Enterprise</translation>
#  482|-> <translation id="76531479118467370">‏‫Chrome این بارگیری را مسدود کرد زیرا «مرور ایمن» خاموش است و نمی‌توان فایل را تأیید کرد</translation>
#  483|   <translation id="7655455401911432608">‏سابقه مرور شما، سابقه سایت‌هایی که بااستفاده از Chrome در این دستگاه از آن‌ها بازدید کرده‌اید.</translation>
#  484|   <translation id="7655472416356262023">‏برداشتن حساب از Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1467]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:485: warning: bidirectional control characters: ['\u202b']
#  483|   <translation id="7655455401911432608">‏سابقه مرور شما، سابقه سایت‌هایی که بااستفاده از Chrome در این دستگاه از آن‌ها بازدید کرده‌اید.</translation>
#  484|   <translation id="7655472416356262023">‏برداشتن حساب از Chrome</translation>
#  485|-> <translation id="7661924425853052955">‏اخیراً بازدیدی نداشته‌اید. ‫Chrome ‏<ph name="PERMISSION_1" />،‏ <ph name="PERMISSION_2" />،‏ و <ph name="COUNT" /> مورد دیگر را برداشت</translation>
#  486|   <translation id="7668816516367091728">کارهایی مثل ترجمه، محاسبه، و غیره را مستقیماً از نوار نشانی انجام دهید</translation>
#  487|   <translation id="7670287553302121848">‏حساب Chrome به اصالت‌سنجی مجدد نیاز دارد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1468]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:494: warning: bidirectional control characters: ['\u202b']
#  492|   <translation id="7777080907402804672">‏اگر تصویری توضیح مفیدی نداشته باشد، Chrome توضیحی برای شما ارائه خواهد کرد. برای ایجاد توضیحات، تصاویر به Google ارسال می‌شود. هروقت خواستید می‌توانید این گزینه را در تنظیمات خاموش کنید.</translation>
#  493|   <translation id="778331955594035129">‏Chrome برای این سایت به اجازه مکان نیاز دارد</translation>
#  494|-> <translation id="7785741298021097183">‏‫Chrome به‌گونه‌ای طراحی شده است تا در همه دستگاه‌هایتان (از تلفن تا رایانه) سریع و ایمن باشد.</translation>
#  495|   <translation id="7787950393032327779">‏ظاهراً نمایه توسط فرآیند Google Chrome دیگری (<ph name="PROCESS_ID" />) در رایانه‌ای دیگر (<ph name="HOST_NAME" />) در حال استفاده است. Chrome نمایه را قفل کرده است تا خراب نشود. اگر مطمئنید فرآیندهای دیگری از این نمایه استفاده نمی‌کنند، می‌توانید قفل نمایه را باز کنید و Chrome را مجدداً ر [...]
#  496|   <translation id="7801699035218095297">‏Google Chrome می‌خواهد گذرواژه‌ها را کپی کند. برای اینکه اجازه دهید این کار انجام شود، گذرواژه Windows خود را تایپ کنید.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:494: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1469]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:497: warning: bidirectional control characters: ['\u202b']
#  495|   <translation id="7787950393032327779">‏ظاهراً نمایه توسط فرآیند Google Chrome دیگری (<ph name="PROCESS_ID" />) در رایانه‌ای دیگر (<ph name="HOST_NAME" />) در حال استفاده است. Chrome نمایه را قفل کرده است تا خراب نشود. اگر مطمئنید فرآیندهای دیگری از این نمایه استفاده نمی‌کنند، می‌توانید قفل نمایه را باز کنید و Chrome را مجدداً ر [...]
#  496|   <translation id="7801699035218095297">‏Google Chrome می‌خواهد گذرواژه‌ها را کپی کند. برای اینکه اجازه دهید این کار انجام شود، گذرواژه Windows خود را تایپ کنید.</translation>
#  497|-> <translation id="7802622118583152311">‏‫Chrome جدیدترین فناوری را برای مرور بهتر دراختیارتان قرار می‌دهد</translation>
#  498|   <translation id="7808348361785373670">‏حذف از Chrome...</translation>
#  499|   <translation id="7825851276765848807">‏بدلیل خطای نامشخص، نصب ناموفق بود. لطفاً دوباره Google Chrome را بارگیری کنید.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:497: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1470]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:508: warning: bidirectional control characters: ['\u202b']
#  506|   <translation id="7896673875602241923">‏شخصی قبلاً به‌عنوان <ph name="ACCOUNT_EMAIL_LAST" /> به سیستم Chrome در این رایانه وارد شده است. برای اینکه اطلاعاتتان جدا حفظ شود، لطفاً کاربر Chrome جدیدی ایجاد کنید.</translation>
#  507|   <translation id="7917876797003313048">‏می‌توانید «حساب‌های Google» خودتان را که به سیستم آن‌ها وارد شده‌اید مدیریت کنید. از «حساب‌های Google» شما در مرورگر Chrome، «فروشگاه Play»، ‏Gmail، و محصولات دیگر استفاده می‌شود. اگر می‌خواهید حساب فرد دیگری را اضافه کنید (مثلاً یکی از اعضای خانواده)، به‌جای این [...]
#  508|-> <translation id="7936702483636872823">‏‫Chrome این بارگیری را مسدود کرد زیرا این فایل فریب‌دهنده است و ممکن است تغییرات غیرمنتظره‌ای در دستگاهتان ایجاد کند</translation>
#  509|   <translation id="7947083960301164556">مشاهده ویژگی‌های جدید</translation>
#  510|   <translation id="7951272445806340501">‏برای اعمال به‌روزرسانی، ChromeOS Flex باید بازراه‌اندازی شود.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:508: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1471]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:573: warning: bidirectional control characters: ['\u202b']
#  571|   <translation id="8781673607513845160">‏برای استفاده از دوربین، در <ph name="BEGIN_LINK" />تنظیمات سیستم<ph name="END_LINK" /> به Chrome دسترسی دهید</translation>
#  572|   <translation id="878572486461146056">خطای نصب: سرپرست شبکه شما «خط‌مشی گروهی» اعمال کرده است که از نصب جلوگیری می‌کند: <ph name="INSTALL_ERROR" /></translation>
#  573|-> <translation id="8796073561259064743">‏‫Chrome این بارگیری را مسدود کرد زیرا این فایل می‌تواند به حساب‌های شخصی و شبکه‌های اجتماعی شما ازجمله <ph name="USER_EMAIL" /> آسیب برساند</translation>
#  574|   <translation id="8797423385604279835">برگه‌هایتان را با کمک هوش مصنوعی سازمان‌دهی کنید</translation>
#  575|   <translation id="8801657293260363985">‏V8 موتور WebAssembly و جاوا اسکریپت Chrome است که از آن برای بهبود عملکرد سایت استفاده می‌شود</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1472]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:580: warning: bidirectional control characters: ['\u202b']
#  578|   <translation id="8825634023950448068">‏برای محافظت از حریم خصوصی شما، علایقی را که قدیمی‌تر از ۴ هفته باشند به‌طور خودکار حذف می‌کنیم. وقتی به مرور کردن ادامه می‌دهید، ممکن است علاقه‌ای مجدداً به فهرست اضافه شود. و اگر Chrome به‌اشتباه علاقه‌ای را اضافه کند یا شما نخواهید آگهی‌های مشخصی را بب [...]
#  579|   <translation id="8834965163890861871">‏Google Chrome می‌خواهد گذرواژه‌ها را ویرایش کند. برای اینکه اجازه دهید این کار انجام شود، گذرواژه Windows خود را تایپ کنید.</translation>
#  580|-> <translation id="8843389967774722327">‏‫Chrome به‌طور مرتب ویژگی‌های جدیدی برای کمک به شما در انجام کارها اضافه می‌کند</translation>
#  581|   <translation id="8851180723659088381">{NUM_EXTENSIONS,plural, =1{‏Chrome توصیه می‌کند آن را بردارید}one{‏Chrome توصیه می‌کند آن را بردارید}other{‏Chrome توصیه می‌کند آن‌ها را بردارید}}</translation>
#  582|   <translation id="8862326446509486874">شما حقوق لازم برای نصب در سطح سیستم را ندارید. دوباره به‌عنوان سرپرست نصب‌کننده را اجرا کنید.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:580: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1473]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:583: warning: bidirectional control characters: ['\u202b']
#  581|   <translation id="8851180723659088381">{NUM_EXTENSIONS,plural, =1{‏Chrome توصیه می‌کند آن را بردارید}one{‏Chrome توصیه می‌کند آن را بردارید}other{‏Chrome توصیه می‌کند آن‌ها را بردارید}}</translation>
#  582|   <translation id="8862326446509486874">شما حقوق لازم برای نصب در سطح سیستم را ندارید. دوباره به‌عنوان سرپرست نصب‌کننده را اجرا کنید.</translation>
#  583|-> <translation id="8877608230252444082">‏‫Chrome با محدود کردن فعالیت پس‌زمینه و جلوه‌های دیداری، مثل پیمایش روان و نرخ فریم ویدیو، در مصرف باتری صرفه‌جویی می‌کند.</translation>
#  584|   <translation id="8908277254462331033">مشاهده ویژگی‌های ایمنی</translation>
#  585|   <translation id="8914504000324227558">‏راه‌اندازی مجدد Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1474]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_fa.xtb:587: warning: bidirectional control characters: ['\u202b']
#  585|   <translation id="8914504000324227558">‏راه‌اندازی مجدد Chrome</translation>
#  586|   <translation id="8922193594870374009">‏برای ارسال شماره از <ph name="ORIGIN" /> به تلفن Android خود، در هر دو دستگاه به سیستم Chrome وارد شوید.</translation>
#  587|-> <translation id="8948460679427074738">‏این افزونه روش‌های اعمال حریم خصوصی، مثل نحوه جمع‌آوری و استفاده از داده‌ها را منتشر نکرده است. ‫Chrome توصیه می‌کند آن را حذف کنید.</translation>
#  588|   <translation id="8986207147630327271">با این کار، نمایه کاری را به این مرورگر اضافه می‌کنید و فقط کنترل نمایه کاری را دراختیار سرپرست قرار می‌دهید.</translation>
#  589|   <translation id="8989968390305463310">‏سابقه مرور شما بر آگهی‌هایی که می‌بینید و علایقتان که در زیر برآورد شده است تأثیر می‌گذارد. برای محافظت از حریم خصوصی شما، Chrome علایقتان را هر ماه به‌طور خودکار و چرخشی حذف می‌کند. ممکن است علایق بازآوری شود، مگر اینکه آن‌ها را بردارید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1475]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:21: warning: bidirectional control characters: ['\u202b']
#   19|   <translation id="1194807384646768652">‏Chrome חסם את ההורדה הזאת כי לרוב לא מתבצעת הורדה של קבצים מהסוג הזה ויכול להיות שהקובץ מסוכן</translation>
#   20|   <translation id="1203500561924088507">תודה שהתקנת. עליך להפעיל מחדש את הדפדפן לפני השימוש ב-<ph name="BUNDLE_NAME" />.</translation>
#   21|-> <translation id="1229096353876452996">‏‫Google ממליצה להגדיר את Chrome כברירת המחדל</translation>
#   22|   <translation id="1265739287306757398">איך עושים זאת?</translation>
#   23|   <translation id="1278833599417554002">‏הפעלה מחדש לצורך עדכון &amp;Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1476]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:52: warning: bidirectional control characters: ['\u202b']
#   50|   <translation id="1674870198290878346">‏פתיחת הקישור בחלון &amp;אנונימי של Chrome</translation>
#   51|   <translation id="1682634494516646069">‏Google Chrome אינו יכול לקרוא ולכתוב בספריית הנתונים שלו: <ph name="USER_DATA_DIRECTORY" /></translation>
#   52|-> <translation id="1689338313606606627">‏‫Chrome יכול להשבית את הכרטיסייה הזו כדי לשפר את חוויית הגלישה ולהמשיך לגלוש במהירות.</translation>
#   53|   <translation id="1698376642261615901">‏Google Chrome הוא דפדפן אינטרנט המפעיל דפי אינטרנט ואפליקציות במהירות הבזק. זהו דפדפן מהיר, יציב וקל לשימוש. הגלישה באינטרנט בטוחה יותר הודות להגנה מפני תוכנות זדוניות ופישינג, המובנית ב-Google Chrome.</translation>
#   54|   <translation id="1713301662689114961">{0,plural, =1{‏Chrome יופעל מחדש בעוד שעה}one{‏Chrome יופעל מחדש בעוד # שעות}two{‏Chrome יופעל מחדש בעוד # שעות}other{‏Chrome יופעל מחדש בעוד # שעות}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1477]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:68: warning: bidirectional control characters: ['\u202b']
#   66|   <translation id="1919130412786645364">‏התרת כניסה אל Chrome</translation>
#   67|   <translation id="1953553007165777902">מתבצעת הורדה… יש עוד <ph name="MINUTE" /> דק'</translation>
#   68|-> <translation id="1982647487457769627">‏‫Chrome פועל בפלטפורמות שונות כדי לספק לך חוויה מוכרת בכל המכשירים</translation>
#   69|   <translation id="2001586581944147178">‏לאנשים שיש להם גישה לתעבורת הנתונים שלך יהיה קשה יותר לראות את האתרים שביקרת בהם. ‫Chrome משתמש בחיבור מאובטח לחיפוש כתובות IP של אתרים ב-DNS.</translation>
#   70|   <translation id="2008942457798486387">{NUM_EXTENSIONS,plural, =1{‏התוסף הזה כבר לא נתמך. אנחנו ממליצים להסיר אותו מ-Chrome.}one{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Chrome.}two{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Chrome.}other{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Ch [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:68: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1478]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:69: warning: bidirectional control characters: ['\u202b']
#   67|   <translation id="1953553007165777902">מתבצעת הורדה… יש עוד <ph name="MINUTE" /> דק'</translation>
#   68|   <translation id="1982647487457769627">‏‫Chrome פועל בפלטפורמות שונות כדי לספק לך חוויה מוכרת בכל המכשירים</translation>
#   69|-> <translation id="2001586581944147178">‏לאנשים שיש להם גישה לתעבורת הנתונים שלך יהיה קשה יותר לראות את האתרים שביקרת בהם. ‫Chrome משתמש בחיבור מאובטח לחיפוש כתובות IP של אתרים ב-DNS.</translation>
#   70|   <translation id="2008942457798486387">{NUM_EXTENSIONS,plural, =1{‏התוסף הזה כבר לא נתמך. אנחנו ממליצים להסיר אותו מ-Chrome.}one{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Chrome.}two{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Chrome.}other{‏התוספים האלה כבר לא נתמכים. אנחנו ממליצים להסיר אותם מ-Ch [...]
#   71|   <translation id="2018528049276128029">‏בכל פרופיל מאוחסנים נתוני Chrome משלו כמו סימניות, היסטוריה, סיסמאות ועוד</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:69: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1479]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:74: warning: bidirectional control characters: ['\u202b']
#   72|   <translation id="2018879682492276940">ההתקנה נכשלה. יש לנסות שוב.</translation>
#   73|   <translation id="2022471217832964798">‏אנחנו מגדירים את הגישה לחשבון, אבל עדיין אפשר להשתמש ב-Chrome. לחלק מהמשאבים תהיה לך גישה רק אחרי שההגדרה תסתיים.</translation>
#   74|-> <translation id="2034233344106846793">‏‫Chrome משדרג חיבורים לא מאובטחים ל-HTTPS באופן אוטומטי כשאפשר</translation>
#   75|   <translation id="207902854391093810">‏כשגרסאות הניסיון פעילות, מדידת המודעות מאפשרת לאתרים שבהם ביקרת לבקש מ-Chrome מידע שיעזור לבעלי האתרים למדוד את הביצועים של המודעות שלהם. מדידת המודעות מגבילה את המעקב באתרים שונים על ידי העברת כמות קטנה ככל האפשר של מידע בין אתרים.</translation>
#   76|   <translation id="2091012649849228750">‏כדי לקבל עדכונים של Google Chrome בעתיד, צריך להשתמש ב-Windows מגרסה 10 ואילך. במחשב הזה פועלת מערכת Windows 8.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1480]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:137: warning: bidirectional control characters: ['\u202b']
#  135|   <translation id="2797864378188255696">‏כשנכנסים לשירותי Google כמו Gmail או YouTube עם <ph name="USER_EMAIL" />, אפשר להיכנס אוטומטית ל-Chrome עם אותו חשבון</translation>
#  136|   <translation id="2799223571221894425">הפעלה מחדש</translation>
#  137|-> <translation id="2825024317344269723">‏אתר מסוכן. ‫Chrome הסיר את ההתראות.</translation>
#  138|   <translation id="2846251086934905009">שגיאת התקנה: פעולת מנהל ההתקנה לא הושלמה. ההתקנה בוטלה.</translation>
#  139|   <translation id="2847461019998147611">‏הצגת Google Chrome בשפה הזו</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1481]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:169: warning: bidirectional control characters: ['\u202b']
#  167|   <translation id="3112458742631356345">‏Chrome חסם את ההורדה הזאת כי לרוב לא מתבצעת הורדה של קבצים כאלה ויכול להיות שהקובץ מסוכן</translation>
#  168|   <translation id="3114643501466072395">‏כדי לבדוק אם הסיסמאות האחרות מוגנות מפני פרצות באבטחת מידע ובעיות אבטחה אחרות, <ph name="BEGIN_LINK" />יש להיכנס ל-Chrome<ph name="END_LINK" />.</translation>
#  169|-> <translation id="3119573284443908657">‏‫Chrome חסם את ההורדה הזו כי קובץ הארכיון כולל קבצים אחרים שעלולים להסתיר תוכנות זדוניות</translation>
#  170|   <translation id="3140883423282498090">‏השינויים ייכנסו לתוקף בפעם הבאה ש-Google Chrome יופעל מחדש.</translation>
#  171|   <translation id="3149510190863420837">‏אפליקציות Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1482]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:194: warning: bidirectional control characters: ['\u202b']
#  192|   <translation id="3533694711092285624">‏אין סיסמאות שמורות. Chrome יכול לבדוק את הסיסמאות שלך רק אם שמרת אותן.</translation>
#  193|   <translation id="3541482654983822893">‏Chrome לא יכול לבדוק את הסיסמאות שלך. יש לנסות שוב בעוד 24 שעות.</translation>
#  194|-> <translation id="3556766595644676153">‏‫Chrome טוען מראש דפים וכך ניתן לגלוש ולחפש מהר יותר.</translation>
#  195|   <translation id="3564543103555793392">‏אחרי שנכנסים לחשבון ב-Chrome, אפשר לשמור סימניות, סיסמאות ונתונים נוספים, ואז להשתמש בהם בטלפון</translation>
#  196|   <translation id="3576528680708590453">‏לפי הגדרת מנהל המערכת, Google Chrome יפתח דפדפן חלופי כדי לגשת אל <ph name="TARGET_URL_HOSTNAME" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1483]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:226: warning: bidirectional control characters: ['\u202b']
#  224|   <translation id="3889417619312448367">‏הסרת Google Chrome</translation>
#  225|   <translation id="3941890832296813527">שגיאת התקנה: שם הקובץ של מנהל ההתקנה לא תקין או לא נתמך.</translation>
#  226|-> <translation id="3973161977468201858">‏‫Google Chrome רוצה למחוק את הנתונים שלך במנהל הסיסמאות של Google. כדי לאפשר זאת, צריך להזין את הסיסמה שלך ל-Windows.</translation>
#  227|   <translation id="398236277091248993">‏‫Chrome ממשיך לפעול במהירות עם תכונות שמשפרות את הביצועים</translation>
#  228|   <translation id="3999683152997576765">‏יש לך אפשרות לראות ולהסיר את תחומי העניין שלפיהם האתרים מציגים לך את המודעות. ההערכה של תחומי העניין ב-Chrome מתבססת על היסטוריית הגלישה שלך מהזמן האחרון.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1484]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:227: warning: bidirectional control characters: ['\u202b']
#  225|   <translation id="3941890832296813527">שגיאת התקנה: שם הקובץ של מנהל ההתקנה לא תקין או לא נתמך.</translation>
#  226|   <translation id="3973161977468201858">‏‫Google Chrome רוצה למחוק את הנתונים שלך במנהל הסיסמאות של Google. כדי לאפשר זאת, צריך להזין את הסיסמה שלך ל-Windows.</translation>
#  227|-> <translation id="398236277091248993">‏‫Chrome ממשיך לפעול במהירות עם תכונות שמשפרות את הביצועים</translation>
#  228|   <translation id="3999683152997576765">‏יש לך אפשרות לראות ולהסיר את תחומי העניין שלפיהם האתרים מציגים לך את המודעות. ההערכה של תחומי העניין ב-Chrome מתבססת על היסטוריית הגלישה שלך מהזמן האחרון.</translation>
#  229|   <translation id="4035053306113201399">‏יש להפעיל מחדש את ChromeOS כדי להחיל את העדכון.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1485]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:236: warning: bidirectional control characters: ['\u202b']
#  234|   <translation id="4106587138345390261">‏אנחנו בודקים תכונות חדשות ב-Chrome שמאפשרות לאתרים לספק את אותה חוויית הגלישה תוך שימוש בפחות פרטים אישיים</translation>
#  235|   <translation id="4110895483821904099">‏הגדרת הפרופיל החדש שלך ב-Chrome</translation>
#  236|-> <translation id="4111566860456076004">‏‫Chrome לא יכול לאמת את מקור התוסף הזה, ויכול להיות שהוא לא בטוח. צריך להסיר אותו מ-Chrome כדי לא לאפשר לו יותר לראות ולשנות את הנתונים שלך באתרים שאליהם תתבצע כניסה, כולל הפרטים האישיים שלך.</translation>
#  237|   <translation id="4128488089242627000">‏דפדפן Chrome פועל מהר יותר ותכונות שמשתמשות ב-JavaScript אמורות לפעול כמו שצריך (מומלץ)</translation>
#  238|   <translation id="4147555960264124640">‏בחרת להיכנס לחשבון מנוהל, ומנהל המערכת שלו יקבל שליטה על הפרופיל שלך ב-Chrome. הנתונים שלך ב-Chrome, כגון אפליקציות, סימניות, היסטוריה, סיסמאות והגדרות אחרות ייקשרו באופן קבוע ל-<ph name="USER_NAME" />. ניתן למחוק את הנתונים האלה באמצעות מרכז השליטה של חשבונות Google, אבל לא נ [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:236: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1486]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:261: warning: bidirectional control characters: ['\u202b']
#  259|   <translation id="4343195214584226067">‏<ph name="EXTENSION_NAME" /> נוסף ל-‏Chrome</translation>
#  260|   <translation id="4348548358339558429">‏כדי להשתמש בהתאמה אישית, צריך לכלול את Chrome ב'פעילות באינטרנט ובאפליקציות'</translation>
#  261|-> <translation id="436060642166082913">‏‫Chrome חסם את ההורדה הזו כי הקובץ יכול לפגוע בחשבונות האישיים ובחשבונות שלך ברשתות החברתיות</translation>
#  262|   <translation id="4384570495110188418">‏Chrome לא יכול לבדוק את הסיסמאות שלך כי לא נכנסת לחשבון</translation>
#  263|   <translation id="4389991535395284064">‏בגלישה במצב פרטי, Chrome יציג אזהרה לפני טעינת אתר באמצעות חיבור לא מאובטח</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1487]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:274: warning: bidirectional control characters: ['\u202b']
#  272|   <translation id="4567424176335768812">נכנסת למערכת בתור <ph name="USER_EMAIL_ADDRESS" />. כעת יש לך אפשרות לגשת אל הסימניות, ההיסטוריה והגדרות אחרות שלך בכל המכשירים שבהם התחברת לחשבון.</translation>
#  273|   <translation id="4571503333518166079">‏מעבר אל הגדרות של הודעות ב-Chrome</translation>
#  274|-> <translation id="4575717501879784448">‏‫Chrome יכול להשבית את הכרטיסיות האלה כדי לשפר את חוויית הגלישה ולפנות משאבים.</translation>
#  275|   <translation id="459622048091363950">‏אחרי מתן גישה ל-Chrome, אתרים יוכלו לבקש ממך גישה.</translation>
#  276|   <translation id="4600710005438004015">‏עדכון Chrome לגרסה האחרונה לא הצליח, ולכן אין לך גישה אל תכונות חדשות ותיקוני אבטחה.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1488]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:304: warning: bidirectional control characters: ['\u202b']
#  302|   <translation id="4970880042055371251">‏גרסת ChromeOS</translation>
#  303|   <translation id="4990567037958725628">Google Chrome Canary</translation>
#  304|-> <translation id="4997044641749333913">‏‫Chrome יכול להשבית את הכרטיסיות האלה כדי לשפר את חוויית הגלישה ולשמור על מהירות.</translation>
#  305|   <translation id="5003967926796347400">‏לוחצים על 'מנהל הסיסמאות של Google'</translation>
#  306|   <translation id="5120334927898581447">‏כניסה אל Chrome כשנכנסים לשירותי Google אחרים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1489]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:310: warning: bidirectional control characters: ['\u202b']
#  308|   <translation id="5132929315877954718">‏מקום לגלות אפליקציות, משחקים, תוספים ועיצובים מעולים ל-Google Chrome.</translation>
#  309|   <translation id="5139423532931106058">‏התאמה אישית של פרופיל Chrome</translation>
#  310|-> <translation id="5161361450770099246">‏‫Chrome יכול להשבית את הכרטיסייה הזו כדי לשפר את חוויית הגלישה ולפנות משאבים.</translation>
#  311|   <translation id="5163087008893166964">‏ברוך בואך אל Chrome. נפתח חלון חדש בדפדפן</translation>
#  312|   <translation id="5166439563123238795">‏צריך לתת ל-Chrome הרשאה כדי לעקוב אחרי תנועות הידיים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1490]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:334: warning: bidirectional control characters: ['\u202b']
#  332|   <translation id="5579324208890605088">שגיאת הפעלה: יש להפעיל את מנהל ההתקנה כמשתמש רגיל ולא כאדמין.</translation>
#  333|   <translation id="5602351063754773347">‏ההמלצה של Chrome היא להסיר אותו. <ph name="BEGIN_LINK" />מידע נוסף על תוספים נתמכים<ph name="END_LINK" /></translation>
#  334|-> <translation id="5648328599815354043">‏‫Chrome עושה יותר כדי לשמור על הבטיחות שלך אונליין</translation>
#  335|   <translation id="565744775970812598">‏<ph name="FILE_NAME" /> עלול להיות מסוכן, ולכן Chrome חסם אותו.</translation>
#  336|   <translation id="5678190148303298925">{COUNT,plural, =0{‏מנהל המערכת מבקש להפעיל מחדש את Chrome כדי להחיל את העדכון הזה}=1{‏מנהל המערכת מבקש להפעיל מחדש את Chrome כדי להחיל את העדכון הזה. החלון האנונימי לא ייפתח מחדש.}one{‏מנהל המערכת מבקש להפעיל מחדש את Chrome כדי להחיל את העדכון הזה. # החלונות האנונימיים לא ייפת [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:334: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1491]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:359: warning: bidirectional control characters: ['\u202b']
#  357|   <translation id="5941830788786076944">‏Google Chrome יהיה דפדפן ברירת המחדל</translation>
#  358|   <translation id="5947104538377036631">‏קיצור דרך ב-Chrome</translation>
#  359|-> <translation id="5953954252731207958">‏לא נכנסת לאתר הזה בזמן האחרון. ‫Chrome הסיר את ההרשאה <ph name="PERMISSION" /></translation>
#  360|   <translation id="6003112304606738118">מתבצעת הורדה… יש עוד <ph name="HOURS" /> שע'</translation>
#  361|   <translation id="6014316319780893079">‏בעזרת <ph name="BEGIN_LINK" />הכלים של Chrome<ph name="END_LINK" /> אפשר לגלוש בבטחה ובשליטה</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1492]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:420: warning: bidirectional control characters: ['\u202b']
#  418|   <translation id="6794858689789885890">‏מחיקת נתונים מאתרים מהמכשיר בכל פעם שסוגרים את Chrome</translation>
#  419|   <translation id="683440813066116847">‏כלל נכנס עבור הגרסה הניסיונית של Google Chrome על מנת לאפשר תנועת mDNS.</translation>
#  420|-> <translation id="6834926483721196812">‏‫Chrome נועד לספק ביצועים ברמה גבוהה, עם תכונות כמו 'חיסכון באנרגיה' ו'מצב חיסכון בזיכרון'</translation>
#  421|   <translation id="684888714667046800">לא ניתן להתחבר לאינטרנט. אם משתמשים בחומת אש, צריך לוודא ש-<ph name="PRODUCT_EXE_NAME" /> ברשימת ההיתרים.</translation>
#  422|   <translation id="6851981911629679515">‏הפעלת הגנה נוספת במנוע WebAssembly ו-JavaScript של Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1493]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:447: warning: bidirectional control characters: ['\u202b']
#  445|   <translation id="7100085796996987445">‏כדי לשתף את המסך, צריך לאפשר הקלטת מסך ב-Chrome בקטע 'העדפות המערכת'</translation>
#  446|   <translation id="7106741999175697885">‏מנהל המשימות - Google Chrome</translation>
#  447|-> <translation id="7113423803153683764">‏‫Chrome מפנה מקום בזיכרון שמוקצה לכרטיסיות לא פעילות. כך, לכרטיסיות הפעילות ולאפליקציות אחרות יש יותר משאבים מהמחשב ו-Chrome פועל מהר. כשחוזרים לכרטיסיות הלא פעילות, הן מופעלות מחדש באופן אוטומטי.</translation>
#  448|   <translation id="7140653346177713799">{COUNT,plural, =0{‏יש עדכון חדש בשביל Chrome והמערכת תחיל אותו ברגע שתבוצע הפעלה מחדש.}=1{‏יש עדכון חדש בשביל Chrome והמערכת תחיל אותו ברגע שתבוצע הפעלה מחדש. החלון האנונימי לא ייפתח מחדש.}one{‏יש עדכון חדש בשביל Chrome והמערכת תחיל אותו ברגע שתבוצע הפעלה מחדש. # החלונות האנו�[...]
#  449|   <translation id="7155997830309522122">‏אם שינית את הסיסמה הזו, יש לערוך את הסיסמה השמורה ב-Chrome כך שהיא תתאים לסיסמה החדשה שלך.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:447: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1494]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:494: warning: bidirectional control characters: ['\u202b']
#  492|   <translation id="7777080907402804672">‏אם אין לתמונה תיאור מועיל, Chrome ינסה לספק לך תיאור. כדי ליצור תיאורים, התמונות נשלחות אל Google. אפשר להשבית את האפשרות הזו בכל זמן דרך ההגדרות.</translation>
#  493|   <translation id="778331955594035129">‏נדרשת הרשאת מיקום ב-Chrome עבור האתר הזה</translation>
#  494|-> <translation id="7785741298021097183">‏‫Chrome מתוכנן לפעול במהירות ובאופן מאובטח בכל המכשירים – מהטלפון ועד המחשב.</translation>
#  495|   <translation id="7787950393032327779">‏נראה שהפרופיל נמצא בשימוש על ידי תהליך אחר של Google Chrome‏ (<ph name="PROCESS_ID" />) במחשב אחר (<ph name="HOST_NAME" />)‏. Chrome נעל את הפרופיל כדי שלא ייפגם. אם ברור לך שאף תהליך אחר אינו משתמש בפרופיל זה, באפשרותך לבטל את נעילת הפרופיל ולהפעיל את Chrome מחדש.</translation>
#  496|   <translation id="7801699035218095297">‏Google Chrome מנסה להעתיק את הסיסמאות. כדי לאפשר את הפעולה הזו, יש להקליד את הסיסמה שלך ל-Windows.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1495]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:497: warning: bidirectional control characters: ['\u202b']
#  495|   <translation id="7787950393032327779">‏נראה שהפרופיל נמצא בשימוש על ידי תהליך אחר של Google Chrome‏ (<ph name="PROCESS_ID" />) במחשב אחר (<ph name="HOST_NAME" />)‏. Chrome נעל את הפרופיל כדי שלא ייפגם. אם ברור לך שאף תהליך אחר אינו משתמש בפרופיל זה, באפשרותך לבטל את נעילת הפרופיל ולהפעיל את Chrome מחדש.</translation>
#  496|   <translation id="7801699035218095297">‏Google Chrome מנסה להעתיק את הסיסמאות. כדי לאפשר את הפעולה הזו, יש להקליד את הסיסמה שלך ל-Windows.</translation>
#  497|-> <translation id="7802622118583152311">‏‫Chrome מספק לך את הטכנולוגיה הכי חדשנית לגלישה טובה יותר</translation>
#  498|   <translation id="7808348361785373670">‏הסרה מ-Chrome...</translation>
#  499|   <translation id="7825851276765848807">‏ההתקנה נכשלה בשל שגיאה לא מזוהה. צריך להוריד שוב את Google Chrome.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1496]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:525: warning: bidirectional control characters: ['\u202b']
#  523|   <translation id="8077579734294125741">‏פרופילים אחרים ב-Chrome</translation>
#  524|   <translation id="8086881907087796310">ההתקנה נכשלה כי המחשב לא עומד בדרישות החומרה המינימליות.</translation>
#  525|-> <translation id="8111297389482307122">‏‫Chrome צריך לאמת את הזהות שלך לפני שאפשר יהיה לשמור חלק מהנתונים בחשבון Google ולהשתמש בהם בכל המכשירים שלך. אם תתבצע יציאה מהחשבון, הנתונים האלה יישארו במכשיר הזה.</translation>
#  526|   <translation id="8129812357326543296">‏מידע על Google Chrome&amp;</translation>
#  527|   <translation id="813913629614996137">מתבצע אתחול...</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1497]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:573: warning: bidirectional control characters: ['\u202b']
#  571|   <translation id="8781673607513845160">‏כדי להשתמש במצלמה, צריך להיכנס אל <ph name="BEGIN_LINK" />הגדרות המערכת<ph name="END_LINK" /> ולתת ל-Chrome גישה</translation>
#  572|   <translation id="878572486461146056">שגיאת התקנה: מנהל הרשת החיל מדיניות קבוצתית שמונעת את ההתקנה: <ph name="INSTALL_ERROR" /></translation>
#  573|-> <translation id="8796073561259064743">‏‫Chrome חסם את ההורדה הזו כי הקובץ יכול לפגוע בחשבונות האישיים ובחשבונות שלך ברשתות החברתיות, כולל <ph name="USER_EMAIL" /></translation>
#  574|   <translation id="8797423385604279835">‏ארגון הכרטיסיות בעזרת AI</translation>
#  575|   <translation id="8801657293260363985">‏‫V8 הוא מנוע WebAssembly ו-JavaScript של Chrome שמשמש לשיפור ביצועי האתרים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1498]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:575: warning: bidirectional control characters: ['\u202b']
#  573|   <translation id="8796073561259064743">‏‫Chrome חסם את ההורדה הזו כי הקובץ יכול לפגוע בחשבונות האישיים ובחשבונות שלך ברשתות החברתיות, כולל <ph name="USER_EMAIL" /></translation>
#  574|   <translation id="8797423385604279835">‏ארגון הכרטיסיות בעזרת AI</translation>
#  575|-> <translation id="8801657293260363985">‏‫V8 הוא מנוע WebAssembly ו-JavaScript של Chrome שמשמש לשיפור ביצועי האתרים</translation>
#  576|   <translation id="8821043148920470810">‏כדי לקבל עדכונים של Google Chrome בעתיד, צריך להשתמש ב-Windows מגרסה 10 ואילך. במחשב הזה פועלת מערכת Windows 7.</translation>
#  577|   <translation id="8823341990149967727">‏Chrome אינו מעודכן</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1499]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_iw.xtb:583: warning: bidirectional control characters: ['\u202b']
#  581|   <translation id="8851180723659088381">{NUM_EXTENSIONS,plural, =1{‏ההמלצה של Chrome היא להסיר אותו}one{‏ההמלצה של Chrome היא להסיר אותם}two{‏ההמלצה של Chrome היא להסיר אותם}other{‏ההמלצה של Chrome היא להסיר אותם}}</translation>
#  582|   <translation id="8862326446509486874">אין לך זכויות שמתאימות להתקנה ברמת המערכת. יש לנסות להפעיל שוב את המתקין כמנהל מערכת.</translation>
#  583|-> <translation id="8877608230252444082">‏‫Chrome חוסך בחיי הסוללה על ידי הגבלת הפעילות ברקע והאפקטים החזותיים, כמו גלילה חלקה וקצב פריימים של סרטונים.</translation>
#  584|   <translation id="8908277254462331033">צפייה בתכונות הבטיחות</translation>
#  585|   <translation id="8914504000324227558">‏הפעלה מחדש של Chrome</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1500]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:8: warning: bidirectional control characters: ['\u202b']
#    6|   <translation id="102763973188675173">‏Google Chrome کو حسب ضروت بنائیں اور اسے کنٹرول کریں۔ اپ ڈیٹ دستیاب ہے۔</translation>
#    7|   <translation id="1028061813283459617">‏براؤزنگ ڈیٹا کو اپنے Google اکاؤنٹ میں برقرار رکھتے ہوئے، صرف اس آلہ سے اسے حذف کرنے کیلئے، <ph name="BEGIN_LINK" />Chrome سے سائن آؤٹ کریں<ph name="END_LINK" />۔</translation>
#    8|-> <translation id="1042270987544905725">‏‫Chrome سائن ان ڈائیلاگ بند کرنے کیلئے کلک کریں</translation>
#    9|   <translation id="1059838145689930908">‏اس ایکسٹینشن کو بطور <ph name="USER_EMAIL_ADDRESS" /> استعمال کرنے کیلئے، Chrome میں سائن ان کریں۔</translation>
#   10|   <translation id="1065672644894730302">آپ کی ترجیحات کو نہیں پڑھا جا سکتا ہے۔

Error: UNICONTROL_WARNING (CWE-94): [#def1501]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:34: warning: bidirectional control characters: ['\u202b']
#   32|   <translation id="1399397803214730675">‏اس کمپیوٹر پر Google Chrome کا ایک مزید تازہ ترین ورژن پہلے سے ہی ہے۔ اگر سافٹ ویئر کام نہیں کر رہا ہے تو براہ کرم Google Chrome کو ان انسٹال کریں اور دوبارہ کوشش کریں۔</translation>
#   33|   <translation id="139993653570221430">‏آپ Chrome کی ترتیبات میں کسی بھی وقت اپنا ارادہ بدل سکتے ہیں۔ ٹرائلز اشتہارات پیش کیے جانے کے موجودہ طریقے کے ساتھ چلتے ہیں لہذا آپ کو تبدیلیاں فورا نظر نہیں آئیں گی۔</translation>
#   34|-> <translation id="1407223320754252908">‏‫Chrome میں پہلے سے شامل Google ترجمہ موجود ہے تاکہ آپ ضرورت پڑنے پر ترجمہ کر سکیں</translation>
#   35|   <translation id="1425903838053942728">{COUNT,plural, =0{‏Chrome کو اپ ڈیٹ کرنا مکمل ہو گیا۔ جیسے ہی آپ اسے بند کر کے دوبارہ چلائیں گے آپ تازہ ترین ورژن استعمال کر سکتے ہیں۔ اس کے بعد، آپ کے موجودہ ٹیبز دوبارہ کھل جائیں گے۔}=1{‏Chrome کو اپ ڈیٹ کرنا مکمل ہو گیا۔ جیسے ہی آپ اسے بند کر کے دوبارہ چلائیں گے آپ تازہ تر�[...]
#   36|   <translation id="1434626383986940139">‏Chrome کینیری ایپس</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:34: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1502]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:74: warning: bidirectional control characters: ['\u202b', '\u202b']
#   72|   <translation id="1982647487457769627">‏آپ جو بھی آلہ استعمال کر رہے ہیں اس سے قطع نظر مستقل تجربہ فراہم کرنے کے لیے Chrome پلیٹ فارمز پر کام کرتا ہے</translation>
#   73|   <translation id="2001586581944147178">‏آپ کے انٹرنیٹ ٹریفک تک رسائی والے لوگوں کے لیے یہ دیکھنا مشکل بنائیں کہ آپ کون سی سائٹس ملاحظہ کرتے ہیں۔ Chrome ‏DNS (ڈومین ناموں کے نظام) میں سائٹ کا IP پتہ تلاش کرنے کے لیے ایک محفوظ کنکشن کا استعمال کرتا ہے۔</translation>
#   74|-> <translation id="2008942457798486387">{NUM_EXTENSIONS,plural, =1{‏یہ ایکسٹینشن اب مزید تعاون یافتہ نہیں ہے۔ ‫Chrome تجویز کرتا ہے کہ آپ اسے ہٹا دیں۔}other{‏یہ ایکسٹینشنز اب مزید تعاون یافتہ نہیں ہیں۔ ‫Chrome تجویز کرتا ہے کہ آپ انہیں ہٹا دیں۔}}</translation>
#   75|   <translation id="2018528049276128029">‏ہر پروفائل میں بُک مارکس، سرگزشت اور پاس ورڈز وغیرہ جیسی Chrome کی اپنی ذاتی معلومات ہوتی ہے</translation>
#   76|   <translation id="2018879682492276940">انسٹالیشن ناکام ہو گئی۔ دوبارہ کوشش کریں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1503]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:141: warning: bidirectional control characters: ['\u202b']
#  139|   <translation id="2797864378188255696">‏<ph name="USER_EMAIL" /> کے ساتھ Gmail یا YouTube جیسی Google سروسز میں سائن ان کرتے وقت، آپ اسی اکاؤنٹ سے خودکار طور پر Chrome میں سائن ان کر سکتے ہیں</translation>
#  140|   <translation id="2799223571221894425">دوبارہ شروع کریں</translation>
#  141|-> <translation id="2825024317344269723">‏خطرناک سائٹ۔ ‫Chrome نے اطلاعات کی اجازتوں کو ہٹا دیا۔</translation>
#  142|   <translation id="2846251086934905009">انسٹالر سے متعلق خرابی: انسٹالر مکممل نہیں ہوا۔ انسٹالر کو منسوخ کر دیا گیا۔</translation>
#  143|   <translation id="2847461019998147611">‏Google Chrome کو اس زبان میں ڈسپلے کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1504]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:198: warning: bidirectional control characters: ['\u202b']
#  196|   <translation id="3533694711092285624">‏کوئی محفوظ کردہ پاس ورڈز نہیں۔ جب آپ پاس ورڈز کو محفوظ کرتے ہیں تو Chrome انہیں چیک کر سکتا ہے۔</translation>
#  197|   <translation id="3541482654983822893">‏Chrome آپ کے پاس ورڈز چیک نہیں کر سکتا ہے۔ 24 گھنٹے بعد دوبارہ کوشش کریں۔</translation>
#  198|-> <translation id="3556766595644676153">‏‫Chrome صفحات کو پہلے سے لوڈ کرتا ہے جس براؤزنگ اور تلاش کا عمل زیادہ تیز ہو جاتا ہے۔</translation>
#  199|   <translation id="3564543103555793392">‏جب آپ Chrome میں سائن ان کرتے ہیں، تو آپ بُک مارکس، پاس ورڈز اور بہت کچھ محفوظ کر سکتے ہیں، پھر انہیں اپنے فون پر استعمال کر سکتے ہیں</translation>
#  200|   <translation id="3576528680708590453">‏آپ کے سسٹم کے منتظم نے <ph name="TARGET_URL_HOSTNAME" /> تک رسائی حاصل کرنے کے لیے Google Chrome کو ایک متبادل براؤزر کھولنے کے لیے کنفیگر کیا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1505]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:206: warning: bidirectional control characters: ['\u202b']
#  204|   <translation id="3596080736082218006">{COUNT,plural, =0{‏آپ کے منتظم کا مطالبہ ہے کہ آپ اپ ڈیٹ کو لاگو کرنے کیلئے Chrome کو بند کر کے دوبارہ چلائیں}=1{‏آپ کے منتظم کا مطالبہ ہے کہ آپ اپ ڈیٹ کو لاگو کرنے کیلئے Chrome کو بند کر کے دوبارہ چلائیں۔ آپ کی پوشیدگی ونڈو دوبارہ نہیں کھلے گی۔}other{‏آپ کے منتظم کا مطالبہ ہے �[...]
#  205|   <translation id="3597003331831379823">زیادہ مراعات کے ساتھ سیٹ اپ کو چلانے میں ناکام۔ <ph name="METAINSTALLER_ERROR" /></translation>
#  206|-> <translation id="3609788354808247807">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chrome نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" />، <ph name="PERMISSION_3" /> کو ہٹا دیا</translation>
#  207|   <translation id="3622797965165704966">‏اب آپ کے Google اکاؤنٹ کے ساتھ اور اشتراک کردہ کمپیوٹرز پر Chrome کو استعمال کرنا آسان تر ہے۔</translation>
#  208|   <translation id="3635073343384702370">‏جب آپ پاس ورڈز کو محفوظ کرتے ہیں تو Chrome انہیں چیک کر سکتا ہے</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:206: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1506]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:216: warning: bidirectional control characters: ['\u202b', '\u202b']
#  214|   <translation id="3716540481907974026">‏ChromeOS Flex ورژن</translation>
#  215|   <translation id="3718181793972440140">‏یہ اس آلہ سے 1 آئٹم کو حذف کر دے گا۔ بعد میں اپنا ڈیٹا بازیافت کرنے کیلئے Chrome میں <ph name="USER_EMAIL" /> کے بطور سائن ان کریں۔</translation>
#  216|-> <translation id="3723744677043446310">{NUM_EXTENSIONS,plural, =1{‏‫Chrome تجویز کرتا ہے کہ آپ اسے ہٹا دیں۔ <ph name="BEGIN_LINK" />تعاون یافتہ ایکسٹینشنز کے بارے میں مزید جانیں<ph name="END_LINK" />}other{‏‫Chrome تجویز کرتا ہے کہ آپ انہیں ہٹا دیں۔ <ph name="BEGIN_LINK" />تعاون یافتہ ایکسٹینشنز کے بارے میں مزید جانیں<ph name="END_LINK" />}}</translation>
#  217|   <translation id="3744202345691150878">‏ChromiumOS کے بارے میں مدد حاصل کریں</translation>
#  218|   <translation id="3780814664026482060">Chrome - <ph name="PAGE_TITLE" />‎</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1507]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:223: warning: bidirectional control characters: ['\u202b']
#  221|   <translation id="3809772425479558446">‏Google Chrome کے لیے Windows 10 یا اس کے بعد کا ورژن درکار ہے۔</translation>
#  222|   <translation id="3835168907083856002">‏اس سے <ph name="USER_EMAIL_ADDRESS" /> کیلئے ایک نئی Chrome پروفائل تخلیق ہو جائے گی</translation>
#  223|-> <translation id="383928141529488001">‏‫Google Chrome کو بلوٹوتھ آلات دریافت کرنے کے لیے بلوٹوتھ تک رسائی درکار ہے۔ <ph name="IDS_SERIAL_DEVICE_CHOOSER_AUTHORIZE_BLUETOOTH_LINK" /></translation>
#  224|   <translation id="386202838227397562">‏براہ کرم سبھی Google Chrome ونڈوز بند کریں اور دوبارہ کوشش کریں۔</translation>
#  225|   <translation id="3865754807470779944">‏Chrome ورژن <ph name="PRODUCT_VERSION" /> انسٹال نہیں ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1508]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:229: warning: bidirectional control characters: ['\u202b']
#  227|   <translation id="3889417619312448367">‏Google Chrome کو اَن انسٹال کریں</translation>
#  228|   <translation id="3941890832296813527">انسٹال سے متعلق خرابی: انسٹالر فائل کا نام غلط یا غیر تعاون یافتہ ہے۔</translation>
#  229|-> <translation id="3973161977468201858">‏‫Google Chrome آپ کے Google پاس ورڈ مینیجر کا ڈیٹا حذف کرنا چاہتا ہے۔ اس کی اجازت دینے کے لیے اپنا Windows پاس ورڈ ٹائپ کریں۔</translation>
#  230|   <translation id="398236277091248993">‏Chrome خصوصیات کو بوسٹ کرنے والی کارکردگی کے ساتھ تیز رہتا ہے</translation>
#  231|   <translation id="3999683152997576765">‏آپ دلچسپی کے ان موضوعات کو دیکھ اور ہٹا سکتے ہیں جنہیں سائٹس آپ کو اشتہارات دکھانے کے لیے استعمال کرتی ہیں۔ Chrome آپ کی حالیہ براؤزنگ کی سرگزشت کی بنیاد پر آپ کی دلچسپیوں کا تخمینہ لگاتا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1509]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:340: warning: bidirectional control characters: ['\u202b']
#  338|   <translation id="5566025111015594046">‎Google Chrome (mDNS-In)‎</translation>
#  339|   <translation id="5579324208890605088">اسٹارٹ اپ کی خرابی: براہ کرم انسٹالر کو باقاعدہ صارف کے طور پر چلائیں، منتظم کے طور پر نہیں۔</translation>
#  340|-> <translation id="5602351063754773347">‏‫Chrome تجویز کرتا ہے کہ آپ اسے ہٹا دیں۔ <ph name="BEGIN_LINK" />تعاون یافتہ ایکسٹینشنز کے بارے میں مزید جانیں<ph name="END_LINK" /></translation>
#  341|   <translation id="5648328599815354043">‏آپ کو آن لائن محفوظ رکھنے کے لیے Chrome بہت کچھ کرتا ہے</translation>
#  342|   <translation id="565744775970812598">‏<ph name="FILE_NAME" /> خطرناک ہو سکتی ہے، اس لیے Chrome نے اسے مسدود کر دیا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1510]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:354: warning: bidirectional control characters: ['\u202b']
#  352|   <translation id="5804318322022881572">‏Chrome شروع نہیں ہو سکا۔ دوبارہ کوشش کریں۔</translation>
#  353|   <translation id="5809516625706423866">‏انٹرنیٹ سے منسلک ہونے سے قاصر ہے۔ HTTP 401 غیر مجاز ہے۔ براہ کرم اپنی پراکسی کنفیگریشن چیک کریں۔</translation>
#  354|-> <translation id="5825922397106002626">‏‫Chrome سے <ph name="EXTENSION_NAME" /> کو ہٹائیں</translation>
#  355|   <translation id="58431560289969279">‏جب آپ سائن ان ہوتے ہیں، آپ Chrome میں اپنے Google اکاؤنٹ سے اپنے پاس ورڈز وغیرہ استعمال کر سکتے ہیں۔ آپ اسے ترتیبات میں کسی بھی وقت تبدیل کر سکتے ہیں۔</translation>
#  356|   <translation id="5858486459377137936">‏اگر آپ Chrome میں سائن ان ہیں تو اپنے Google اکاؤنٹ کے علاوہ تمام Chrome ونڈوز بند کرنے پر آپ بیشتر سائٹس سے سائن آؤٹ ہو جائیں گے۔ سائٹس کو آپ کی معلومات یاد رکھنے کی اجازت دینے کے لیے، <ph name="SETTINGS_LINK" /> پر جائیں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1511]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:365: warning: bidirectional control characters: ['\u202b']
#  363|   <translation id="5941711191222866238">چھوٹا کریں</translation>
#  364|   <translation id="5941830788786076944">‏Google Chrome کو ڈیفالٹ براؤزر بنائیں</translation>
#  365|-> <translation id="5947104538377036631">‏‫Chrome شارٹ کٹ</translation>
#  366|   <translation id="5953954252731207958">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chrome نے <ph name="PERMISSION" /> کو ہٹا دیا</translation>
#  367|   <translation id="6003112304606738118">ڈاؤن لوڈ ہو رہی ہے… <ph name="HOURS" /> گھنٹہ(گھنٹے) باقی ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1512]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:366: warning: bidirectional control characters: ['\u202b']
#  364|   <translation id="5941830788786076944">‏Google Chrome کو ڈیفالٹ براؤزر بنائیں</translation>
#  365|   <translation id="5947104538377036631">‏‫Chrome شارٹ کٹ</translation>
#  366|-> <translation id="5953954252731207958">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chrome نے <ph name="PERMISSION" /> کو ہٹا دیا</translation>
#  367|   <translation id="6003112304606738118">ڈاؤن لوڈ ہو رہی ہے… <ph name="HOURS" /> گھنٹہ(گھنٹے) باقی ہے</translation>
#  368|   <translation id="6014316319780893079">‏<ph name="BEGIN_LINK" />Chrome کے ٹولز<ph name="END_LINK" /> کے ذریعے آپ محفوظ طریقے سے براؤز کر سکتے ہیں اور چیزوں پر کنٹرول رکھ سکتے ہیں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1513]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:384: warning: bidirectional control characters: ['\u202b']
#  382|   <translation id="6180522807229584611">‏یہ ٹیب اضافی وسائل کا استعمال کر رہا ہے۔ اپنی کارکردگی کو بہتر بنانے کیلئے، Chrome کو اسے غیر فعال کرنے کی اجازت دیں۔</translation>
#  383|   <translation id="6182736845697986886">اپ ڈیٹ سرور کی اندرونی خرابی کی وجہ سے انسٹالیشن ناکام ہو گئی۔</translation>
#  384|-> <translation id="6200139057479872438">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chrome نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> کو ہٹا دیا</translation>
#  385|   <translation id="621585339844629864">‏اپنی اسکرین کا اشتراک کرنے کے لیے، سسٹم کی ترجیحات میں Chrome کے لیے اسکرین ریکارڈنگ کی اجازت دیں۔</translation>
#  386|   <translation id="6235018212288296708">‏mDNS ٹریفک کی اجازت دینے کیلئے Google Chrome کیلئے ان باؤنڈ اصول۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1514]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:432: warning: bidirectional control characters: ['\u202b']
#  430|   <translation id="6881299373831449287">‏Chrome اپ ڈیٹ کیا جا رہا ہے</translation>
#  431|   <translation id="6885412569789873916">‏Chrome بی ٹا ایپس</translation>
#  432|-> <translation id="6893363893008038481">‏‫Chrome سے اکاؤنٹ ہٹائیں</translation>
#  433|   <translation id="6933858244219479645">‏ChromeOS سسٹم</translation>
#  434|   <translation id="6938166777909186039">‏مستقبل کے Google Chrome اپ ڈیٹس حاصل کرنے کے لیے، آپ کو Windows 10 یا اس کے بعد کے ورژن کی ضرورت ہوگی۔ یہ کمپیوٹر Windows 8.1 استعمال کر رہا ہے۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1515]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:454: warning: bidirectional control characters: ['\u202b']
#  452|   <translation id="7100085796996987445">‏اپنی اسکرین کا اشتراک کرنے کے لیے، سسٹم کی ترجیحات میں Chrome کے لیے اسکرین ریکارڈنگ کی اجازت دیں</translation>
#  453|   <translation id="7106741999175697885">‏ٹاسک مینیجر - Google Chrome</translation>
#  454|-> <translation id="7113423803153683764">‏‫Chrome غیر فعال ٹیبز سے میموری کو خالی کرتا ہے۔ یہ فعال ٹیبز اور دیگر ایپس کو کمپیوٹر کے مزید وسائل فراہم کرتا ہے اور Chrome کو تیز رکھتا ہے۔ جب آپ ان پر واپس جاتے ہیں تو آپ کے غیر فعال ٹیبز خودکار طور پر دوبارہ فعال ہو جاتے ہیں۔</translation>
#  455|   <translation id="7140653346177713799">{COUNT,plural, =0{‏Chrome کیلئے ایک نیا اپ ڈیٹ دستیاب ہے اور جیسے ہی آپ اسے بند کر کے دوبارہ چلائیں گے اسے لاگو کر دیا جائے گا۔}=1{‏Chrome کیلئے ایک نیا اپ ڈیٹ دستیاب ہے اور جیسے ہی آپ اسے بند کر کے دوبارہ چلائیں گے اسے لاگو کر دیا جائے گا۔ آپ کی پوشیدگی ونڈو دوبارہ نہیں کھلے [...]
#  456|   <translation id="7155997830309522122">‏اگر ایسا ہے تو براہ کرم Chrome میں اپنے محفوظ کردہ پاس ورڈ میں ترمیم کریں تاکہ یہ آپ کے نئے پاس ورڈ سے مماثل ہو جائے۔</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:454: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1516]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:461: warning: bidirectional control characters: ['\u202b']
#  459|   <translation id="7193885263065350793">‏آپ کی تنظیم Chrome کو بند کر دیتی ہے جب اسے <ph name="TIMEOUT_DURATION" /> کے لیے استعمال نہیں کیا جاتا ہے۔</translation>
#  460|   <translation id="7242029209006116544">‏آپ ایک زیر انتظام اکاؤنٹ کے ساتھ سائن ان کر رہے ہیں اور اس کے منتظم کو اپنے Google Chrome پروفائل پر کنٹرول دے رہے ہیں۔ آپ کا Chrome کا ڈیٹا جیسے آپ کی ایپس، بُک مارکس، سرگزشت، پاس ورڈز اور دیگر ترتیبات <ph name="USER_NAME" /> سے مستقل طور پر مربوط ہو جائیں گی۔ آپ Google اکاؤنٹس ڈی [...]
#  461|-> <translation id="7285616922384953075">‏<ph name="MANAGER" /> ‫Chrome کا نظم کرتا ہے</translation>
#  462|   <translation id="7295052994004373688">‏اس زبان کا استعمال Google Chrome UI ڈسپلے کرنے کیلئے کیا جاتا ہے</translation>
#  463|   <translation id="7296210096911315575">استعمال اور حفاظت سے متعلق اہم معلومات</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:461: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1517]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:491: warning: bidirectional control characters: ['\u202b']
#  489|   <translation id="76531479118467370">‏Chrome نے اس ڈاؤن لوڈ کو مسدود کر دیا کیونکہ آپ نے محفوظ براؤزنگ کو آف کر دیا ہے اور فائل کی تصدیق نہیں ہو سکتی</translation>
#  490|   <translation id="7655455401911432608">‏آپ کی براؤزنگ کی سرگزشت، ان سائٹس کا ریکارڈ جو آپ اس آلے پر Chrome کا استعمال کر کے ملاحظہ کر چکے ہیں۔</translation>
#  491|-> <translation id="7655472416356262023">‏‫Chrome سے اکاؤنٹ ہٹائیں</translation>
#  492|   <translation id="7661924425853052955">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chrome نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> اور <ph name="COUNT" /> مزید کو ہٹا دیا</translation>
#  493|   <translation id="7668816516367091728">ایڈریس بار سے براہ راست ترجمہ کریں، حساب کریں اور بہت کچھ کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1518]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:492: warning: bidirectional control characters: ['\u202b']
#  490|   <translation id="7655455401911432608">‏آپ کی براؤزنگ کی سرگزشت، ان سائٹس کا ریکارڈ جو آپ اس آلے پر Chrome کا استعمال کر کے ملاحظہ کر چکے ہیں۔</translation>
#  491|   <translation id="7655472416356262023">‏‫Chrome سے اکاؤنٹ ہٹائیں</translation>
#  492|-> <translation id="7661924425853052955">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chrome نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> اور <ph name="COUNT" /> مزید کو ہٹا دیا</translation>
#  493|   <translation id="7668816516367091728">ایڈریس بار سے براہ راست ترجمہ کریں، حساب کریں اور بہت کچھ کریں</translation>
#  494|   <translation id="7670287553302121848">‏‫Chrome اکاؤنٹ میں دوبارہ تصدیق درکار ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1519]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:494: warning: bidirectional control characters: ['\u202b']
#  492|   <translation id="7661924425853052955">‏آپ نے حال ہی میں ملاحظہ نہیں کیا ہے۔ ‫Chrome نے <ph name="PERMISSION_1" />، <ph name="PERMISSION_2" /> اور <ph name="COUNT" /> مزید کو ہٹا دیا</translation>
#  493|   <translation id="7668816516367091728">ایڈریس بار سے براہ راست ترجمہ کریں، حساب کریں اور بہت کچھ کریں</translation>
#  494|-> <translation id="7670287553302121848">‏‫Chrome اکاؤنٹ میں دوبارہ تصدیق درکار ہے</translation>
#  495|   <translation id="769538538642757151">‏اگر کسی چیز کو آپ کے جائزے کی ضرورت ہے تو Chrome آپ کو مطلع کرے گا</translation>
#  496|   <translation id="7747138024166251722">انسٹالر ایک عارضی ڈائرکٹری نہیں بنا سکا۔ سافٹ ویئر انسٹال کرنے کیلئے براہ کرم ڈسک کی خالی جگہ اور اجازت کو چیک کریں۔</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1520]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/chrome/app/resources/google_chrome_strings_ur.xtb:590: warning: bidirectional control characters: ['\u202b']
#  588|   <translation id="8851180723659088381">{NUM_EXTENSIONS,plural, =1{‏Chrome تجویز کرتا ہے کہ آپ اسے ہٹا دیں}other{‏Chrome تجویز کرتا ہے کہ آپ انہیں ہٹا دیں}}</translation>
#  589|   <translation id="8862326446509486874">سسٹم کی سطح پر انسٹال کرنے کیلئے آپ کے پاس مناسب حقوق نہیں ہیں۔ انسٹالر کو دوبارہ منتظم کے بطور چلانے کی کوشش کریں۔</translation>
#  590|-> <translation id="8877608230252444082">‏‫Chrome ہموار اسکرولنگ اور ویڈیو فریم ریٹس جیسی پس منظر کی سرگرمی اور ویژوئل ایفیکٹس کو محدود کر کے بیٹری پاور کی بچت کرتا ہے۔</translation>
#  591|   <translation id="8908277254462331033">حفاظتی خصوصیات دیکھیں</translation>
#  592|   <translation id="8914504000324227558">‏Chrome کو دوبارہ شروع کریں</translation>

Error: COMPILER_WARNING (CWE-563): [#def1521]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/autofill/content/browser/bad_message.h:48:8: warning[-Wunused-but-set-variable]: variable ‘check_field_in_form’ set but not used
#   48 |   auto check_field_in_form = [&](const auto& arg) {
#      |        ^~~~~~~~~~~~~~~~~~~
#   46|   template <typename... Args>
#   47|   bool CheckFieldInForm(const FormData& form, const Args&... args) {
#   48|->   auto check_field_in_form = [&](const auto& arg) {
#   49|       if constexpr (std::same_as<std::remove_cvref_t<decltype(arg)>,
#   50|                                  FieldRendererId>) {

Error: UNICONTROL_WARNING (CWE-94): [#def1522]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/autofill/core/browser/field_filling_payments_util_unittest.cc:1360: warning: bidirectional control characters: ['\u202c']
# 1358|     credit_card.SetNumber(u"5454545454545454");
# 1359|     test_api(credit_card).set_network_for_card(kMasterCard);
# 1360|->   // Virtual card Mastercard ••••5454‬
# 1361|     std::u16string expected =
# 1362|         u"Virtual card Mastercard  "

Error: UNICONTROL_WARNING (CWE-94): [#def1523]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/autofill/core/browser/field_filling_payments_util_unittest.cc:1384: warning: bidirectional control characters: ['\u202c']
# 1382|     credit_card.SetNumber(u"5454545454545454");
# 1383|     test_api(credit_card).set_network_for_card(kMasterCard);
# 1384|->   // ••••••••••••5454‬
# 1385|     std::u16string expected =
# 1386|         u"\x2022\x2022\x2022\x2022\x2022\x2022\x2022\x2022\x2022\x2022\x2022"

Error: UNICONTROL_WARNING (CWE-94): [#def1524]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_ar.xtb:185: warning: bidirectional control characters: ['\u202b']
#  183|   <translation id="3905475044299942653">تم إيقاف الكثير من الإشعارات</translation>
#  184|   <translation id="3908288065506437185">حظر ملفات تعريف الارتباط التابعة لجهات خارجية في وضع التصفُّح المتخفي</translation>
#  185|-> <translation id="3913461097001554748">‫<ph name="DOMAIN_URL" /> <ph name="SEPARATOR1" /> <ph name="DEVICE_NAME" /></translation>
#  186|   <translation id="3918378745482005425">قد لا تعمل بعض الميزات، ولكن لا يزال بإمكان المواقع الإلكترونية ذات الصلة استخدام ملفات تعريف الارتباط التابعة لجهات خارجية.</translation>
#  187|   <translation id="3933121352599513978">تصغير الطلبات غير المرغوب فيها (خيار مُقترَح)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1525]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:164: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  162|   <translation id="3602290021589620013">پیش‌نمایش</translation>
#  163|   <translation id="3628308229821498208">جستجوهای پیشنهادی</translation>
#  164|-> <translation id="3669841141196828854">{COUNT,plural, =1{‫<ph name="RWS_MEMBERS_COUNT" /> سایت در گروه سایت‌های <ph name="RWS_OWNER" /> قرار دارد که می‌توانند فعالیت شما را در گروه ببینند}one{‫<ph name="RWS_MEMBERS_COUNT" /> سایت در گروه سایت‌های <ph name="RWS_OWNER" /> قرار دارد که می‌توانند فعالیت شما را در گروه ببینند}other{‫<ph name="RWS_MEMBERS_COUNT" /> سایت د�[...]
#  165|   <translation id="3697164069658504920">‏هرگاه روشن باشد، سایت‌ها می‌توانند استفاده از دستگاه‌های USB را درخواست کنند. هرگاه خاموش باشد، سایت‌ها نمی‌توانند از دستگاه‌های USB استفاده کنند.</translation>
#  166|   <translation id="3707034683772193706">‏سایتی که از آن بازدید می‌کنید می‌تواند مقدار کمی از اطلاعات را در Chrome ذخیره کند. این کار عمدتاً برای تأیید اینکه شما روبات نیستید انجام می‌شود</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:164: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1526]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:184: warning: bidirectional control characters: ['\u202b']
#  182|   <translation id="3905475044299942653">این حجم از اعلان را متوقف کنید</translation>
#  183|   <translation id="3908288065506437185">کوکی‌های طرف سوم در «حالت ناشناس» مسدود می‌شوند</translation>
#  184|-> <translation id="3913461097001554748">‫<ph name="DOMAIN_URL" /> <ph name="SEPARATOR1" /> <ph name="DEVICE_NAME" /></translation>
#  185|   <translation id="3918378745482005425">ممکن است برخی‌از ویژگی‌ها کار نکنند. سایت‌های مرتبط همچنان می‌توانند از کوکی‌های طرف سوم استفاده کنند.</translation>
#  186|   <translation id="3933121352599513978">جمع کردن درخواست‌های ناخواسته (توصیه می‌شود)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1527]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:207: warning: bidirectional control characters: ['\u202b', '\u202b']
#  205|   <translation id="429312253194641664">سایتی درحال پخش رسانه است</translation>
#  206|   <translation id="42981349822642051">بزرگ کردن</translation>
#  207|-> <translation id="4336219115486912529">{COUNT,plural, =1{فردا منقضی می‌شود}one{‫# روز دیگر منقضی می‌شود}other{‫# روز دیگر منقضی می‌شود}}</translation>
#  208|   <translation id="4336566011000459927">‏‫Chrome کوکی‌ها را امروز دوباره محدود خواهد کرد</translation>
#  209|   <translation id="4338831206024587507">همه سایت‌های تحت <ph name="DOMAIN" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1528]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:208: warning: bidirectional control characters: ['\u202b']
#  206|   <translation id="42981349822642051">بزرگ کردن</translation>
#  207|   <translation id="4336219115486912529">{COUNT,plural, =1{فردا منقضی می‌شود}one{‫# روز دیگر منقضی می‌شود}other{‫# روز دیگر منقضی می‌شود}}</translation>
#  208|-> <translation id="4336566011000459927">‏‫Chrome کوکی‌ها را امروز دوباره محدود خواهد کرد</translation>
#  209|   <translation id="4338831206024587507">همه سایت‌های تحت <ph name="DOMAIN" /></translation>
#  210|   <translation id="4402755511846832236">از اینکه سایت‌ها بدانند چه زمانی به‌صورت فعال از این دستگاه استفاده می‌کنید جلوگیری می‌شود</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1529]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:289: warning: bidirectional control characters: ['\u202b']
#  287|   <translation id="5553374991681107062">جدیدترین</translation>
#  288|   <translation id="5556459405103347317">بار کردن مجدد</translation>
#  289|-> <translation id="5591840828808741583">‫<ph name="SITE_NAME" /> مسدود شده است</translation>
#  290|   <translation id="5632485077360054581">نمایش روش انجام کار</translation>
#  291|   <translation id="5649053991847567735">بارگیری‌های خودکار</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1530]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:368: warning: bidirectional control characters: ['\u202b']
#  366|   <translation id="662080504995468778">ماندن</translation>
#  367|   <translation id="6653342741369270081">برای خروج از حالت تمام‌صفحه، دکمه برگشت را فشار دهید.</translation>
#  368|-> <translation id="6683865262523156564">این سایت در گروهی است که می‌تواند فعالیت شما را ببیند. ‫<ph name="RWS_OWNER" /> این گروه را تعریف کرده است</translation>
#  369|   <translation id="6689172468748959065">عکس‌های نمایه</translation>
#  370|   <translation id="6697925417670533197">بارگیری‌های فعال</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1531]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:421: warning: bidirectional control characters: ['\u202b']
#  419|   <translation id="7423538860840206698">خواندن محتوای بریده‌دان مسدود شد</translation>
#  420|   <translation id="7425915948813553151">زمینه تاریک برای سایت‌ها</translation>
#  421|-> <translation id="7474522811371247902">‏‫Chrome استفاده از کوکی‌های طرف سوم را برای اکثر سایت‌ها محدود می‌کند. اما کوکی‌های طرف سوم در این سایت مجاز است چون این سایت برای ارائه خدمات اولیه بر کوکی‌ها متکی است.\n\nبرای <ph name="BEGIN_LINK" />مدیریت «محافظت دربرابر ردیابی»<ph name="END_LINK" /> به تنظیمات بروید.</transla [...]
#  422|   <translation id="7521387064766892559">جاوا اسکریپت</translation>
#  423|   <translation id="7547989957535180761">هرگاه روشن باشد، سایت‌ها می‌توانند درخواست‌های ورود به سیستم نمایش دهند. هرگاه روشن باشد، سایت‌ها نمی‌توانند درخواست‌های ورود به سیستم نمایش دهند.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:421: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1532]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:460: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  458|   <translation id="8087000398470557479">‏این محتوا از <ph name="DOMAIN_NAME" /> است و توسط Google ارائه می‌شود.</translation>
#  459|   <translation id="8088603949666785339">گزینه‌های بیشتر در <ph name="BANNER_TITLE" /></translation>
#  460|-> <translation id="8113501330600751161">{DAYS,plural, =1{‏‫Chrome کوکی‌ها را فردا دوباره محدود خواهد کرد}one{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}other{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}}</translation>
#  461|   <translation id="8116925261070264013">صامت‌شده</translation>
#  462|   <translation id="8117244575099414087">هرگاه روشن باشد، سایت‌ها می‌توانند از حسگرهای دستگاه شما استفاده کنند. هرگاه خاموش باشد، سایت‌ها نمی‌توانند از حسگرها استفاده کنند.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1533]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:498: warning: bidirectional control characters: ['\u202b']
#  496|   <translation id="8609465669617005112">انتقال به بالا</translation>
#  497|   <translation id="8617611086246832542">هرگاه روشن باشد، نمای رایانه وب‌سایت‌ها نمایش داده می‌شود. هرگاه خاموش باشد، نمای تلفن همراه وب‌سایت‌ها نمایش داده می‌شود.</translation>
#  498|-> <translation id="8649036394979866943">‏‫Chrome استفاده از کوکی‌های طرف سوم را برای اکثر سایت‌ها محدود می‌کند تا این سایت‌ها نتوانند هنگامی که مرور می‌کنید شما را ردیابی کنند. برای <ph name="BEGIN_LINK" />مدیریت محافظت دربرابر ردیابی<ph name="END_LINK" />، به تنظیمات مراجعه کنید</translation>
#  499|   <translation id="8676316391139423634">وقتی روشن باشد، سایت‌ها می‌توانند برای ردیابی کردن دست‌هایتان درخواست دهند. وقتی خاموش باشد، سایت‌ها نمی‌توانند دست‌هایتان را ردیابی کنند.</translation>
#  500|   <translation id="8676374126336081632">پاک کردن ورودی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1534]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:529: warning: bidirectional control characters: ['\u202b']
#  527|   <translation id="8993853206419610596">ازهم بازکردن همه درخواست‌ها</translation>
#  528|   <translation id="9002538116239926534">هرگاه روشن باشد، سایت‌ها می‌توانند در دستگاهتان داده ذخیره کنند. هرگاه خاموش باشد، سایت‌ها نمی‌توانند در دستگاهتان داده ذخیره کنند.</translation>
#  529|-> <translation id="9011903857143958461">‫<ph name="SITE_NAME" /> مجاز است</translation>
#  530|   <translation id="9019902583201351841">مدیریت شده توسط والدین شما</translation>
#  531|   <translation id="9039697262778250930">ممکن است از سیستم این سایت‌ها خارج شوید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1535]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_iw.xtb:164: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  162|   <translation id="3602290021589620013">תצוגה מקדימה</translation>
#  163|   <translation id="3628308229821498208">הצעות לחיפוש</translation>
#  164|-> <translation id="3669841141196828854">{COUNT,plural, =1{אתר אחד (<ph name="RWS_MEMBERS_COUNT" />) בקבוצת האתרים של <ph name="RWS_OWNER" /> שיש לו הרשאה לראות את הפעילות שלך בקבוצה}one{‫<ph name="RWS_MEMBERS_COUNT" /> אתרים בקבוצת האתרים של <ph name="RWS_OWNER" /> שיש להם הרשאה לראות את הפעילות שלך בקבוצה}two{‫<ph name="RWS_MEMBERS_COUNT" /> אתרים בקבוצת האתרים של <ph name [...]
#  165|   <translation id="3697164069658504920">‏כשהאפשרות מופעלת, אתרים יכולים לבקש הרשאה להשתמש בהתקני USB. כשהאפשרות מושבתת, אתרים לא יכולים להשתמש בהתקני USB.</translation>
#  166|   <translation id="3707034683772193706">‏אתר כלשהו שמבקרים בו יכול לשמור כמות נתונים קטנה ב-Chrome, בעיקר כדי לאמת שלא מדובר בבוט.</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_iw.xtb:164: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1536]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_ur.xtb:433: warning: bidirectional control characters: ['\u202b']
#  431|   <translation id="7667547420449112975">اوز کا شاندار جادوگر</translation>
#  432|   <translation id="7684642910516280563">سائٹ کو فریق ثالث کوکیز استعمال کرنے کی اجازت نہ دیں</translation>
#  433|-> <translation id="7688240020069572972">‏‫Chrome کی تجاویز کا کارڈ چھپائیں</translation>
#  434|   <translation id="7719367874908701697">صفحہ کا زوم</translation>
#  435|   <translation id="7759147511335618829">‏MIDI آلے کا کنٹرول و دوبارہ پروگرام</translation>

Error: COMPILER_WARNING (CWE-1164): [#def1537]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/components/metrics/metrics_jumbo_6.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/metrics/metrics_state_manager.cc:89:6: warning[-Wunused-function]: ‘void metrics::{anonymous}::ExitWithMessage(const std::string&)’ defined but not used
#   89 | void ExitWithMessage(const std::string& message) {
#      |      ^~~~~~~~~~~~~~~
#   87|   // Exits the browser with a helpful error message if an invalid,
#   88|   // field-trial-related command-line flag was specified.
#   89|-> void ExitWithMessage(const std::string& message) {
#   90|     puts(message.c_str());
#   91|     exit(1);

Error: UNICONTROL_WARNING (CWE-94): [#def1538]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/permissions/android/translations/permissions_android_strings_fa.xtb:14: warning: bidirectional control characters: ['\u202b']
#   12|   <translation id="3036750288708366620"><ph name="BEGIN_LINK" />دریافت راهنمایی<ph name="END_LINK" /></translation>
#   13|   <translation id="3773755127849930740"><ph name="BEGIN_LINK" />بلوتوث را روشن کنید<ph name="END_LINK" /> تا مرتبط‌سازی امکان‌پذیر شود</translation>
#   14|-> <translation id="3878792656892132392">‫<ph name="APP_NAME" /> برای ردیابی کردن دست‌های شما به اجازه نیاز دارد.</translation>
#   15|   <translation id="4915549754973153784"><ph name="BEGIN_LINK" />دریافت راهنمایی<ph name="END_LINK" /> درحین اسکن دستگاه‌ها…</translation>
#   16|   <translation id="4925793601605263825"><ph name="APP_NAME" /> برای این سایت باید اجازه دسترسی به میکروفون داشته باشد.</translation>

Error: COMPILER_WARNING (CWE-1164): [#def1539]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/signin/public/identity_manager/identity_manager_builder.cc:81:40: warning[-Wunused-function]: ‘std::unique_ptr<AccountFetcherService> signin::{anonymous}::BuildAccountFetcherService(SigninClient*, ProfileOAuth2TokenService*, AccountTrackerService*, std::unique_ptr<image_fetcher::ImageDecoder>, std::unique_ptr<AccountCapabilitiesFetcherFactory>)’ defined but not used
#   81 | std::unique_ptr<AccountFetcherService> BuildAccountFetcherService(
#      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
#   79|   }
#   80|   
#   81|-> std::unique_ptr<AccountFetcherService> BuildAccountFetcherService(
#   82|       SigninClient* signin_client,
#   83|       ProfileOAuth2TokenService* token_service,

Error: UNICONTROL_WARNING (CWE-94): [#def1540]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:220: warning: bidirectional control characters: ['\u202b', '\u202b']
#  218|   <translation id="1374468813861204354">اقتراحات</translation>
#  219|   <translation id="1375198122581997741">معلومات عن الإصدار</translation>
#  220|-> <translation id="1375293861397106342">تتراوح كل خيارات السعر العادي بين ‫<ph name="LOW_PRICE" /> و‫<ph name="HIGH_PRICE" />.</translation>
#  221|   <translation id="1376836354785490390">إظهار أقسام أقل</translation>
#  222|   <translation id="1380591466760231819">الطي على شكل خطاب</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1541]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:662: warning: bidirectional control characters: ['\u202b']
#  660|   <translation id="2176974405772725904">حفظ العنوان في الحساب</translation>
#  661|   <translation id="2178665390943006934">‏زر تحديث Chrome: انقر على هذا الزر لتحديث متصفِّح Chrome من الإعدادات.</translation>
#  662|-> <translation id="2179003720612888584">‫"<ph name="SITE_TITLE" />" على <ph name="SITE_DOMAIN_NAME" /></translation>
#  663|   <translation id="2181821976797666341">السياسات</translation>
#  664|   <translation id="2182170103603703676">غسالات أطباق</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1542]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:695: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
#  693|   <translation id="2228057197024893428">‏هذا العنوان محفوظ حاليًا في Chrome. لاستخدامه في جميع منتجات Google، عليك حفظه في حسابك على Google‏، <ph name="ACCOUNT" />.</translation>
#  694|   <translation id="2229456043301340598">اختصار مكرّر تم تجاهله: <ph name="SHORTCUT_NAME" /></translation>
#  695|-> <translation id="2233041017768270281">{COUNT,plural, =1{علامة تبويب واحدة}zero{‫# علامة تبويب}two{علامتا تبويب}few{‫# علامات تبويب}many{‫# علامة تبويب}other{‫# علامة تبويب}}</translation>
#  696|   <translation id="2233745931693710080">قرص مضغوط</translation>
#  697|   <translation id="2235344399760031203">تم حظر ملفات تعريف الارتباط التابعة لجهات خارجية.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1543]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:743: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
#  741|   <translation id="2318594867107319532">الطابع الزمني لآخر تعديل لهذه السياسة:</translation>
#  742|   <translation id="2320564945062300737">منتجات عناية بالوجه</translation>
#  743|-> <translation id="2322254345061973671">{COUNT,plural, =1{نافذة واحدة}zero{‫# نافذة}two{نافذتان}few{‫# نوافذ}many{‫# نافذة}other{‫# نافذة}}</translation>
#  744|   <translation id="2328651992442742497">مسموح به (الإعداد التلقائي)</translation>
#  745|   <translation id="2328955282645810595">أعمال إنشاء وأدوات تعمل بالطاقة</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1544]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:1092: warning: bidirectional control characters: ['\u202b']
# 1090|   <translation id="3005723025932146533">عرض نسخة محفوظة</translation>
# 1091|   <translation id="300580149047131921">تم استخدامه مؤخرًا</translation>
# 1092|-> <translation id="3009036448238594149">‏‫<ph name="ACTION_IN_SUGGEST_FOCUSED_FRIENDLY_MATCH_TEXT" />: اضغط على مفتاح التبويب (Tab) لتصفُّح الإجراءات المتوفّرة، ثم اضغط على مفتاح Enter لتنفيذ الإجراء المحدَّد.</translation>
# 1093|   <translation id="3013711734159931232">مستلزمات منزلية</translation>
# 1094|   <translation id="3014553260345122294">أخبار الأعمال</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1545]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:1152: warning: bidirectional control characters: ['\u202b']
# 1150|   <translation id="3126023634486644099">تصنيفات (دائمة)</translation>
# 1151|   <translation id="3133565499688974786">تم ضبط <ph name="SEARCH_ENGINE_NAME" /> على أنّه محرك البحث التلقائي.</translation>
# 1152|-> <translation id="3137283076021007034">‏‫‎<ph name="KEYWORD" />: البحث في "<ph name="KEYWORD_SHORT_NAME" />"</translation>
# 1153|   <translation id="3137507986424712703">{COUNT,plural, =0{بدون بيانات تسجيل دخول}=1{بيانات تسجيل الدخول لحساب واحد}two{بيانات تسجيل الدخول لحسابين (#)}few{بيانات تسجيل الدخول لـ # حسابات}many{بيانات تسجيل الدخول لـ # حسابًا}other{بيانات تسجيل الدخول لـ # حساب}}</translation>
# 1154|   <translation id="3140646734028448730">خدمات أنشطة تجارية</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1546]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:1491: warning: bidirectional control characters: ['\u202b', '\u202b']
# 1489|   <translation id="3701325639446035885">مبيعات تذاكر الأحداث</translation>
# 1490|   <translation id="3701427423622901115">تمت الموافقة على إعادة الضبط.</translation>
# 1491|-> <translation id="3701900332588705891">يتراوح السعر العادي بين ‫<ph name="LOW_PRICE" /> و‫<ph name="HIGH_PRICE" />.</translation>
# 1492|   <translation id="3704162925118123524">قد تتطلب الشبكة التي تستخدمها زيارة صفحة تسجيل الدخول.</translation>
# 1493|   <translation id="3705189812819839667"><ph name="RESULT_OWNER" /> - <ph name="RESULT_PRODUCT_SOURCE" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1547]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:1639: warning: bidirectional control characters: ['\u202b']
# 1637|   <translation id="3985750352229496475">إدارة العناوين...</translation>
# 1638|   <translation id="3986705137476756801">إيقاف ميزة "النسخ النصي التلقائي" مؤقتًا</translation>
# 1639|-> <translation id="3987460020348247775">‫<ph name="EXPRESSION" /> = <ph name="ANSWER" /></translation>
# 1640|   <translation id="3987940399970879459">أقل من ميغابايت واحد</translation>
# 1641|   <translation id="3990250421422698716">ترتيب النسخ مع الفصل بينها</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1548]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:1785: warning: bidirectional control characters: ['\u202b']
# 1783|   <translation id="422722221769396062">خدمات توصيل في مطاعم</translation>
# 1784|   <translation id="4230204356098880324">السماح للموقع الإلكتروني بطلب استخدام الكاميرا وتحريكها</translation>
# 1785|-> <translation id="4231448684371260244">‫8 × 13 بوصة</translation>
# 1786|   <translation id="4233220688695460165">‏بعد مرور ٣٠ يومًا، يحذف Chrome تلقائيًا المواضيع والمواقع الإلكترونية التي تقترح إعلانات. يمكنك أيضًا حظر مواضيع ومواقع إلكترونية محدَّدة لا تعجبك.</translation>
# 1787|   <translation id="4235360514405112390">صالح</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1549]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:2330: warning: bidirectional control characters: ['\u202b']
# 2328|   <translation id="5266128565379329178">التجليد من الأعلى</translation>
# 2329|   <translation id="5269225904387178860">عمل أربعة ثقوب بالأسفل</translation>
# 2330|-> <translation id="5271381225185906340">‫"<ph name="DATA_CONTROLS_ATTRIBUTE" />" ليس شرطًا متوافقًا مع "<ph name="DATA_CONTROLS_RESTRICTION" />"</translation>
# 2331|   <translation id="5273658854610202413">‏تحذير: لم يتم دمج هذه السياسة كما هو موضح في سياسة PolicyDictionaryMultipleSourceMergeList؛ لأنها ليست جزءًا من سياسات المعجم التي يمكن دمجها.</translation>
# 2332|   <translation id="5278778426231952189">التحميل الآن</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1550]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:2573: warning: bidirectional control characters: ['\u202b']
# 2571|   <translation id="571510845185711675">أطباء بيطريون</translation>
# 2572|   <translation id="5715150588940290235">هل تريد حذف رموز الأمان المحفوظة؟</translation>
# 2573|-> <translation id="5715918316982363436">‫<ph name="TAB_COUNT" /> من <ph name="WINDOW_COUNT" /> على هذا الجهاز</translation>
# 2574|   <translation id="5716325061445053985">انقر لفتح علامة التبويب على هاتفك</translation>
# 2575|   <translation id="5717509257172454543">تزلُّج على الجليد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1551]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:2578: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b', '\u202b', '\u202b']
# 2576|   <translation id="5720705177508910913">المستخدم الحالي</translation>
# 2577|   <translation id="5720895412771013401">أجهزة كمبيوتر مكتبي</translation>
# 2578|-> <translation id="5721367770070844253">{count,plural, =1{{website_1}}=2{‫{website_1} و{website_2}}=3{‫{website_1} و{website_2} وموقع إلكتروني آخر}zero{‫{website_1} و{website_2} و{more_count} موقع إلكتروني آخر}few{‫{website_1} و{website_2} و{more_count} مواقع إلكترونية أخرى}many{‫{website_1} و{website_2} و{more_count} موقعًا إلكترونيًا آخر}other{‫{website_1} و{website_2} و{more_count} موقع إلكتروني �[...]
# 2579|   <translation id="572328651809341494">علامات التبويب الأخيرة</translation>
# 2580|   <translation id="5723873695528696965">‏التحكّم في أجهزة MIDI وإعادة برمجتها</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:2578: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1552]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:2696: warning: bidirectional control characters: ['\u202b']
# 2694|   <translation id="5968022600320704045">لم يتم العثور نتائج بحث.</translation>
# 2695|   <translation id="5969199813874624822">حفظ السعر وتتبُّعه</translation>
# 2696|-> <translation id="5973514677932942122">‏‫‎<ph name="EXPIRATION_DATE" />‏ | <ph name="SECURITY_CODE" /></translation>
# 2697|   <translation id="5974052231147553524">اللفافة السادسة</translation>
# 2698|   <translation id="5975083100439434680">تصغير</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1553]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:2827: warning: bidirectional control characters: ['\u202b']
# 2825|   <translation id="6203231073485539293">التحقق من اتصالك بالإنترنت</translation>
# 2826|   <translation id="6205314730813004066">الخصوصية في عرض الإعلانات</translation>
# 2827|-> <translation id="6212314149070368045">‏‫Fanfold أمريكي</translation>
# 2828|   <translation id="6215936431492593050">معدن (برّاق)</translation>
# 2829|   <translation id="6217950634729714357">أثاث مطبخ وغرف طعام</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1554]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3218: warning: bidirectional control characters: ['\u202b']
# 3216|   <translation id="6921197121276419421">يُسمح بتثبيت تطبيقات الويب</translation>
# 3217|   <translation id="6924013822850225188">يمكنك اختيار ما إذا كنت تريد عرض مزايا بطاقتك عند الدفع (تنطبق أحكام المصرف)</translation>
# 3218|-> <translation id="6925267999184670015">‏‫B+‎ شمال أمريكا</translation>
# 3219|   <translation id="6926216138694948720">فن الجسد</translation>
# 3220|   <translation id="692638818576287323">مركبات تجارية</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1555]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3288: warning: bidirectional control characters: ['\u202b']
# 3286|   <translation id="7043552168914147882">ورق بملحقات</translation>
# 3287|   <translation id="7044081119134178347">تم السماح باستخدام الكاميرا هذه المرّة.</translation>
# 3288|-> <translation id="7048095965575426564">‏‫Fanfold أوروبي</translation>
# 3289|   <translation id="7050187094878475250">لقد حاولت الوصول إلى <ph name="DOMAIN" />، ولكن الخادم قدم شهادة مدة صلاحيتها طويلة جدًا مما يجعلها غير جديرة بالثقة.</translation>
# 3290|   <translation id="705310974202322020">{NUM_CARDS,plural, =1{تتعذَّر إضافة هذه البطاقة الآن}zero{تتعذَّر إضافة هذه البطاقات الآن}two{تتعذَّر إضافة هاتين البطاقتين الآن}few{تتعذَّر إضافة هذه البطاقات الآن}many{تتعذَّر إضافة هذه البطاقات الآن}other{تتعذَّر إضافة هذه البطاقات الآن}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1556]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3354: warning: bidirectional control characters: ['\u202b']
# 3352|   <translation id="7160999678034985039">يُرجى حفظ عملك وبدء التحديث عند الاستعداد لذلك.</translation>
# 3353|   <translation id="7163295244162773898">{0,plural, =1{هل تريد نسخ الملف السرّي؟}zero{هل تريد نسخ الملفات السرّية؟}two{هل تريد نسخ الملفَّين السرّيَّين؟}few{هل تريد نسخ الملفات السرّية؟}many{هل تريد نسخ الملفات السرّية؟}other{هل تريد نسخ الملفات السرّية؟}}</translation>
# 3354|-> <translation id="7168625890036931112">‫"<ph name="DATA_CONTROLS_RESTRICTION" />" ليس شرطًا متوافقًا على هذا النظام الأساسي</translation>
# 3355|   <translation id="717330890047184534">‏معرّف GAIA:</translation>
# 3356|   <translation id="7173338713290252554">سجلّ سعر المنتج على الويب</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1557]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3588: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 3586|   <translation id="7567204685887185387">هذا الخادم لم يتمكن من إثبات أن ذلك <ph name="DOMAIN" />؛ بل إنه شهادة أمان تم إصدارها عن طريق الاحتيال. وربما يكون سبب ذلك خطأ في التكوين أو مهاجمًا يعترض اتصالك.</translation>
# 3587|   <translation id="7568616151991626879">‏يحاول Google Chrome إدخال كلمة مرورك في "<ph name="APP_NAME" />".</translation>
# 3588|-> <translation id="7569072768465750771">{COUNT,plural, =0{ما مِن علامات تبويب على هذا الجهاز}=1{علامة تبويب واحدة على هذا الجهاز}two{علامتا تبويب على هذا الجهاز}few{‫# علامات تبويب على هذا الجهاز}many{‫# علامة تبويب على هذا الجهاز}other{‫# علامة تبويب على هذا الجهاز}}</translation>
# 3589|   <translation id="7569490014721427265">غولف</translation>
# 3590|   <translation id="7569952961197462199">‏هل تريد إزالة بطاقة الائتمان من Chrome؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1558]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3703: warning: bidirectional control characters: ['\u202b']
# 3701|   <translation id="7751971323486164747">‏تخصيص أحجام الخطوط وأنماطها في Chrome</translation>
# 3702|   <translation id="7752995774971033316">غير مُدار</translation>
# 3703|-> <translation id="7753769899818674547">‏‫‎<ph name="KEYWORD" />: بدء الدردشة مع "<ph name="KEYWORD_SHORT_NAME" />"</translation>
# 3704|   <translation id="7754587126786572336">‏سيتم إغلاق علامات تبويب Chrome وتطبيقاته عند بدء التحديث</translation>
# 3705|   <translation id="7755287808199759310">يمكن لأحد والديك إزالة الحظر لك</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1559]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3799: warning: bidirectional control characters: ['\u202b']
# 3797|   <translation id="7950027195171824198">‏إدارة الإعدادات المفضّلة لملفات تعريف الارتباط في إعدادات متصفِّح Chrome</translation>
# 3798|   <translation id="7951415247503192394">(32 بت)</translation>
# 3799|-> <translation id="7952192831285741665">‏‫EDP أوروبي</translation>
# 3800|   <translation id="7952250633095257243">لا يمكن ترك الاختصار فارغًا.</translation>
# 3801|   <translation id="7952327717479677595">زر إدارة محركات البحث: انقر على هذا الزر لإدارة محرك البحث التلقائي وعمليات البحث في المواقع الإلكترونية.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1560]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:4043: warning: bidirectional control characters: ['\u202b']
# 4041|   <translation id="838307841291975086">سيارات ستيشن واغن</translation>
# 4042|   <translation id="8388286357548915205">استخدام محرّك البحث هذا لجميع الضيوف</translation>
# 4043|-> <translation id="8389532092404711541">السعر العادي هو ‫<ph name="LOW_PRICE" /></translation>
# 4044|   <translation id="8389940864052787379">مركبات مخصّصة ومركبات عالية الأداء</translation>
# 4045|   <translation id="8390725133630534698">تحظر سياسة المشرف إمكانية المشاركة من <ph name="ORIGIN_NAME" /> إلى <ph name="VM_NAME" />.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1561]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:4152: warning: bidirectional control characters: ['\u202b']
# 4150|   <translation id="8572792595597115856">‏صالح حتى ‎<ph name="DATE" /></translation>
# 4151|   <translation id="8574841453995331336">ثلاجات ومجمّدات</translation>
# 4152|-> <translation id="8577192028579836704">كل خيارات السعر العادي هي ‫<ph name="TYPICAL_PRICE" /></translation>
# 4153|   <translation id="8577348305244205642">البطاقة الافتراضية غير متوفّرة</translation>
# 4154|   <translation id="8580265901435899937">وجهات سياحية</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1562]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:4161: warning: bidirectional control characters: ['\u202b']
# 4159|   <translation id="8587100480629037893">لا يُسمح بميزة "تتبُّع اليد"</translation>
# 4160|   <translation id="8589998999637048520">أفضل جودة</translation>
# 4161|-> <translation id="8590264442799989746">‫<ph name="HOST_NAME" /> وغير ذلك</translation>
# 4162|   <translation id="8597726363542221027">مركبات مستعملة</translation>
# 4163|   <translation id="8600271352425265729">هذه المرّة فقط</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1563]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:4319: warning: bidirectional control characters: ['\u202b']
# 4317|   <translation id="8903921497873541725">تكبير</translation>
# 4318|   <translation id="890493561996401738">‏إزالة زر "الاقتراحات"، اضغط على مفتاح Enter لإزالة، <ph name="REMOVE_BUTTON_FOCUSED_FRIENDLY_MATCH_TEXT" /></translation>
# 4319|-> <translation id="8910898109640902752">‫8 × 10 بوصة</translation>
# 4320|   <translation id="8914504000324227558">‏إعادة تشغيل Chrome</translation>
# 4321|   <translation id="8918062451146297192">‏رمز التحقق من البطاقة (CVC) للبطاقة الافتراضية</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1564]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:67: warning: bidirectional control characters: ['\u202b']
#   65|   <translation id="1108464073729874771">A3x4</translation>
#   66|   <translation id="1110994991967754504">مجوز <ph name="PERMISSION_NAME" /> را انتخاب کنید</translation>
#   67|-> <translation id="1113000785583998331">‏‫IBAN ذخیره شود؟</translation>
#   68|   <translation id="1113869188872983271">&amp;واگرد تغییر ترتیب</translation>
#   69|   <translation id="1118429183611783760">جاروبرقی و مراقبت از کف</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1565]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:92: warning: bidirectional control characters: ['\u202b']
#   90|   <translation id="1165174597379888365">صفحه بازدید شده است</translation>
#   91|   <translation id="1165813024716836071">{COUNT,plural, =0{هیچ‌کدام}=1{‏از ۱ سایت (از سیستم «حساب Google» خود خارج نمی‌شوید)}one{‏از # سایت (از سیستم «حساب Google» خود خارج نمی‌شوید)}other{‏از # سایت (از سیستم «حساب Google» خود خارج نمی‌شوید)}}</translation>
#   92|-> <translation id="1167877250265821930">‫<ph name="LANGUAGE" /> بارگیری نشد</translation>
#   93|   <translation id="1174644974616730562">پاکت چینی شماره ۱</translation>
#   94|   <translation id="1174723505405632867">می‌خواهید به <ph name="EMBEDDED_URL" /> اجازه دهید از کوکی‌ها و داده‌های سایت در <ph name="TOP_LEVEL_URL" /> استفاده کند؟

Error: UNICONTROL_WARNING (CWE-94): [#def1566]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:207: warning: bidirectional control characters: ['\u202b']
#  205|   <translation id="1346748346194534595">راست</translation>
#  206|   <translation id="1348779747280417563">تأیید نام</translation>
#  207|-> <translation id="1352798470428594123">‏‫Chrome استفاده از کوکی‌های طرف سوم را برای اکثر سایت‌ها محدود می‌کند تا این سایت‌ها نتوانند هنگامی که مرور می‌کنید شما را ردیابی کنند. برای <ph name="LINK" /> به تنظیمات بروید.</translation>
#  208|   <translation id="1355158069018170842">نمایش کاهش قیمت در برگه‌ها</translation>
#  209|   <translation id="1355301061807280185">مشاغل</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1567]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:271: warning: bidirectional control characters: ['\u202b']
#  269|   <translation id="1462951478840426066">از قلم‌های موجود در رایانه استفاده کنید تا بتوانید محتوایی با شباهت زیاد به اصل ایجاد کنید</translation>
#  270|   <translation id="1463793142714244641">املاک ویژه تعطیلات و مالکیت شراکتی</translation>
#  271|-> <translation id="1465457928007067810">‏‫IBAN در «حساب Google» شما ذخیره شد</translation>
#  272|   <translation id="1467432559032391204">چپ</translation>
#  273|   <translation id="1468653229182955856"><ph name="ONE_TIME_CODE" /> کد شما برای <ph name="EMBEDDED_ORIGIN" /> جهت ادامه دادن در <ph name="TOP_ORIGIN" /> است</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1568]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:662: warning: bidirectional control characters: ['\u202b']
#  660|   <translation id="2176974405772725904">ذخیره نشانی در حساب</translation>
#  661|   <translation id="2178665390943006934">‏دکمه «به‌روزرسانی Chrome»؛ برای به‌روزرسانی Chrome ازطریق تنظیمات Chrome، آن را فعال کنید</translation>
#  662|-> <translation id="2179003720612888584">‫<ph name="SITE_TITLE" /> در <ph name="SITE_DOMAIN_NAME" /></translation>
#  663|   <translation id="2181821976797666341">خط‌ مشی‌ها</translation>
#  664|   <translation id="2182170103603703676">ماشین ظرفشویی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1569]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:695: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  693|   <translation id="2228057197024893428">‏این نشانی درحال‌حاضر در Chrome ذخیره شده است. برای استفاده از این نشانی در محصولات Google، آن را در «حساب Google» خود (<ph name="ACCOUNT" />) ذخیره کنید.</translation>
#  694|   <translation id="2229456043301340598">میان‌بر غیرمتمایز نادیده گرفته‌شده: <ph name="SHORTCUT_NAME" /></translation>
#  695|-> <translation id="2233041017768270281">{COUNT,plural, =1{‫۱ برگه}one{‫# برگه}other{‫# برگه}}</translation>
#  696|   <translation id="2233745931693710080">لوح فشرده</translation>
#  697|   <translation id="2235344399760031203">کوکی‌های طرف سوم مسدود شده‌اند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1570]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:722: warning: bidirectional control characters: ['\u202b']
#  720|   <translation id="2277103315734023688">رفتن به جلو</translation>
#  721|   <translation id="2277753418458118549">نمایش جزئیات اتصال</translation>
#  722|-> <translation id="2277949605527755300">‫<ph name="URL" /> می‌خواهد دست‌هایتان را ردیابی کند</translation>
#  723|   <translation id="22792995594807632">قبل‌از بارگیری باید بررسی شود</translation>
#  724|   <translation id="2283340219607151381">ذخیره و تکمیل نشانی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1571]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:743: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  741|   <translation id="2318594867107319532">آخرین مُهر زمان خط‌مشی:</translation>
#  742|   <translation id="2320564945062300737">محصولات مراقبت از صورت</translation>
#  743|-> <translation id="2322254345061973671">{COUNT,plural, =1{‫۱ پنجره}one{‫# پنجره}other{‫# پنجره}}</translation>
#  744|   <translation id="2328651992442742497">مجاز است (پیش‌فرض)</translation>
#  745|   <translation id="2328955282645810595">ابزارهای ساختمانی و برقی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1572]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:766: warning: bidirectional control characters: ['\u202b']
#  764|   <translation id="236340516568226369">منوی فعال/غیرفعال کردن دکمه‌های تغییر اندازه</translation>
#  765|   <translation id="2365355378251437925"><ph name="FIELD" /> را وارد کنید</translation>
#  766|-> <translation id="2365382709349300355">‫۱ فایل به‌دلیل خط‌مشی مسدود شد</translation>
#  767|   <translation id="2365508935344991784">مبلمان فضای باز</translation>
#  768|   <translation id="2366689192918515749">گوشت و غذاهای دریایی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1573]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:935: warning: bidirectional control characters: ['\u202b']
#  933|   <translation id="2688186765492306706">۷۶۰ × ۵۰۰ میلی‌متر</translation>
#  934|   <translation id="2688969097326701645">بله، ادامه می‌دهم</translation>
#  935|-> <translation id="2690699652723742414">‫۳۰ روز گذشته</translation>
#  936|   <translation id="2691924980723297736">هشدار ایمنی</translation>
#  937|   <translation id="2699273987028089219">منوِ فرعی دردسترس است، برای پیمایش به گزینه‌های دیگر از <ph name="SHORTCUT" /> استفاده کنید.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1574]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:977: warning: bidirectional control characters: ['\u202b']
#  975|   <translation id="2770159525358613612">فایل‌ها را دوباره بارگذاری کنید</translation>
#  976|   <translation id="277133753123645258">روش ارسال</translation>
#  977|-> <translation id="2773388851563527404">‏‫Chrome استفاده از کوکی‌های طرف سوم را برای اکثر سایت‌ها محدود می‌کند. اما کوکی‌های طرف سوم در این سایت مجاز است چون این سایت برای ارائه خدمات اولیه بر کوکی‌ها متکی است. برای <ph name="LINK" />، به تنظیمات بروید.</translation>
#  978|   <translation id="277499241957683684">ثبت دستگاه موجود نیست</translation>
#  979|   <translation id="2775884851269838147">صفحه چاپ اول</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1575]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:1080: warning: bidirectional control characters: ['\u202b']
# 1078|   <translation id="2985398929374701810">نشانی معتبری وارد کنید</translation>
# 1079|   <translation id="2987034854559945715">ویژگی مطابقی وجود ندارد</translation>
# 1080|-> <translation id="2988216301273604645">‏‫Chrome آن دسته از اطلاعاتی را که سایت‌ها می‌توانند برای ردیابی شما هنگام مرور استفاده کنند محدود می‌کند. می‌توانید تنظیمات را تغییر دهید تا سطح محافظت موردنظر خودتان را انتخاب کنید.</translation>
# 1081|   <translation id="2989742184762224133">دو منگنه در بالا</translation>
# 1082|   <translation id="2991174974383378012">اشتراک‌گذاری با وب‌سایت‌ها</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1576]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:1165: warning: bidirectional control characters: ['\u202b']
# 1163|   <translation id="315504272643575312">حساب شما توسط <ph name="MANAGER" /> مدیریت می‌شود.</translation>
# 1164|   <translation id="3155163173539279776">‏اجرای مجدد Chromium</translation>
# 1165|-> <translation id="3156511682997763015">‫۱۰ ثانیه به جلو</translation>
# 1166|   <translation id="3157931365184549694">بازیابی</translation>
# 1167|   <translation id="3158539265159265653">دیسک</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1577]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:1272: warning: bidirectional control characters: ['\u202b']
# 1270|   <translation id="3347146863028219517">اسکی و اسنوبردسواری</translation>
# 1271|   <translation id="3349952286488694786">SRA2</translation>
# 1272|-> <translation id="3350450887151703713">‫۱۰ ثانیه پخش مجدد</translation>
# 1273|   <translation id="3352881017886802007">بازی‌های ورزشی</translation>
# 1274|   <translation id="3354508510846323339">فهرست منابع <ph name="CURRENT_CITATION" /> از <ph name="MAX_CITATIONS" />، <ph name="PRODUCT_NAME" />، <ph name="URL" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1578]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:1320: warning: bidirectional control characters: ['\u202b']
# 1318|   <translation id="3428151540071562330">‏یک یا چند سرور نشانی وب الگوی سرور DnsOverHttpsTemplates نامعتبر است و استفاده نخواهد شد.</translation>
# 1319|   <translation id="3428789896412418755">سابقه گروه‌بندی‌شده</translation>
# 1320|-> <translation id="3430206873883193118">‏مهاجمان ممکن است در سایتی که می‌خواهید بازدید کنید شما را فریب دهند تا نرم‌افزاری نصب کنید یا مواردی مثل گذرواژه، شماره تلفن، یا شماره کارت اعتباری را ارائه دهید. ‫Chrome اکیداً توصیه می‌کند به ایمنی بازگردید. <ph name="BEGIN_LEARN_MORE_LINK" />درباره این هشدار بیشتر بدا [...]
# 1321|   <translation id="3432601291244612633">بستن صفحه</translation>
# 1322|   <translation id="3433111389595862568">نرم‌افزار کنفرانس و مشارکت</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:1320: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1579]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:1835: warning: bidirectional control characters: ['\u202b']
# 1833|   <translation id="4312866146174492540">مسدود کردن (پیش‌فرض)</translation>
# 1834|   <translation id="4314815835985389558">مدیریت همگام‌سازی</translation>
# 1835|-> <translation id="4316057107946726368">لطفاً یک پیام توجیهی با حداکثر <ph name="MAX_CHAR_COUNT" /> نویسه وارد کنید. ‫<ph name="ACTUAL_CHAR_COUNT" /> نویسه از <ph name="MAX_CHAR_COUNT" /> نویسه استفاده شده است.</translation>
# 1836|   <translation id="4318213823155573975">پوشش سر</translation>
# 1837|   <translation id="4318312030194671742">سرویس ترکیب‌کننده پیش‌نمایش نقاشی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1580]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:1851: warning: bidirectional control characters: ['\u202b', '\u202b']
# 1849|   <translation id="4333295216031073611">فهرست خرید</translation>
# 1850|   <translation id="4333561522337981382">پنجره‌های همه نمایشگرهایتان را مدیریت کند</translation>
# 1851|-> <translation id="4336219115486912529">{COUNT,plural, =1{فردا منقضی می‌شود}one{‫# روز دیگر منقضی می‌شود}other{‫# روز دیگر منقضی می‌شود}}</translation>
# 1852|   <translation id="4336913590841287350">‏این خط‌مشی هنور به‌عنوان یک خط‌مشی کاربر در iOS پشتیبانی نمی‌شود.</translation>
# 1853|   <translation id="4340575312453649552">‏این آگهی از منابع زیادی برای دستگاهتان استفاده کرده بود، بنابراین Chrome آن را حذف کرد.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1581]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2123: warning: bidirectional control characters: ['\u202b']
# 2121|   <translation id="4885256590493466218">هنگام تصفیه حساب، با <ph name="CARD_DETAIL" /> پرداخت کنید</translation>
# 2122|   <translation id="4887406273302438710">‏محافظت از گذرواژه‌ها با Windows Hello</translation>
# 2123|-> <translation id="4891425819480327855">‏‫<ph name="CLEAR_BROWSING_DATA_FOCUSED_FRIENDLY_MATCH_TEXT" />، برای حذف کردن سابقه مرور، کوکی‌ها، حافظه نهان، و غیره در تنظیمات Chrome، کلید «جهش» و سپس «ورود» را فشار دهید</translation>
# 2124|   <translation id="4892518386797173871">عقب</translation>
# 2125|   <translation id="4895019427244614047">حذف نشانی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1582]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2197: warning: bidirectional control characters: ['\u202b']
# 2195|   <translation id="5019198164206649151">پشتیبان‌گیری ذخیره در وضعیت نادرست است</translation>
# 2196|   <translation id="5019293549442035120">‏می‌توانید از نشانی‌های ذخیره‌شده در محصولات Google استفاده کنید. این نشانی در «حساب Google» شما (<ph name="USER_EMAIL" />) ذخیره خواهد شد.</translation>
# 2197|-> <translation id="5019952743397118625">خط‌مشی <ph name="EXTENSION_DEVELOPER_MODE_SETTINGS_POLICY_NAME" /> تنظیم شده است. ‫<ph name="DEVELOPER_TOOLS_AVAILABILITY_POLICY_NAME" /> دردسترس بودن حالت توسعه‌دهنده در صفحه افزونه‌ها را کنترل نخواهد کرد.</translation>
# 2198|   <translation id="5021557570875267742">‏ردیابی قیمت‌ها با Chrome</translation>
# 2199|   <translation id="5023310440958281426">خط‌مشی‌های سرپرست سیستمتان را بررسی کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1583]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2327: warning: bidirectional control characters: ['\u202b']
# 2325|   <translation id="5266128565379329178">به‌هم چسباندن از بالا</translation>
# 2326|   <translation id="5269225904387178860">چهار سوراخ در پایین</translation>
# 2327|-> <translation id="5271381225185906340">‫«<ph name="DATA_CONTROLS_ATTRIBUTE" />» وضعیت پشتیبانی شده‌ای برای «<ph name="DATA_CONTROLS_RESTRICTION" />» نیست</translation>
# 2328|   <translation id="5273658854610202413">‏هشدار: این خط‌مشی طبق آنچه در خط‌مشی PolicyDictionaryMultipleSourceMergeList مشخص شده ادغام نشد، زیرا بخشی از خط‌مشی‌های فهرستی نیست که بتواند ادغام شود.</translation>
# 2329|   <translation id="5278778426231952189">اکنون بارگذاری شود</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1584]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2560: warning: bidirectional control characters: ['\u202b']
# 2558|   <translation id="569000877158168851">‏مقدار DnsOverHttpsTemplates مرتبط نیست و استفاده نخواهد شد، مگراینکه خط‌مشی DnsOverHttpsMode روی <ph name="SECURE_DNS_MODE_AUTOMATIC" /> یا<ph name="SECURE_DNS_MODE_SECURE" /> تنظیم شده باشد.</translation>
# 2559|   <translation id="5691848789297492617">ذخیره کردن کارت به‌صورت کامل باز شده است.</translation>
# 2560|-> <translation id="5692655638459249302">‏مهاجمان ممکن است در سایتی که می‌خواهید بازدید کنید نرم‌افزار مخربی نصب کنند که مواردی مثل گذرواژه، عکس‌ها، پیام‌ها، یا شماره کارت اعتباری شما را به‌سرقت می‌برد یا حذف می‌کند. ‫Chrome اکیداً توصیه می‌کند به ایمنی بازگردید. <ph name="BEGIN_LEARN_MORE_LINK" />درباره این [...]
# 2561|   <translation id="5695542892312572833">‏برای تأیید و تکمیل خریدتان از Windows Hello استفاده شود؟</translation>
# 2562|   <translation id="5699628521141772782">لبنیات و تخم‌مرغ</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2560: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1585]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2570: warning: bidirectional control characters: ['\u202b']
# 2568|   <translation id="571510845185711675">دامپزشک</translation>
# 2569|   <translation id="5715150588940290235">کدهای امنیتی ذخیره‌شده حذف شود؟</translation>
# 2570|-> <translation id="5715918316982363436">‫<ph name="TAB_COUNT" /> از <ph name="WINDOW_COUNT" /> در این دستگاه</translation>
# 2571|   <translation id="5716325061445053985">برای باز کردن برگه در تلفنتان، تک‌ضرب بزنید</translation>
# 2572|   <translation id="5717509257172454543">اسکیت روی یخ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1586]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2575: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b', '\u202b']
# 2573|   <translation id="5720705177508910913">کاربر کنونی</translation>
# 2574|   <translation id="5720895412771013401">رایانه رومیزی</translation>
# 2575|-> <translation id="5721367770070844253">{count,plural, =1{‫{website_1}}=2{‫{website_1}،‏ {website_2}}=3{‫{website_1}،‏ {website_2}، و ۱ وب‌سایت دیگر}one{‫{website_1}،‏ {website_2}، و {more_count} وب‌سایت دیگر}other{‫{website_1}،‏ {website_2}، و {more_count} وب‌سایت دیگر}}</translation>
# 2576|   <translation id="572328651809341494">برگه‌های اخیر</translation>
# 2577|   <translation id="5723873695528696965">‏کنترل و برنامه‌ریزی مجدد دستگاه‌های MIDI</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1587]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2814: warning: bidirectional control characters: ['\u202b']
# 2812|   <translation id="6180316780098470077">فاصله زمانی امتحان مجدد</translation>
# 2813|   <translation id="6182972682129119950">A4x5</translation>
# 2814|-> <translation id="6184868291074982484">‏‫Chrome کوکی‌های طرف سوم را به‌طور خودکار محدود می‌کند</translation>
# 2815|   <translation id="6194209731893739467">همه محصولات پیگیری‌شده‌تان را در اینجا ببینید</translation>
# 2816|   <translation id="6195163219142236913">کوکی‌های طرف سوم محدود شده است</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1588]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2847: warning: bidirectional control characters: ['\u202b']
# 2845|   <translation id="6241121617266208201">پنهان کردن پیشنهادها</translation>
# 2846|   <translation id="624499991300733384">سرویس حروف‌چین چاپ</translation>
# 2847|-> <translation id="6246316216123107851">‫<ph name="NUM_DAYS" /> روز پیش</translation>
# 2848|   <translation id="6246868321321344665">سازمان شما می‌تواند داده‌های مرور، مثل گذرواژه‌ها و سابقه را هم در نمایه کاری و هم در نمایه شخصی ببیند</translation>
# 2849|   <translation id="6250932670816326647">محصولات حمام و بدن</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1589]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2865: warning: bidirectional control characters: ['\u202b']
# 2863|   <translation id="6272088941196661550">‏سفر جستجو را ازسر بگیرید تا فعالیت‌های مرتبط را در سابقه Chrome ببینید</translation>
# 2864|   <translation id="6272383483618007430">Google Update</translation>
# 2865|-> <translation id="6278015583149890680">‏‫Google Drive و OneDrive</translation>
# 2866|   <translation id="6280223929691119688">تحویل به این نشانی ممکن نیست. نشانی دیگری را انتخاب کنید.</translation>
# 2867|   <translation id="6284292079994426700">۳۸ × ۲۶ اینچ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1590]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2871: warning: bidirectional control characters: ['\u202b']
# 2869|   <translation id="6284517535531159884">نوع پیگردی گونه‌ها</translation>
# 2870|   <translation id="6287197303017372967">با‌استفاده از ویژگی ناوبری، مسیرهای رسیدن به مقصد را با راهنمایی گام‌به‌گام دریافت کنید.</translation>
# 2871|-> <translation id="6288521565586608304">‏مهاجمان ممکن است در سایتی که می‌خواهید بازدید کنید شما را فریب دهند تا نرم‌افزار مخربی را نصب کنید که بر نحوه مرورتان تأثیر می‌گذارد — برای مثال، با تغییر صفحه اصلی یا نمایش آگهی‌های اضافی در سایت‌هایی که بازدید می‌کنید. ‫Chrome اکیداً توصیه می‌کند برا�[...]
# 2872|   <translation id="628877850550444614">تخفیف پیدا شد</translation>
# 2873|   <translation id="6289939620939689042">رنگ صفحه</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2871: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1591]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2953: warning: bidirectional control characters: ['\u202b']
# 2951|   <translation id="6414010576370319452">مراقبت از پوست و ناخن</translation>
# 2952|   <translation id="6415778972515849510">‏Chromium می‌تواند کمک کند از حساب Google خود محافظت کنید و گذرواژه‌تان را تغییر دهید.</translation>
# 2953|-> <translation id="6416877227920300343">‫EDP</translation>
# 2954|   <translation id="641811520997304166">خدمات حقوق و دستمزد</translation>
# 2955|   <translation id="6424600253695044005">فضای ذخیره‌سازی ابری</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1592]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:3193: warning: bidirectional control characters: ['\u202b']
# 3191|   <translation id="6881240511396774766">‏ایجاد سریع «سندنگار Google» جدید</translation>
# 3192|   <translation id="6882210908253838664">اگر سایتی کار نمی‌کند، می‌توانید موقتاً به آن اجازه دهید از کوکی‌های طرف سوم استفاده کند. <ph name="BEGIN_LINK" />بیشتر بدانید<ph name="END_LINK" /></translation>
# 3193|-> <translation id="6882418526420053414">‫<ph name="SITE" /> از اتصال ایمن پشتیبانی نمی‌کند</translation>
# 3194|   <translation id="6883221904761970440">برگ اصالت‌سنجی اطلاعات کاربری پرداخت امن بسته شد</translation>
# 3195|   <translation id="6884662655240309489">اندازه ۱</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1593]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:3221: warning: bidirectional control characters: ['\u202b']
# 3219|   <translation id="6934672428414710184">‏این نام از حساب Google شما گرفته شده است</translation>
# 3220|   <translation id="6935082727755903526">مشاغل حسابداری و مالی</translation>
# 3221|-> <translation id="6935179587384421592">‫<ph name="SIZE" />. ممکن است برخی سایت‌ها در بازدید بعدی‌تان کندتر بار شوند.</translation>
# 3222|   <translation id="6936976777388162184">این دستگاه بسته‌ای است و نمی‌توان آن را در «ارتقای کیوسک و تابلوی دیجیتال» ثبت‌نام کرد.</translation>
# 3223|   <translation id="6944557544071529399">بازی‌های استراتژی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1594]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:3246: warning: bidirectional control characters: ['\u202b']
# 3244|   <translation id="6965978654500191972">دستگاه</translation>
# 3245|   <translation id="696703987787944103">حسی</translation>
# 3246|-> <translation id="6967851206780867018">‫۱ فایل به‌دلیل محتوا مسدود شد</translation>
# 3247|   <translation id="6970885655016700774">پارچه (آرشیوی)</translation>
# 3248|   <translation id="6971439137020188025">‏ایجاد سریع ارائه جدید در «اسلایدنگار Google»</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1595]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:3533: warning: bidirectional control characters: ['\u202b']
# 3531|   <translation id="7481603210197454575">پاکت ایتالیایی</translation>
# 3532|   <translation id="7483482939016730822">تجهیزات مدرسه و کلاس درس</translation>
# 3533|-> <translation id="7483863401933039889">‏‫<ph name="CHROME_TIP" />، برای «بستن نکته Chrome»، کلید «جهش» و سپس «ورود» را فشار دهید.</translation>
# 3534|   <translation id="7485085230273446323">کسب‌وکار و صنعت</translation>
# 3535|   <translation id="7485870689360869515">هیچ داده‌ای یافت نشد.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1596]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:3585: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 3583|   <translation id="7567204685887185387">این سرور نتوانست اثبات کند که این <ph name="DOMAIN" /> است؛ ممکن است گواهی امنیتی آن به صورت تقلبی صادر شده باشد. ممکن است علت این موضوع پیکربندی اشتباه باشد یا مهاجمی اتصال شما را قطع کرده است.</translation>
# 3584|   <translation id="7568616151991626879">‏Google Chrome می‌خواهد گذرواژه‌تان را در <ph name="APP_NAME" /> پر کند.</translation>
# 3585|-> <translation id="7569072768465750771">{COUNT,plural, =0{هیچ‌کدام}=1{‫۱ برگه در این دستگاه}one{‫# برگه در این دستگاه}other{‫# برگه در این دستگاه}}</translation>
# 3586|   <translation id="7569490014721427265">گلف</translation>
# 3587|   <translation id="7569952961197462199">‏کارت اعتباری از Chrome پاک شود؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1597]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:3796: warning: bidirectional control characters: ['\u202b']
# 3794|   <translation id="7950027195171824198">‏مدیریت اولویت‌های کوکی در تنظیمات Chrome</translation>
# 3795|   <translation id="7951415247503192394">(۳۲ بیت)</translation>
# 3796|-> <translation id="7952192831285741665">‏‫EDP اروپایی</translation>
# 3797|   <translation id="7952250633095257243">میان‌بر نمی‌تواند خالی باشد</translation>
# 3798|   <translation id="7952327717479677595">دکمه «مدیریت موتورهای جستجو»؛ برای مدیریت موتور جستجوی پیش‌فرض و جستجوی سایت، آن را فعال کنید</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1598]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:3918: warning: bidirectional control characters: ['\u202b']
# 3916|   <translation id="8184538546369750125">استفاده از پیش‌فرض جهانی (مجاز)</translation>
# 3917|   <translation id="8186706823560132848">نرم‌افزار</translation>
# 3918|-> <translation id="8188830160449823068">‏‫IBAN فقط در دستگاه ذخیره شد</translation>
# 3919|   <translation id="8189557652711717875">از موتور جستجوی انتخابی‌تان برای ویژگی‌هایی مثل جستجو ازطریق نوار نشانی و جستجو از تصاویر موجود در صفحه‌های وب استفاده خواهد شد.</translation>
# 3920|   <translation id="8190193880870196235">تحت‌مدیریت افزونه</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1599]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4300: warning: bidirectional control characters: ['\u202b']
# 4298|   <translation id="8874824191258364635">شماره کارت معتبری وارد کنید</translation>
# 4299|   <translation id="8877780815363510165">ماهی‌گیری</translation>
# 4300|-> <translation id="888117890813270681">‫«<ph name="DATA_CONTROLS_RESTRICTION" />» را نمی‌توان روی «<ph name="DATA_CONTROLS_LEVEL" />» تنظیم کرد</translation>
# 4301|   <translation id="8884537526797090108">نمی‌توان محتوای محرمانه را ضبط کرد</translation>
# 4302|   <translation id="8888187300091017436">تشک</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1600]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4303: warning: bidirectional control characters: ['\u202b']
# 4301|   <translation id="8884537526797090108">نمی‌توان محتوای محرمانه را ضبط کرد</translation>
# 4302|   <translation id="8888187300091017436">تشک</translation>
# 4303|-> <translation id="8890048757975398817">‫<ph name="READERNAME" /> کنترل شود و دسترسی به کارت هوشمند دردسترس آن مجاز شود؟</translation>
# 4304|   <translation id="8891031436559779793">اگر قیمت در هر سایتی کاهش پیدا کند، اعلان دریافت خواهید کرد.</translation>
# 4305|   <translation id="8891727572606052622">حالت پروکسی نامعتبر است.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1601]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4359: warning: bidirectional control characters: ['\u202b']
# 4357|   <translation id="9005998258318286617">‏سند PDF بارگیری نشد.</translation>
# 4358|   <translation id="9008201768610948239">نادیده گرفتن</translation>
# 4359|-> <translation id="9014705027639070815">‏سایت‌هایی که بازدید می‌کنید می‌توانند برای کمک به سنجش عملکرد آگهی‌هایشان، اطلاعاتی از Chrome درخواست کنند. ‫Chrome به سایت‌ها اجازه می‌دهد انواع محدودی از داده را جمع‌آوری کنند؛ مثلاً آیا پس‌از بازدید از سایت خریدی انجام داده‌اید یا نه.</translation>
# 4360|   <translation id="9018120810758822233">کد امنیتی خود را برای <ph name="CREDIT_CARD" /> وارد کنید</translation>
# 4361|   <translation id="901834265349196618">ایمیل</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1602]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4412: warning: bidirectional control characters: ['\u202b']
# 4410|   <translation id="9101630580131696064">سینی ۱</translation>
# 4411|   <translation id="9103872766612412690">‏<ph name="SITE" /> معمولاً برای محافظت از اطلاعات شما از رمزگذاری استفاده می‌کند. اما این بار که Chromium تلاش کرد به <ph name="SITE" /> متصل شود، وب‌سایت اعتبارنامه‌ای نامعمول و نادرست را برگرداند. ممکن است مهاجمی در تلاش باشد خود را به‌جای <ph name="SITE" /> معرفی کند یا یک صفحه و [...]
# 4412|-> <translation id="9107199998619088551">‫<ph name="MANAGER" /> نمایه شما را مدیریت می‌کند</translation>
# 4413|   <translation id="9107467864910557787">مرورگرتان توسط <ph name="MANAGER" /> مدیریت می‌شود</translation>
# 4414|   <translation id="91108059142052966">هروقت محتوای محرمانه نمایان باشد، خط‌مشی سرپرست هم‌رسانی صفحه‌نمایش با <ph name="APPLICATION_TITLE" /> را غیرفعال می‌کند</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4412: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1603]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4420: warning: bidirectional control characters: ['\u202b']
# 4418|   <translation id="9118692854637641831">‏<ph name="HISTORY_CLUSTERS_SEARCH_FOCUSED_FRIENDLY_MATCH_TEXT" />، کلید «جهش» و سپس «ورود» را فشار دهید تا سفر جستجو را ازسر بگیرید و فعالیت‌های مرتبط را در سابقه Chrome ببینید</translation>
# 4419|   <translation id="9119042192571987207">بارگذاری‌شده</translation>
# 4420|-> <translation id="9119308212838450857">‫<ph name="PROVIDER_ORIGIN" /> می‌خواهد هویتتان را درستی‌سنجی کند</translation>
# 4421|   <translation id="912327514020027767">دامن</translation>
# 4422|   <translation id="912414390325846156">قبلاً انتخاب کرده بودید برای این سایت مجاز نباشد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1604]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4494: warning: bidirectional control characters: ['\u202b']
# 4492|   <translation id="945646848072568856">‏Chrome سایت‌هایی را که بااستفاده از کوکی‌های طرف سوم، شما را هنگام مرور وب ردیابی می‌کنند مسدود می‌کند.</translation>
# 4493|   <translation id="945855313015696284">اطلاعات زیر را بررسی و کارت‌های نامعتبر را حذف کنید</translation>
# 4494|-> <translation id="94613679163347541">‫<ph name="CATEGORY" /> مقایسه شود؟</translation>
# 4495|   <translation id="947370374845726940">‏<ph name="CREATE_GOOGLE_SITE_FOCUSED_FRIENDLY_MATCH_TEXT" />؛ برای ایجاد سریع سایت جدید در Google Sites، کلید «جهش» و سپس «ورود» را فشار دهید</translation>
# 4496|   <translation id="947974362755924771">{COUNT,plural, =0{‏‫Chrome کوکی‌ها را امروز دوباره محدود خواهد کرد}=1{‏‫Chrome کوکی‌ها را فردا دوباره محدود خواهد کرد}one{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}other{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}}</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1605]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:4496: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 4494|   <translation id="94613679163347541">‫<ph name="CATEGORY" /> مقایسه شود؟</translation>
# 4495|   <translation id="947370374845726940">‏<ph name="CREATE_GOOGLE_SITE_FOCUSED_FRIENDLY_MATCH_TEXT" />؛ برای ایجاد سریع سایت جدید در Google Sites، کلید «جهش» و سپس «ورود» را فشار دهید</translation>
# 4496|-> <translation id="947974362755924771">{COUNT,plural, =0{‏‫Chrome کوکی‌ها را امروز دوباره محدود خواهد کرد}=1{‏‫Chrome کوکی‌ها را فردا دوباره محدود خواهد کرد}one{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}other{‏‫Chrome کوکی‌ها را # روز دیگر دوباره محدود خواهد کرد}}</translation>
# 4497|   <translation id="949314938206378263">‏درخواست کرده‌اید از این سایت بازدید کنید. ولی‌تان می‌تواند در Family Link پاسخ دهد.</translation>
# 4498|   <translation id="950736567201356821">سه سوراخ در بالا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1606]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:662: warning: bidirectional control characters: ['\u202b']
#  660|   <translation id="2176974405772725904">שמירת הכתובת בחשבון</translation>
#  661|   <translation id="2178665390943006934">‏הלחצן לעדכון Chrome, מפעילים אותו כדי לעדכן את Chrome דרך הגדרות Chrome</translation>
#  662|-> <translation id="2179003720612888584">‫<ph name="SITE_TITLE" /> ב-<ph name="SITE_DOMAIN_NAME" /></translation>
#  663|   <translation id="2181821976797666341">מדיניות</translation>
#  664|   <translation id="2182170103603703676">מדיחי כלים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1607]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:695: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  693|   <translation id="2228057197024893428">‏הכתובת הזו שמורה ב-Chrome. כדי להשתמש בה בכל מוצרי Google, צריך לשמור אותה בחשבון Google שלך, <ph name="ACCOUNT" />.</translation>
#  694|   <translation id="2229456043301340598">קיצור דרך זהה שהמערכת התעלמה ממנו: <ph name="SHORTCUT_NAME" /></translation>
#  695|-> <translation id="2233041017768270281">{COUNT,plural, =1{כרטיסייה אחת}one{‫# כרטיסיות}two{‫# כרטיסיות}other{‫# כרטיסיות}}</translation>
#  696|   <translation id="2233745931693710080">Compact Disc</translation>
#  697|   <translation id="2235344399760031203">‏קובצי cookie של צד שלישי חסומים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1608]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:722: warning: bidirectional control characters: ['\u202b']
#  720|   <translation id="2277103315734023688">הרצה קדימה</translation>
#  721|   <translation id="2277753418458118549">הצגת פרטי החיבור</translation>
#  722|-> <translation id="2277949605527755300">‫<ph name="URL" /> רוצה לעקוב אחר תנועות הידיים שלך</translation>
#  723|   <translation id="22792995594807632">נדרשת בדיקה לפני ההורדה</translation>
#  724|   <translation id="2283340219607151381">שמירה ומילוי של כתובות</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1609]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:743: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
#  741|   <translation id="2318594867107319532">חותמת הזמן האחרונה של המדיניות:</translation>
#  742|   <translation id="2320564945062300737">מוצרי טיפוח לעור הפנים</translation>
#  743|-> <translation id="2322254345061973671">{COUNT,plural, =1{חלון אחד}one{‫# חלונות}two{‫# חלונות}other{‫# חלונות}}</translation>
#  744|   <translation id="2328651992442742497">יש הרשאה (ברירת מחדל)</translation>
#  745|   <translation id="2328955282645810595">כלי בנייה וכלי עבודה ממונעים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1610]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:1151: warning: bidirectional control characters: ['\u202b']
# 1149|   <translation id="3126023634486644099">Labels (Permanent)</translation>
# 1150|   <translation id="3133565499688974786">מנוע החיפוש שמוגדר כברירת מחדל הוא <ph name="SEARCH_ENGINE_NAME" /></translation>
# 1151|-> <translation id="3137283076021007034">‫<ph name="KEYWORD" /> – חיפוש של <ph name="KEYWORD_SHORT_NAME" /></translation>
# 1152|   <translation id="3137507986424712703">{COUNT,plural, =0{אין}=1{נתוני כניסה של חשבון אחד}one{נתוני כניסה של # חשבונות}two{נתוני כניסה של 2 חשבונות}other{נתוני כניסה של # חשבונות}}</translation>
# 1153|   <translation id="3140646734028448730">שירותים עסקיים</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1611]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:2127: warning: bidirectional control characters: ['\u202b']
# 2125|   <translation id="4885256590493466218">תשלום בקופה עם <ph name="CARD_DETAIL" /></translation>
# 2126|   <translation id="4887406273302438710">‏הגנה על סיסמאות באמצעות Windows Hello</translation>
# 2127|-> <translation id="4891425819480327855">‏‫<ph name="CLEAR_BROWSING_DATA_FOCUSED_FRIENDLY_MATCH_TEXT" />, לוחצים על Tab ואז על Enter כדי למחוק את היסטוריית הגלישה, קובצי ה-Cookie, המטמון ועוד בהגדרות של Chrome</translation>
# 2128|   <translation id="4892518386797173871">חלק אחורי</translation>
# 2129|   <translation id="4895019427244614047">מחיקת הכתובת</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1612]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:2575: warning: bidirectional control characters: ['\u202b']
# 2573|   <translation id="571510845185711675">וטרינרים</translation>
# 2574|   <translation id="5715150588940290235">למחוק את קודי האבטחה שנשמרו?</translation>
# 2575|-> <translation id="5715918316982363436">‫<ph name="TAB_COUNT" /> מתוך <ph name="WINDOW_COUNT" /> במכשיר הזה</translation>
# 2576|   <translation id="5716325061445053985">צריך להקיש כדי לפתוח את הכרטיסייה בטלפון</translation>
# 2577|   <translation id="5717509257172454543">החלקה על הקרח</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1613]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:2580: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 2578|   <translation id="5720705177508910913">משתמש נוכחי:</translation>
# 2579|   <translation id="5720895412771013401">מחשבים</translation>
# 2580|-> <translation id="5721367770070844253">{count,plural, =1{{website_1}}=2{{website_1}, {website_2}}=3{‫{website_1},‏ {website_2} ועוד אתר אחד}one{‫{website_1},‏ {website_2} ועוד {more_count} אתרים}other{‫{website_1},‏ {website_2} ועוד {more_count} אתרים}}</translation>
# 2581|   <translation id="572328651809341494">כרטיסיות אחרונות</translation>
# 2582|   <translation id="5723873695528696965">‏לשלוט במכשירי ה-MIDI ולתכנת אותם מחדש</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1614]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:2870: warning: bidirectional control characters: ['\u202b']
# 2868|   <translation id="6272088941196661550">‏חזרה לתהליך כדי להציג את הפעילות הרלוונטית בהיסטוריה ב-Chrome</translation>
# 2869|   <translation id="6272383483618007430">‏עדכוני Google</translation>
# 2870|-> <translation id="6278015583149890680">‏‫Google Drive ו-OneDrive</translation>
# 2871|   <translation id="6280223929691119688">לא ניתן לבצע מסירה בכתובת זו. עליך לבחור כתובת אחרת.</translation>
# 2872|   <translation id="6284292079994426700">‏26x38 אינץ'</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1615]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:3119: warning: bidirectional control characters: ['\u202b']
# 3117|   <translation id="671076103358959139">טוקן הרשמה:</translation>
# 3118|   <translation id="6711464428925977395">‏משהו אינו תקין בשרת ה-proxy, או שהכתובת שגויה.</translation>
# 3119|-> <translation id="6716039223770814796">‫<ph name="COMPARE_SET_NAME" /> · השוואה בין <ph name="ITEMS" /> פריטים</translation>
# 3120|   <translation id="6716672519412350405">האתר <ph name="URL" /> רוצה ליצור מפה בתלת ממד של הסביבה שלך ולעקוב אחר מיקום המצלמה</translation>
# 3121|   <translation id="6717692133381953670">הכרטיסייה נשלחה ממכשיר <ph name="DEVICE_NAME" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1616]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:3538: warning: bidirectional control characters: ['\u202b']
# 3536|   <translation id="7481603210197454575">מעטפה – איטלקית</translation>
# 3537|   <translation id="7483482939016730822">ציוד לכיתות ולבתי ספר</translation>
# 3538|-> <translation id="7483863401933039889">‏‫<ph name="CHROME_TIP" />, לוחצים על Tab ואז על Enter כדי לסגור את הטיפ ל-Chrome.</translation>
# 3539|   <translation id="7485085230273446323">עסקים ותעשייה</translation>
# 3540|   <translation id="7485870689360869515">לא נמצאו נתונים.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1617]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:3590: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b']
# 3588|   <translation id="7567204685887185387">השרת הזה לא הצליח להוכיח שהוא <ph name="DOMAIN" />. ייתכן שאישור האבטחה שלו נופק כהונאה. הסיבה לכך עשויה להיות הגדרה שגויה או תוקף המיירט את החיבור שלך.</translation>
# 3589|   <translation id="7568616151991626879">‏Google Chrome מנסה למלא את הסיסמה שלך ב-<ph name="APP_NAME" />.</translation>
# 3590|-> <translation id="7569072768465750771">{COUNT,plural, =0{אין כרטיסיות}=1{כרטיסייה אחת במכשיר הזה}one{‫# כרטיסיות במכשיר הזה}two{‫# כרטיסיות במכשיר הזה}other{‫# כרטיסיות במכשיר הזה}}</translation>
# 3591|   <translation id="7569490014721427265">גולף</translation>
# 3592|   <translation id="7569952961197462199">‏האם להסיר את פרטי כרטיס האשראי מ-Chrome?</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1618]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:3705: warning: bidirectional control characters: ['\u202b']
# 3703|   <translation id="7751971323486164747">‏התאמה אישית של הגופנים וגודל הטקסט ב-Chrome</translation>
# 3704|   <translation id="7752995774971033316">ללא ניהול</translation>
# 3705|-> <translation id="7753769899818674547">‫<ph name="KEYWORD" /> – שיחה עם <ph name="KEYWORD_SHORT_NAME" /></translation>
# 3706|   <translation id="7754587126786572336">‏הכרטיסיות והאפליקציות שלך ב-Chrome ייסגרו כשהעדכון יתחיל</translation>
# 3707|   <translation id="7755287808199759310">אחד מההורים שלך יכול לבטל בשבילך את החסימה</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1619]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_iw.xtb:4364: warning: bidirectional control characters: ['\u202b']
# 4362|   <translation id="9005998258318286617">‏הטעינה של מסמך ה-PDF נכשלה.</translation>
# 4363|   <translation id="9008201768610948239">סגירה</translation>
# 4364|-> <translation id="9014705027639070815">‏אתרים שביקרת בהם יכולים לשלוח ל-Chrome בקשה לקבלת מידע שיעזור להם למדוד את ביצועי המודעות שלהם. ‫Chrome מאפשר לאתרים לאסוף סוגים מסוימים של נתונים, למשל אם ביצעת רכישה אחרי ביקור באתר.</translation>
# 4365|   <translation id="9018120810758822233">עליך להזין את קוד האבטחה של <ph name="CREDIT_CARD" /></translation>
# 4366|   <translation id="901834265349196618">אימייל</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1620]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:67: warning: bidirectional control characters: ['\u202b']
#   65|   <translation id="1108464073729874771">A3x4</translation>
#   66|   <translation id="1110994991967754504"><ph name="PERMISSION_NAME" /> کے لیے اجازت منتخب کریں</translation>
#   67|-> <translation id="1113000785583998331">‏‫IBAN کو محفوظ کریں؟</translation>
#   68|   <translation id="1113869188872983271">دوبارہ ترتیب &amp;کالعدم کریں</translation>
#   69|   <translation id="1118429183611783760">ویکیومز اور فرش کی نگہداشت</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1621]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:271: warning: bidirectional control characters: ['\u202b']
#  269|   <translation id="1462951478840426066">اپنے کمپیوٹر پر فونٹس کا استعمال کریں تاکہ آپ اعلی معیار کا مواد تخلیق کر سکیں</translation>
#  270|   <translation id="1463793142714244641">وقت کے اشتراکات اور تعطیل کی خصوصیات</translation>
#  271|-> <translation id="1465457928007067810">‏‫IBAN آپ کے Google اکاؤنٹ میں محفوظ ہو گیا ہے</translation>
#  272|   <translation id="1467432559032391204">بائیں</translation>
#  273|   <translation id="1468653229182955856"><ph name="TOP_ORIGIN" /> پر جاری رکھنے کے لئے <ph name="EMBEDDED_ORIGIN" /> کی خاطر <ph name="ONE_TIME_CODE" /> آپ کا کوڈ ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1622]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:375: warning: bidirectional control characters: ['\u202b']
#  373|   <translation id="1652415888492971589">JIS B8</translation>
#  374|   <translation id="1652862280638399816">‏macOS Keychain کے ساتھ پاس ورڈ مینیجر کا استعمال کرنے کے لیے، Chromium کو بند کر کے دوبارہ چلائیں اور Keychain تک رسائی کی اجازت دیں۔ بند کر کے دوبارہ چلانے کے بعد، آپ کے ٹیبز دوبارہ کھل جائیں گے۔</translation>
#  375|-> <translation id="1652887625750064647">‏‫AI کا بہترین مماثل</translation>
#  376|   <translation id="1656024727720460136">‏پڑھنے کو زیادہ آسان بنانے کے ليے Chrome نے اس صفحے کو آسان بنایا۔ Chrome نے محفوظ کنکنشن پر اصل صفحہ کو بازیاب کیا۔</translation>
#  377|   <translation id="1656489000284462475">پک اپ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1623]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:521: warning: bidirectional control characters: ['\u202b']
#  519|   <translation id="1924727005275031552">نئی</translation>
#  520|   <translation id="1927439846988093361">بالوں کی نگہداشت</translation>
#  521|-> <translation id="1935353813610900265">‏‫AI کے ذریعے تقویت یافتہ سرگزشت کی تلاش کے لیے تاثرات بھیجیں</translation>
#  522|   <translation id="1935995810530254458">بہر حال کاپی کریں</translation>
#  523|   <translation id="1939059826036755332">خودکار تصویر میں تصویر</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1624]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:681: warning: bidirectional control characters: ['\u202b']
#  679|   <translation id="2213606439339815911">اندراجات کی بازیافت کی جا رہی ہے…</translation>
#  680|   <translation id="2213612003795704869">صفحہ پرنٹ کردہ ہے</translation>
#  681|-> <translation id="2215368073167343359">‏‫Google کے ساتھ آٹو فِل</translation>
#  682|   <translation id="2215539479425228550">چڑھائی اور کوہ پیمائی</translation>
#  683|   <translation id="2215727959747642672">فائل میں ترمیم کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1625]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:717: warning: bidirectional control characters: ['\u202b']
#  715|   <translation id="2267047181501709434">آپ کی شناخت کی توثیق ہو رہی ہے...</translation>
#  716|   <translation id="2268044343513325586">بہتر بنائیں</translation>
#  717|-> <translation id="2268966938956566076">‫<ph name="MINUTES" /> منٹ میں اپ لوڈ کریں</translation>
#  718|   <translation id="2270484714375784793">فون نمبر</translation>
#  719|   <translation id="2276057643614339130">پرنٹ بیس</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1626]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:906: warning: bidirectional control characters: ['\u202b']
#  904|   <translation id="2625385379895617796">آپ کی گھڑی آگے ہے</translation>
#  905|   <translation id="262745152991669301">‏سائٹ USB آلات سے منسلک ہونے کیلئے پوچھ سکتی ہے</translation>
#  906|-> <translation id="2628224721443278970">‏‫Microsoft OneDrive میں سائن ان کریں</translation>
#  907|   <translation id="2634124572758952069">‏<ph name="HOST_NAME" /> کے سرور کا IP پتہ نہیں مل سکا۔</translation>
#  908|   <translation id="2639739919103226564">صورتحال:</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1627]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:916: warning: bidirectional control characters: ['\u202b']
#  914|   <translation id="2653659639078652383">جمع کرائیں</translation>
#  915|   <translation id="2655752832536625875">غسل خانہ</translation>
#  916|-> <translation id="2656194288057285221">‏‫Chrome کی تجویز کے بٹن کو برخاست کریں، برخاست کرنے کیلئے Enter دبائیں</translation>
#  917|   <translation id="2657637947725373811">{0,plural, =1{رازدارانہ فائل منتقل کریں؟}other{رازدارانہ فائلز منتقل کریں؟}}</translation>
#  918|   <translation id="2658843814961855121">مزدوری اور ملازمت کا قانون</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1628]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:1321: warning: bidirectional control characters: ['\u202b']
# 1319|   <translation id="3428151540071562330">‏ایک یا ایک سے زیادہ DnsOverHttpsTemplates سرور تمثیل URIs غلط ہیں اور استعمال نہیں کیے جائیں گے۔</translation>
# 1320|   <translation id="3428789896412418755">گروپ کردہ سرگزشت</translation>
# 1321|-> <translation id="3430206873883193118">‏آپ جو سائٹ ملاحظہ کرنے کی کوشش کر رہے ہیں، اس پر حملہ آور دھوکے سے آپ سے سافٹ ویئر انسٹال کروا سکتے ہیں یا آپ کے پاس ورڈ، فون یا کریڈٹ کارڈ نمبر جیسی چیزیں افشاء کروا سکتے ہیں۔ ‫Chrome تحفظ پر واپس جانے کا پُرزور مشورہ دیتا ہے۔ <ph name="BEGIN_LEARN_MORE_LINK" />اس وارننگ کے ب�[...]
# 1322|   <translation id="3432601291244612633">صفحہ بند کریں</translation>
# 1323|   <translation id="3433111389595862568">معاونت اور کانفرنسنگ سافٹ ویئر</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:1321: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1629]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:1458: warning: bidirectional control characters: ['\u202b']
# 1456|   <translation id="3646643500201740985">اس بات کی پیمائش کرنا کہ اشتہار کتنی اچھی کارکردگی کا مظاہرہ کرتا ہے</translation>
# 1457|   <translation id="3647286794400715637">‏urls اسٹرنگ کے ہر اندراج میں 1 سے 2 کے درمیان URLs کا شامل ہونا ضروری ہے۔</translation>
# 1458|-> <translation id="3647400963805615193">‏‫Chrome کی تجویز کے بٹن کو برخاست کریں، برخاست کرنے کے لیے اینٹر دبائیں، <ph name="REMOVE_BUTTON_FOCUSED_FRIENDLY_MATCH_TEXT" /></translation>
# 1459|   <translation id="3650584904733503804">توثیق کامیاب رہی</translation>
# 1460|   <translation id="3650594806107685466">‏اپنے کارڈ کو محفوظ رکھنے میں مدد کے لیے، <ph name="SIDE_OF_CARD" /> پر CVC درج کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1630]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:1879: warning: bidirectional control characters: ['\u202b']
# 1877|   <translation id="4378154925671717803">فون</translation>
# 1878|   <translation id="4384395682990721132">A4x3</translation>
# 1879|-> <translation id="4387692837058041921">‏‫Microsoft OneDrive پر فائل اپ لوڈ کو موقوف کر دیا گیا ہے</translation>
# 1880|   <translation id="4390472908992056574">کنارہ</translation>
# 1881|   <translation id="4397059608630092079">آٹو فل استعمال کرتے وقت ہمیشہ توثیق کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1631]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:2102: warning: bidirectional control characters: ['\u202b']
# 2100|   <translation id="4855395119669662878">آپ کا منتظم آپ کی فائلز کو <ph name="CLOUD_PROVIDER" /> میں <ph name="DATE_TIME" /> بجے اپ لوڈ کرنا شروع کر دے گا۔ اپنے آلے کو اس وقت تک منسلک رکھیں جب تک آپ کی فائل اپ لوڈ مکمل نہ ہو جائے۔ اپ لوڈ کے دوران، آپ صرف مقامی فائلز پڑھ سکیں گے۔</translation>
# 2101|   <translation id="485902285759009870">کوڈ کی توثیق ہو رہی ہے...</translation>
# 2102|-> <translation id="4860260582253463350">‏‫YouTube پر جاری رکھنے کے لیے، ہمیں اس بات کو یقینی بنانا ہوگا کہ یہ آپ ہی ہیں۔ آپ کو وہ ترتیبات ملیں گی جن کا آپ کے والدین یا سرپرست نے Family Link میں سیٹ اپ کیا ہے۔</translation>
# 2103|   <translation id="4864406669374375262">ورژن اسٹرنگ کلپ بورڈ پر کاپی ہو گئی</translation>
# 2104|   <translation id="486459320933704969">یہ سائٹ ملاحظہ کرنے کے لئے آپ کے والد/والدہ یا سرپرست کو کہنا ہوگا کہ یہ آپ کے لئے ٹھیک ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1632]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:2156: warning: bidirectional control characters: ['\u202b']
# 2154|   <translation id="4934780484581617878">ونڈو کا نظم و نسق</translation>
# 2155|   <translation id="4936134414789135531">داخل کردہ <ph name="VALUE_NAME" /> نہیں مل سکا۔</translation>
# 2156|-> <translation id="4936573216809994970">‫1 گھنٹے میں آپ کی فائل <ph name="CLOUD_PROVIDER" /> میں اپ لوڈ ہونا شروع ہو جائے گی</translation>
# 2157|   <translation id="4936675324097895694">فائنانس</translation>
# 2158|   <translation id="4943620199112228840">اپنے مائیکروفون کا استعمال کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1633]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:2561: warning: bidirectional control characters: ['\u202b']
# 2559|   <translation id="569000877158168851">‏DnsOverHttpsTemplates قدر متعلقہ نہیں ہے اور استعمال نہیں کی جائے گی الاؐ DnsOverHttpsMode پالیسی یا تو <ph name="SECURE_DNS_MODE_AUTOMATIC" /> یا <ph name="SECURE_DNS_MODE_SECURE" /> پر سیٹ ہو۔</translation>
# 2560|   <translation id="5691848789297492617">پوری اسکرین پر کھلے ہوئے کارڈ کو محفوظ کریں۔</translation>
# 2561|-> <translation id="5692655638459249302">‏آپ جو سائٹ ملاحظہ کرنے کی کوشش کر رہے ہیں، اس پر حملہ آور ایسا نقصان دہ سافٹ ویئر انسٹال کر سکتے ہیں جو آپ کے پاس ورڈ، تصاویر، پیغامات یا کریڈٹ کارڈ نمبر جیسی چیزیں چُراتا یا حذف کرتا ہے۔ ‫Chrome تحفظ پر واپس جانے کا پُرزور مشورہ دیتا ہے۔ <ph name="BEGIN_LEARN_MORE_LINK" />اس  [...]
# 2562|   <translation id="5695542892312572833">‏آپ کی خریداری کی توثیق اور اسے مکمل کرنے کیلئے Windows Hello کا استعمال کریں؟</translation>
# 2563|   <translation id="5699628521141772782">ڈیری اور انڈے</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:2561: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1634]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:2810: warning: bidirectional control characters: ['\u202b']
# 2808|   <translation id="6167577165590485365">بازیافت کی آخری کوشش:</translation>
# 2809|   <translation id="617256461084925519">‏Google Chrome اس بات کی تصدیق کرنے کی کوشش کر رہا ہے کہ یہ آپ ہی ہیں تاکہ یہ آپ کی ادائیگی کی معلومات کو پُر کر سکے۔</translation>
# 2810|-> <translation id="6173208311907792313">‏‫Windows Hello استعمال کر کے اپنی خریداری مکمل کریں</translation>
# 2811|   <translation id="6176387967264100435">یہ قیمت زیادہ ہے</translation>
# 2812|   <translation id="6177128806592000436">اس سائٹ سے آپ کا کنکشن محفوظ نہیں ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1635]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:2867: warning: bidirectional control characters: ['\u202b']
# 2865|   <translation id="6272088941196661550">‏اپنی Chrome کی سرگزشت میں متعلقہ سرگرمی دیکھنے کے لیے دوبارہ اپنا صارف کا تجربہ شروع کریں</translation>
# 2866|   <translation id="6272383483618007430">‏Google اپ ڈیٹ</translation>
# 2867|-> <translation id="6278015583149890680">‏‫Google Drive اور OneDrive</translation>
# 2868|   <translation id="6280223929691119688">اس پتے پر ڈیلیوری نہیں ہو سکتی۔ کوئی مختلف پتہ منتخب کریں۔</translation>
# 2869|   <translation id="6284292079994426700">‏‎26 x 38 انچ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1636]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:3142: warning: bidirectional control characters: ['\u202b']
# 3140|   <translation id="6770747695101757579">کاغذ (کاٹن)</translation>
# 3141|   <translation id="677257480647123231">انٹرنیٹ پر بچوں کی حفاظت</translation>
# 3142|-> <translation id="6772959465807028761">‏‫YouTube استعمال کرنے کے لیے، اپنے Google اکاؤنٹ کے ساتھ جاری رکھیں</translation>
# 3143|   <translation id="6775759552199460396">JIS B2</translation>
# 3144|   <translation id="6777088782163649345">‏اپنے والدین کے انتخاب کے ساتھ YouTube کا استعمال کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1637]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:3428: warning: bidirectional control characters: ['\u202b']
# 3426|   <translation id="7311837626618954149">‏Chromium سائٹس کو فریق ثالث کوکیز کا استعمال کرنے سے مسدود کرتا ہے تاکہ آپ کے براؤز کرتے وقت وہ آپ کو ٹریک نہ کر سکیں۔</translation>
# 3427|   <translation id="7313107491291103073">آپ کی تنظیم نے اس سائٹ کو پرچم زد کیا ہے کیونکہ یہ پالیسی کی خلاف ورزی کر سکتی ہے۔</translation>
# 3428|-> <translation id="7316521168101843192">‏‫Microsoft OneDrive میں فائل کو محفوظ کیا جا رہا ہے</translation>
# 3429|   <translation id="7319430975418800333">A3</translation>
# 3430|   <translation id="7320336641823683070">کنکشن سے متعلق مدد</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1638]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:3518: warning: bidirectional control characters: ['\u202b']
# 3516|   <translation id="7450577240311017924">‏مطابقت پذیری کا نظم کریں بٹن، آپ Chrome ترتیبات میں کن معلومات کو مطابقت پذیر بناتے ہیں ان کا نظم کرنے کے لئے فعال کریں</translation>
# 3517|   <translation id="7451311239929941790">اس مسئلہ کے بارے میں <ph name="BEGIN_LINK" />مزید جاننے کی<ph name="END_LINK" />۔</translation>
# 3518|-> <translation id="745208957946308667">‏‫Dino گیم، کھیلنے کے لیے اسپیس دبائیں</translation>
# 3519|   <translation id="7454377933424667109">کلاؤڈ اکاؤنٹ</translation>
# 3520|   <translation id="7455133967321480974">گلوبل ڈیفالٹ استعمال کریں (مسدود کریں)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1639]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:3919: warning: bidirectional control characters: ['\u202b']
# 3917|   <translation id="8184538546369750125">عالمی ڈیفالٹ استعمال کریں (اجازت دیں)</translation>
# 3918|   <translation id="8186706823560132848">سافٹ ویئر</translation>
# 3919|-> <translation id="8188830160449823068">‏‫IBAN صرف آلہ میں محفوظ کیا گیا</translation>
# 3920|   <translation id="8189557652711717875">آپ جس سرچ انجن کا انتخاب کرتے ہیں وہ ایڈریس بار سے تلاش کرنے اور ویب صفحات پر تصاویر سے تلاش کرنے جیسی خصوصیات کے لیے استعمال کیا جائے گا۔</translation>
# 3921|   <translation id="8190193880870196235">ایکسٹینشن کے ذریعے نظم کردہ</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1640]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:4013: warning: bidirectional control characters: ['\u202b']
# 4011|   <translation id="833262891116910667">ہائی لائٹ کریں</translation>
# 4012|   <translation id="8339163506404995330"><ph name="LANGUAGE" /> کے صفحات کا ترجمہ نہیں کیا جائے گا</translation>
# 4013|-> <translation id="8339275256517065202">‏‫Touch ID استعمال کر کے اپنی خریداری مکمل کریں</translation>
# 4014|   <translation id="8340095855084055290"><ph name="EXPIRATION_MONTH" />/<ph name="EXPIRATION_YEAR" /></translation>
# 4015|   <translation id="8344776605855290140">ورچوئل کارڈ کا اندراج پوری اسکرین پر کھلا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1641]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:4082: warning: bidirectional control characters: ['\u202b']
# 4080|   <translation id="8457125768502047971">غیر معین</translation>
# 4081|   <translation id="8458202188076138974">Letter Extra</translation>
# 4082|-> <translation id="8458605637341729751">‏جاری رکھ کر، آپ دھوکہ دہی سے بچاؤ کے مقاصد کے لیے اپنے آلہ کے قطعی مقام کو جمع کرنے اور اپنے اکاؤنٹ ہولڈر کے ساتھ اس کا اشتراک کرنے سے اتفاق کرتے ہیں۔ ‫Chrome میں Pix کو آف کرنے کے لیے، اپنی <ph name="BEGIN_LINK1" />ادائیگی کی ترتیبات<ph name="END_LINK1" /> پر جائیں</translation>
# 4083|   <translation id="8460854335417802511">اسے آن کریں</translation>
# 4084|   <translation id="8461694314515752532">اپنے ذاتی مطابقت پذیر پاس فریز کے ساتھ مطابقت پذیر کردہ ڈیٹا کی مرموزکاری کریں</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1642]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:4191: warning: bidirectional control characters: ['\u202b']
# 4189|   <translation id="8680536109547170164"><ph name="QUERY" />، جواب، <ph name="ANSWER" /></translation>
# 4190|   <translation id="8681531050781943054"><ph name="PAGE" /> پر موجود ویب صفحہ لوڈ نہیں ہو سکا کیوںکہ:</translation>
# 4191|-> <translation id="8682297334444610648">‏‫Dino گیم، کھیلنے کے لیے تھپتھپائیں</translation>
# 4192|   <translation id="8686424632716064939">کمپیوٹر سیکیورٹی</translation>
# 4193|   <translation id="8687278439622293018">اندراج <ph name="ENTRY_VOICEOVER" /> کو حذف کر دیا گیا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1643]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:4308: warning: bidirectional control characters: ['\u202b']
# 4306|   <translation id="8891727572606052622">پراکسی کی غلط وضع۔</translation>
# 4307|   <translation id="8894794286471754040">طویل کنارہ پہلے</translation>
# 4308|-> <translation id="8895334001368918465">‏‫Chrome میں دیگر آٹو فِل سروس استعمال کرنے کے لیے، اسے Android کی ترتیبات میں اور یہاں، آن کریں</translation>
# 4309|   <translation id="8897221284075091877">‏اس مواد کو دیکھنے کی درخواست کرنے کے لیے، اپنے Google اکاؤنٹ کے ساتھ جاری رکھیں</translation>
# 4310|   <translation id="8897428486789851669">تیراکی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1644]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:4405: warning: bidirectional control characters: ['\u202b']
# 4403|   <translation id="9090218457905363312">ریگے اور کریبیائی موسیقی</translation>
# 4404|   <translation id="9090243919347147717">منسلکات</translation>
# 4405|-> <translation id="9090548458280093580">‏‫AI کے ذریعے تقویت یافتہ اپنی سرگزشت تلاش کریں</translation>
# 4406|   <translation id="9090993752571911635">‏انٹرنیٹ سروس پرووائیڈرز (ISPs)</translation>
# 4407|   <translation id="9093723786115107672">شب خوابی کا لباس</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1645]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/components_strings_ur.xtb:4476: warning: bidirectional control characters: ['\u202b']
# 4474|   <translation id="9209339767782560829">آپ کا لاگ ان سرٹیفکیٹ استعمال کرنے میں ایک مسئلہ تھا۔</translation>
# 4475|   <translation id="9210825002219699214">ہوائی سفر</translation>
# 4476|-> <translation id="9211461151375991073">‫<ph name="FEATURED_SEARCH_LIST" /> تلاش کرنے کے لیے @ ٹائپ کریں</translation>
# 4477|   <translation id="9213433120051936369">ہیئت حسب ضرورت بنائیں</translation>
# 4478|   <translation id="9215416866750762878">‏ایک ایپلیکیشن Chrome کو محفوظ طور پر سائٹ سے منسلک ہونے سے روک رہی ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1646]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/privacy_sandbox_strings_iw.xtb:4: warning: bidirectional control characters: ['\u202b']
#    2|   <!DOCTYPE translationbundle>
#    3|   <translationbundle lang="iw">
#    4|-> <translation id="1444443021901415601">‫Chrome מזהה נושאים שמעניינים אותך על סמך היסטוריית הגלישה שלך מהזמן האחרון</translation>
#    5|   <translation id="2252052615723281030">אחרי כניסה לחשבון ב-Chrome, כתובת ה-IP נשמרת בפרטיות בזכות ההגדרה הזו. אם ב-Chrome עולה חשד שאתר מסוים עוקב אחריך, יכול להיות שחלקים מתנועת הגלישה שלך יישלחו דרך שרתי פרטיות.</translation>
#    6|   <translation id="2793385791865768072">‫Chromium מזהה נושאים שמעניינים אותך על סמך היסטוריית הגלישה שלך מהזמן האחרון</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1647]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/privacy_sandbox_strings_iw.xtb:6: warning: bidirectional control characters: ['\u202b']
#    4|   <translation id="1444443021901415601">‫Chrome מזהה נושאים שמעניינים אותך על סמך היסטוריית הגלישה שלך מהזמן האחרון</translation>
#    5|   <translation id="2252052615723281030">אחרי כניסה לחשבון ב-Chrome, כתובת ה-IP נשמרת בפרטיות בזכות ההגדרה הזו. אם ב-Chrome עולה חשד שאתר מסוים עוקב אחריך, יכול להיות שחלקים מתנועת הגלישה שלך יישלחו דרך שרתי פרטיות.</translation>
#    6|-> <translation id="2793385791865768072">‫Chromium מזהה נושאים שמעניינים אותך על סמך היסטוריית הגלישה שלך מהזמן האחרון</translation>
#    7|   <translation id="33479675708419823">אחרי כניסה לחשבון ב-Chrome, כתובת ה-IP נשמרת בפרטיות בזכות ההגדרה הזו. אם ב-Chrome עולה חשד שאתר מסוים עוקב אחריך, יכול להיות שחלקים מתנועת הגלישה שלך יישלחו דרך שרתי פרטיות. <ph name="LINK_BEGIN" />כאן מוסבר בפירוט איך פועלת ההגנה על כתובת ה-IP<ph name="LINK_END" /></translation>
#    8|   <translation id="3529311220178827364">מידע נוסף על הסתרת כתובת ה-IP</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1648]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/privacy_sandbox_strings_ur.xtb:4: warning: bidirectional control characters: ['\u202b']
#    2|   <!DOCTYPE translationbundle>
#    3|   <translationbundle lang="ur">
#    4|-> <translation id="1444443021901415601">‫Chrome آپ کی حالیہ براؤزنگ کی سرگزشت کی بنیاد پر دلچسپی کے عنوانات کو نوٹ کرتا ہے</translation>
#    5|   <translation id="2252052615723281030">جب آپ Chrome میں سائن ان ہوتے ہیں تو یہ ترتیب آپ کے IP پتے کو نجی رکھنے میں مدد کرتی ہے۔ اگر Chrome کو شبہ ہے کہ کوئی سائٹ ممکنہ طور پر آپ کو ٹریک کر رہی ہے تو آپ کی کچھ ٹریفک رازداری کے سرورز کے ذریعے بھیجی جا سکتی ہے۔</translation>
#    6|   <translation id="2793385791865768072">‫Chromium آپ کی حالیہ براؤزنگ کی سرگزشت کی بنیاد پر دلچسپی کے عنوانات کو نوٹ کرتا ہے</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1649]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/privacy_sandbox_strings_ur.xtb:6: warning: bidirectional control characters: ['\u202b']
#    4|   <translation id="1444443021901415601">‫Chrome آپ کی حالیہ براؤزنگ کی سرگزشت کی بنیاد پر دلچسپی کے عنوانات کو نوٹ کرتا ہے</translation>
#    5|   <translation id="2252052615723281030">جب آپ Chrome میں سائن ان ہوتے ہیں تو یہ ترتیب آپ کے IP پتے کو نجی رکھنے میں مدد کرتی ہے۔ اگر Chrome کو شبہ ہے کہ کوئی سائٹ ممکنہ طور پر آپ کو ٹریک کر رہی ہے تو آپ کی کچھ ٹریفک رازداری کے سرورز کے ذریعے بھیجی جا سکتی ہے۔</translation>
#    6|-> <translation id="2793385791865768072">‫Chromium آپ کی حالیہ براؤزنگ کی سرگزشت کی بنیاد پر دلچسپی کے عنوانات کو نوٹ کرتا ہے</translation>
#    7|   <translation id="33479675708419823">جب آپ Chrome میں سائن ان ہوتے ہیں، تو یہ ترتیب آپ کے IP پتے کو نجی رکھنے میں مدد کرتی ہے۔ اگر Chrome کو شبہ ہے کہ کوئی سائٹ ممکنہ طور پر آپ کو ٹریک کر رہی ہے تو آپ کی کچھ ٹریفک رازداری کے سرورز کے ذریعے بھیجی جا سکتی ہے۔ اس بارے میں مزید جانیں کہ <ph name="LINK_BEGIN" />IP پروٹیکشن ک [...]
#    8|   <translation id="3529311220178827364">اپنا IP پتہ چھپانے کے بارے میں مزید جانیں</translation>
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/privacy_sandbox_strings_ur.xtb:6: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1650]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/privacy_sandbox_strings_ur.xtb:9: warning: bidirectional control characters: ['\u202b']
#    7|   <translation id="33479675708419823">جب آپ Chrome میں سائن ان ہوتے ہیں، تو یہ ترتیب آپ کے IP پتے کو نجی رکھنے میں مدد کرتی ہے۔ اگر Chrome کو شبہ ہے کہ کوئی سائٹ ممکنہ طور پر آپ کو ٹریک کر رہی ہے تو آپ کی کچھ ٹریفک رازداری کے سرورز کے ذریعے بھیجی جا سکتی ہے۔ اس بارے میں مزید جانیں کہ <ph name="LINK_BEGIN" />IP پروٹیکشن ک [...]
#    8|   <translation id="3529311220178827364">اپنا IP پتہ چھپانے کے بارے میں مزید جانیں</translation>
#    9|-> <translation id="4041687306270459969">‫4 ہفتوں سے پرانے اشتہار کے عنوانات خودکار طور پر حذف ہو جاتے ہیں۔ عنوانات میں کھیل، لباس وغیرہ جیسی چیزیں شامل ہیں</translation>
#   10|   <translation id="4177501066905053472">اشتہار کے عنوانات</translation>
#   11|   <translation id="4301151630239508244">اشتہار کے موضوعات ان بہت سی چیزوں میں سے صرف ایک ہے جس کا استعمال سائٹ اشتہارات کو ذاتی نوعیت کا بنانے کے لیے کر سکتی ہے۔ اشتہار کے موضوعات کے بغیر بھی، سائٹس اب بھی آپ کو اشتہارات دکھا سکتی ہیں لیکن وہ کم ذاتی نوعیت کے ہو سکتے ہیں۔ <ph name="BEGIN_LINK_1" />اپنے اشتہار ک [...]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/strings/privacy_sandbox_strings_ur.xtb:9: note: trimmed 2 message(s) with length over 512

Error: COMPILER_WARNING (CWE-1164): [#def1651]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/download/download_item_utils.cc:75:6: warning[-Wunused-function]: ‘static void content::{anonymous}::DownloadItemData::Detach(download::DownloadItem*)’ defined but not used
#   75 | void DownloadItemData::Detach(download::DownloadItem* download_item) {
#      |      ^~~~~~~~~~~~~~~~
#   73|   
#   74|   // static
#   75|-> void DownloadItemData::Detach(download::DownloadItem* download_item) {
#   76|     download_item->RemoveUserData(&kKey);
#   77|   }

Error: COMPILER_WARNING (CWE-670): [#def1652]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/renderer_host/render_widget_host_view_base.cc: scope_hint: In member function ‘virtual void content::RenderWidgetHostViewBase::SetBackgroundColor(SkColor)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/renderer_host/render_widget_host_view_base.cc:282:21: warning[-Wint-in-bool-context]: ‘?:’ using integer constants in boolean context
#  281 |   bool opaque = default_background_color_
#      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~
#  282 |                     ? SkColorGetA(*default_background_color_)
#      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  283 |                     : SK_AlphaOPAQUE;
#      |                     ~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/task/sequenced_task_runner.h:17: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/mojo/public/cpp/bindings/connection_group.h:13: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/mojo/public/cpp/bindings/message.h:23: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/message_fragment.h:19: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/array_internal.h:25: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/mojo/public/cpp/bindings/array_data_view.h:11: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/array_serialization.h:23: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/serialization.h:15: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/components/services/storage/privileged/mojom/indexed_db_client_state_checker.mojom.h:20: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/storage_partition_impl.h:23: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/storage_partition_impl_map.h:17: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/storage_partition_impl_map.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/task/sequenced_task_runner_helpers.h: scope_hint: In instantiation of ‘static void base::DeleteHelper<T>::DoDelete(const void*) [with T = content::GeneratedCodeCache]’
#/builddir/build/BUILD/qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/base/task/sequenced_task_runner.h:272:51:   required from ‘bool base::SequencedTaskRunner::DeleteSoon(const base::Location&, const T*) [with T = content::GeneratedCodeCache]’
#  272 |     return DeleteOrReleaseSoonInternal(from_here, &DeleteHelper<T>::DoDelete,
#      |                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
#  407 |       task_runner_->DeleteSoon(FROM_HERE, ptr);
#      |       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
#/usr/include/c++/15/bits/unique_ptr.h:399:17:   required from ‘std::unique_ptr<_Tp, _Dp>::~unique_ptr() [with _Tp = content::GeneratedCodeCache; _Dp = base::OnTaskRunnerDeleter]’
#  399 |           get_deleter()(std::move(__ptr));
#      |           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
#   66 |           nullptr, base::OnTaskRunnerDeleter(nullptr)};
#      |                                                      ^
#  280|   
#  281|     bool opaque = default_background_color_
#  282|->                     ? SkColorGetA(*default_background_color_)
#  283|                       : SK_AlphaOPAQUE;
#  284|     default_background_color_ = color;

Error: COMPILER_WARNING: [#def1653]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/services/auction_worklet/bidder_lazy_filler.cc:13: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/content/services/auction_worklet/auction_worklet_jumbo_2.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/services/auction_worklet/auction_v8_logger.h:46:16: warning: class ‘auction_worklet::AuctionV8Logger’ is implicitly friends with itself
#   46 |   friend class AuctionV8Logger;
#      |                ^~~~~~~~~~~~~~~
#   44|   
#   45|    private:
#   46|->   friend class AuctionV8Logger;
#   47|   
#   48|     v8::Global<v8::Function> console_warn_;

Error: COMPILER_WARNING: [#def1654]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/extensions/browser/api/messaging/message_service.cc: scope_hint: In function ‘std::vector<url::Origin, std::allocator<url::Origin> > extensions::{anonymous}::GetServiceWorkerExtendedLifetimeOrigins(content::BrowserContext*)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/extensions/browser/api/messaging/message_service.cc:167:27: warning[-Wrange-loop-construct]: loop variable ‘default_value’ of type ‘const std::string&’ {aka ‘const std::__cxx11::basic_string<char>&’} binds to a temporary constructed from type ‘const char* const’
#  167 |   for (const std::string& default_value : kDefaultSWExtendedLifetimeList) {
#      |                           ^~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/extensions/browser/api/messaging/message_service.cc:167:27: note: use non-reference type ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to make the copy explicit or ‘const char* const&’ to prevent copying
#  165|   
#  166|     // Add default values.
#  167|->   for (const std::string& default_value : kDefaultSWExtendedLifetimeList) {
#  168|       url::Origin origin = url::Origin::Create(GURL(default_value));
#  169|       origins.push_back(std::move(origin));

Error: UNICONTROL_WARNING (CWE-94): [#def1655]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/extensions/strings/extensions_strings_ar.xtb:21: warning: bidirectional control characters: ['\u202c']
#   19|   <translation id="3115238746683532089">المنتج غير معروف <ph name="PRODUCT_ID" /> من المورّد <ph name="VENDOR_ID" /> (الرقم التسلسلي <ph name="SERIAL_NUMBER" />)</translation>
#   20|   <translation id="3144135466825225871">‏تعذّر استبدال ملف crx. تحقق ما إذا كان قيد الاستخدام.</translation>
#   21|-> <translation id="3163201441334626963">المنتج غير معروف <ph name="PRODUCT_ID" /> من المورّد‬ <ph name="VENDOR_ID" /></translation>
#   22|   <translation id="3369521687965833290">لا يمكن فك ضغط الإضافة. لفك ضغط الإضافة بشكل آمن، يجب أن يكون هناك مسار إلى دليل ملفك الشخصي، ويبدأ بحرف محرك أقراص ولا يحتوي على وصلة أو نقطة تثبيت أو رابط رمزي. ليس هناك مثل هذا المسار لملفك الشخصي.</translation>
#   23|   <translation id="3393440416772303020"><ph name="PRODUCT_NAME" /> (الرقم التسلسلي <ph name="SERIAL_NUMBER" />)</translation>

Error: COMPILER_WARNING (CWE-563): [#def1656]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/gpu/command_buffer/service/task_graph.cc: scope_hint: In member function ‘virtual void gpu::TaskGraph::Sequence::FinishTask()’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/gpu/command_buffer/service/task_graph.cc:185:13: warning[-Wunused-but-set-variable]: variable ‘release’ set but not used
#  185 |   SyncToken release = current_task_release_;
#      |             ^~~~~~~
#  183|   void TaskGraph::Sequence::FinishTask() {
#  184|     DVLOG(10) << "Sequence " << sequence_id() << " is now ending.";
#  185|->   SyncToken release = current_task_release_;
#  186|     current_task_release_.Clear();
#  187|     UpdateValidationTimer();

Error: COMPILER_WARNING: [#def1657]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/net/base/address_tracker_linux.cc: scope_hint: In static member function ‘static char* net::internal::AddressTrackerLinux::GetInterfaceName(int, char*)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/net/base/address_tracker_linux.cc:163:12: warning[-Wstringop-truncation]: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 15 bytes from a string of length 15
#  163 |     strncpy(buf, ifr.ifr_name, IFNAMSIZ - 1);
#      |            ^
#  161|   
#  162|     if (ioctl(ioctl_socket.get(), SIOCGIFNAME, &ifr) == 0)
#  163|->     strncpy(buf, ifr.ifr_name, IFNAMSIZ - 1);
#  164|     return buf;
#  165|   }

Error: COMPILER_WARNING (CWE-457): [#def1658]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/net/socket/udp_socket_global_limits.cc:74:8: warning[-Wuninitialized]: ‘*this.net::OwnedUDPSocketCount::empty_’ is used uninitialized
#   74 |   if (!empty_) {
#      |        ^~~~~~
#   72|   
#   73|   void OwnedUDPSocketCount::Reset() {
#   74|->   if (!empty_) {
#   75|       GlobalUDPSocketCounts::Get().ReleaseSocket();
#   76|       empty_ = true;

Error: COMPILER_WARNING: [#def1659]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/sandbox/linux/syscall_broker/broker_simple_message.cc: scope_hint: In member function ‘ssize_t sandbox::syscall_broker::BrokerSimpleMessage::SendRecvMsgWithFlagsMultipleFds(int, int, base::span<const int>, base::span<base::ScopedGeneric<int, base::internal::ScopedFDCloseTraits> >, sandbox::syscall_broker::BrokerSimpleMessage*)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/sandbox/linux/syscall_broker/broker_simple_message.cc:32:3: warning[-Wpragmas]: unknown option after ‘#pragma GCC diagnostic’ kind
#   32 |   _Pragma("GCC diagnostic ignored \"-Wvla-extension\"") \
#      |   ^~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/sandbox/linux/syscall_broker/broker_simple_message.cc:67:3: note: in expansion of macro ‘ALLOW_VLA’
#   67 |   ALLOW_VLA(int send_fds_with_reply_socket
#      |   ^~~~~~~~~
#   30|   #define ALLOW_VLA(line)                                 \
#   31|     _Pragma("GCC diagnostic push")                        \
#   32|->   _Pragma("GCC diagnostic ignored \"-Wvla-extension\"") \
#   33|     line                                                  \
#   34|     _Pragma("GCC diagnostic pop")

Error: COMPILER_WARNING: [#def1660]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/services/network/network_service_jumbo_6.cc:8: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/services/network/orb/orb_mimetypes.cc: scope_hint: In function ‘bool network::orb::IsJavascriptMimeType(std::string_view)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/services/network/orb/orb_mimetypes.cc:178:27: warning[-Wrange-loop-construct]: loop variable ‘suffix’ of type ‘const std::string&’ {aka ‘const std::__cxx11::basic_string<char>&’} binds to a temporary constructed from type ‘const char*’
#  178 |   for (const std::string& suffix : kJavaScriptSuffixes) {
#      |                           ^~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/services/network/orb/orb_mimetypes.cc:178:27: note: use non-reference type ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to make the copy explicit or ‘const char* const&’ to prevent copying
#  176|   bool IsJavascriptMimeType(std::string_view mime_type) {
#  177|     constexpr auto kCaseInsensitive = base::CompareCase::INSENSITIVE_ASCII;
#  178|->   for (const std::string& suffix : kJavaScriptSuffixes) {
#  179|       if (base::EndsWith(mime_type, suffix, kCaseInsensitive)) {
#  180|         return true;

Error: COMPILER_WARNING (CWE-1164): [#def1661]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/services/network/public/cpp/cpp_jumbo_7.cc:7: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/services/network/public/cpp/simple_url_loader.cc:1771:6: warning[-Wunused-function]: ‘void network::{anonymous}::SimpleURLLoaderImpl::OnReadyToStart()’ defined but not used
# 1771 | void SimpleURLLoaderImpl::OnReadyToStart() {
#      |      ^~~~~~~~~~~~~~~~~~~
# 1769|   }
# 1770|   
# 1771|-> void SimpleURLLoaderImpl::OnReadyToStart() {
# 1772|     DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
# 1773|     DCHECK(url_loader_factory_remote_);

Error: COMPILER_WARNING: [#def1662]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/services/service_manager/public/cpp/local_interface_provider.h:20:17: warning[-Wpessimizing-move]: moving a temporary object prevents copy elision
#   20 |     GetInterface(Interface::Name_, std::move(receiver.PassPipe()));
#      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/services/service_manager/public/cpp/local_interface_provider.h:20:17: note: remove ‘std::move’ call
#   18|     template <typename Interface>
#   19|     void GetInterface(mojo::PendingReceiver<Interface> receiver) {
#   20|->     GetInterface(Interface::Name_, std::move(receiver.PassPipe()));
#   21|     }
#   22|     virtual void GetInterface(const std::string& name,

Error: COMPILER_WARNING: [#def1663]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/compiler/translator/IntermRebuild.cpp:310:19: warning[-Wdangling-pointer=]: storing the address of local variable ‘guard’ in ‘((sh::TIntermRebuild::ConsList<sh::TIntermNode*>*)((char*)this + 8))[12].sh::TIntermRebuild::ConsList<sh::TIntermNode*>::tail’
#  310 |         nodeStack = {node, &oldNodeStack};
#      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/compiler/translator/IntermRebuild.cpp: scope_hint: In member function ‘sh::PostResult sh::TIntermRebuild::traversePost(sh::NodeType, const sh::TIntermNode&, sh::TIntermNode&, VisitBits)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/compiler/translator/IntermRebuild.cpp:481:20: note: ‘guard’ declared here
#  481 |     NodeStackGuard guard(mNodeStack, &currNode);
#      |                    ^~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/compiler/translator/IntermRebuild.cpp:464:56: note: ‘this’ declared here
#  464 |                                         VisitBits visit)
#      |                                                        ^
#  308|           : oldNodeStack(nodeStack), nodeStack(nodeStack)
#  309|       {
#  310|->         nodeStack = {node, &oldNodeStack};
#  311|       }
#  312|       ~NodeStackGuard() { nodeStack = oldNodeStack; }

Error: COMPILER_WARNING: [#def1664]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/MemoryProgramCache.cpp:11:9: warning: ‘USE_SYSTEM_ZLIB’ redefined
#   11 | #define USE_SYSTEM_ZLIB
#      |         ^~~~~~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
#    9|   
#   10|   // Include zlib first, otherwise FAR gets defined elsewhere.
#   11|-> #define USE_SYSTEM_ZLIB
#   12|   #include "compression_utils_portable.h"
#   13|   

Error: COMPILER_WARNING: [#def1665]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/angletypes.cpp:17:9: warning: ‘USE_SYSTEM_ZLIB’ redefined
#   17 | #define USE_SYSTEM_ZLIB
#      |         ^~~~~~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
#   15|   #include <limits>
#   16|   
#   17|-> #define USE_SYSTEM_ZLIB
#   18|   #include "compression_utils_portable.h"
#   19|   

Error: COMPILER_WARNING (CWE-477): [#def1666]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp: scope_hint: In member function ‘virtual void rx::ContextVk::onDestroy(const gl::Context*)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp:1324:26: warning[-Wdeprecated-copy]: implicitly-declared ‘angle::ImageLoadContext& angle::ImageLoadContext::operator=(const angle::ImageLoadContext&)’ is deprecated
# 1324 |     mImageLoadContext = {};
#      |                          ^
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.h:17: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/image_util/loadimage.h:24:5: note: because ‘angle::ImageLoadContext’ has user-provided ‘angle::ImageLoadContext::ImageLoadContext(const angle::ImageLoadContext&)’
#   24 |     ImageLoadContext(const ImageLoadContext &other);
#      |     ^~~~~~~~~~~~~~~~
# 1322|       }
# 1323|   
# 1324|->     mImageLoadContext = {};
# 1325|   }
# 1326|   

Error: COMPILER_WARNING (CWE-477): [#def1667]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp: scope_hint: In member function ‘virtual angle::Result rx::ContextVk::initialize(const angle::ImageLoadContext&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp:1349:25: warning[-Wdeprecated-copy]: implicitly-declared ‘angle::ImageLoadContext& angle::ImageLoadContext::operator=(const angle::ImageLoadContext&)’ is deprecated
# 1349 |     mImageLoadContext = imageLoadContext;
#      |                         ^~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/image_util/loadimage.h:24:5: note: because ‘angle::ImageLoadContext’ has user-provided ‘angle::ImageLoadContext::ImageLoadContext(const angle::ImageLoadContext&)’
#   24 |     ImageLoadContext(const ImageLoadContext &other);
#      |     ^~~~~~~~~~~~~~~~
# 1347|       ANGLE_TRACE_EVENT0("gpu.angle", "ContextVk::initialize");
# 1348|   
# 1349|->     mImageLoadContext = imageLoadContext;
# 1350|   
# 1351|       ANGLE_TRY(mShareGroupVk->unifyContextsPriority(this));

Error: COMPILER_WARNING: [#def1668]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/AllocatorHelperRing.cpp:11: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/SecondaryCommandBuffer.h:162:25: warning: ‘rx::vk::priv::BindDescriptorSetParams::pipelineBindPoint’ is too small to hold all values of ‘VkPipelineBindPoint’ {aka ‘enum VkPipelineBindPoint’}
#  162 |     VkPipelineBindPoint pipelineBindPoint : 8;
#      |                         ^~~~~~~~~~~~~~~~~
#  160|       CommandHeader header;
#  161|   
#  162|->     VkPipelineBindPoint pipelineBindPoint : 8;
#  163|       uint32_t firstSet : 8;
#  164|       uint32_t descriptorSetCount : 8;

Error: COMPILER_WARNING (CWE-476): [#def1669]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/SurfaceImpl.h:16: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.h:16: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.cpp: scope_hint: In member function ‘angle::Result rx::WindowSurfaceVk::drawOverlay(rx::ContextVk*, rx::impl::SwapchainImage*) const’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.cpp:3151:35: warning[-Wnonnull]: ‘this’ pointer is null
# 3151 |     ANGLE_TRY(overlayVk->onPresent(contextVk, image->image.get(), imageView,
#      |               ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3152 |                                    Is90DegreeRotation(getPreTransform())));
#      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/Error.h:127:32: note: in definition of macro ‘ANGLE_TRY_TEMPLATE’
#  127 |         auto ANGLE_LOCAL_VAR = EXPR;                  \
#      |                                ^~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.cpp:3151:5: note: in expansion of macro ‘ANGLE_TRY’
# 3151 |     ANGLE_TRY(overlayVk->onPresent(contextVk, image->image.get(), imageView,
#      |     ^~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.h:21: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/SurfaceVk.cpp:18: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/OverlayVk.h:30:19: note: in a call to non-static member function ‘angle::Result rx::OverlayVk::onPresent(rx::ContextVk*, rx::vk::ImageHelper*, const rx::vk::ImageView*, bool)’
#   30 |     angle::Result onPresent(ContextVk *contextVk,
#      |                   ^~~~~~~~~
# 3149|           contextVk, *image->image, vk::LevelIndex(0), 0, gl::SrgbWriteControlMode::Default,
# 3150|           &imageView));
# 3151|->     ANGLE_TRY(overlayVk->onPresent(contextVk, image->image.get(), imageView,
# 3152|                                      Is90DegreeRotation(getPreTransform())));
# 3153|   

Error: COMPILER_WARNING: [#def1670]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/vk_internal_shaders_autogen.cpp:13:9: warning: ‘USE_SYSTEM_ZLIB’ redefined
#   13 | #define USE_SYSTEM_ZLIB
#      |         ^~~~~~~~~~~~~~~
<command-line>: note: this is the location of the previous definition
#   11|   #include "libANGLE/renderer/vulkan/vk_internal_shaders_autogen.h"
#   12|   
#   13|-> #define USE_SYSTEM_ZLIB
#   14|   #include "compression_utils_portable.h"
#   15|   

Error: COMPILER_WARNING: [#def1671]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/core_jumbo_44.cc:9: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/page_rule_collector.cc: scope_hint: In member function ‘void blink::PageRuleCollector::MatchPageRules(blink::RuleSet*, blink::CascadeOrigin, blink::TreeScope*, const blink::CascadeLayerMap*)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/page_rule_collector.cc:123:23: warning[-Wrange-loop-construct]: loop variable ‘child_rule’ creates a copy from type ‘const cppgc::internal::BasicMember<blink::StyleRuleBase, cppgc::internal::StrongMemberTag, cppgc::internal::DijkstraWriteBarrierPolicy, cppgc::internal::DisabledCheckingPolicy, cppgc::internal::CompressedPointer>’
#  123 |       for (const auto child_rule : rule->ChildRules()) {
#      |                       ^~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/page_rule_collector.cc:123:23: note: use reference type to prevent copying
#  123 |       for (const auto child_rule : rule->ChildRules()) {
#      |                       ^~~~~~~~~~
#      |                       &
#  121|         result_.AddMatchedProperties(&rule->Properties(), options);
#  122|       } else {
#  123|->       for (const auto child_rule : rule->ChildRules()) {
#  124|           const auto& margin_rule = To<StyleRulePageMargin>(*child_rule.Get());
#  125|           if (margin_rule.ID() == at_rule_id_) {

Error: COMPILER_WARNING: [#def1672]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/core_jumbo_45.cc:8: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/css_parser_impl.cc: scope_hint: In member function ‘blink::StyleRuleFontFeatureValues* blink::CSSParserImpl::ConsumeFontFeatureValuesRule(blink::CSSParserTokenStream&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/css_parser_impl.cc:1763:19: warning[-Wrange-loop-construct]: loop variable ‘family_entry’ creates a copy from type ‘const cppgc::internal::BasicMember<const blink::CSSValue, cppgc::internal::StrongMemberTag, cppgc::internal::DijkstraWriteBarrierPolicy, cppgc::internal::DisabledCheckingPolicy, cppgc::internal::CompressedPointer>’
# 1763 |   for (const auto family_entry : *family_list) {
#      |                   ^~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/css_parser_impl.cc:1763:19: note: use reference type to prevent copying
# 1763 |   for (const auto family_entry : *family_list) {
#      |                   ^~~~~~~~~~~~
#      |                   &
# 1761|   
# 1762|     Vector<AtomicString> families;
# 1763|->   for (const auto family_entry : *family_list) {
# 1764|       const CSSFontFamilyValue* family_value =
# 1765|           DynamicTo<CSSFontFamilyValue>(*family_entry);

Error: COMPILER_WARNING: [#def1673]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/dom/element.h:40: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.h:73: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/loader/frame_loader.h:51: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/frame/local_frame.h:83: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/frame/web_local_frame_impl.h:73: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/core/renderer/web_engine_page_render_frame.cpp:13: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/cascade_filter.h: scope_hint: In constructor ‘blink::CascadeFilter::CascadeFilter(blink::CSSProperty::Flag, bool)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/cascade_filter.h:38:31: warning[-Wextra]: enumerated and non-enumerated type in conditional expression
#   38 |       : mask_(flag), flags_(v ? flag : 0) {}
#      |                             ~~^~~~~~~~~~
#   36|     //
#   37|     CascadeFilter(CSSProperty::Flag flag, bool v)
#   38|->       : mask_(flag), flags_(v ? flag : 0) {}
#   39|   
#   40|     bool operator==(const CascadeFilter& o) const {

Error: COMPILER_WARNING: [#def1674]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/cascade_filter.h: scope_hint: In member function ‘bool blink::CascadeFilter::Rejects(blink::CSSProperty::Flag, bool) const’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/cascade_filter.h:85:17: warning[-Wextra]: enumerated and non-enumerated type in conditional expression
#   85 |     return ~((v ? flag : 0) ^ flags_) & (mask_ & flag);
#      |               ~~^~~~~~~~~~
#   83|   
#   84|     bool Rejects(CSSProperty::Flag flag, bool v) const {
#   85|->     return ~((v ? flag : 0) ^ flags_) & (mask_ & flag);
#   86|     }
#   87|   

Error: COMPILER_WARNING: [#def1675]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/accessibility/accessibility_jumbo_2.cc:7: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_lifecycle.cc:44:9: warning: ‘DEBUG_STRING_CASE’ redefined
#   44 | #define DEBUG_STRING_CASE(StateName)      \
#      |         ^~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/accessibility/accessibility_jumbo_2.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/ax_object_cache_impl.cc:742:9: note: this is the location of the previous definition
#  742 | #define DEBUG_STRING_CASE(ReasonName)                   \
#      |         ^~~~~~~~~~~~~~~~~
#   42|   #endif
#   43|   
#   44|-> #define DEBUG_STRING_CASE(StateName)      \
#   45|     case AXObjectCacheLifecycle::StateName: \
#   46|       return #StateName

Error: COMPILER_WARNING: [#def1676]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/credentialmanagement/credentialmanagement_jumbo_1.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/credentialmanagement/authentication_credentials_container.cc: scope_hint: In function ‘const char* blink::{anonymous}::validateGetPublicKeyCredentialPRFExtension(const blink::AuthenticationExtensionsPRFInputs&, const blink::HeapVector<cppgc::internal::BasicMember<blink::PublicKeyCredentialDescriptor, cppgc::internal::StrongMemberTag, cppgc::internal::DijkstraWriteBarrierPolicy, cppgc::internal::DisabledCheckingPolicy, cppgc::internal::CompressedPointer> >&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/credentialmanagement/authentication_credentials_container.cc:955:19: warning[-Wrange-loop-construct]: loop variable ‘cred’ creates a copy from type ‘const cppgc::internal::BasicMember<blink::PublicKeyCredentialDescriptor, cppgc::internal::StrongMemberTag, cppgc::internal::DijkstraWriteBarrierPolicy, cppgc::internal::DisabledCheckingPolicy, cppgc::internal::CompressedPointer>’
#  955 |   for (const auto cred : allow_credentials) {
#      |                   ^~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/credentialmanagement/authentication_credentials_container.cc:955:19: note: use reference type to prevent copying
#  955 |   for (const auto cred : allow_credentials) {
#      |                   ^~~~
#      |                   &
#  953|     std::vector<base::span<const uint8_t>> cred_ids;
#  954|     cred_ids.reserve(allow_credentials.size());
#  955|->   for (const auto cred : allow_credentials) {
#  956|       DOMArrayPiece piece(cred->id());
#  957|       cred_ids.emplace_back(piece.Bytes(), piece.ByteLength());

Error: COMPILER_WARNING: [#def1677]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/webaudio/webaudio_jumbo_5.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/audio_worklet_processor.cc: scope_hint: In static member function ‘static blink::AudioWorkletProcessor* blink::AudioWorkletProcessor::Create(blink::ExecutionContext*, blink::ExceptionState&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/audio_worklet_processor.cc:46:27: warning[-Wpessimizing-move]: moving a temporary object prevents copy elision
#   46 |   port->Entangle(std::move(params->PortChannel()));
#      |                  ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/audio_worklet_processor.cc:46:27: note: remove ‘std::move’ call
#   44|     }
#   45|     auto* port = MakeGarbageCollected<MessagePort>(*global_scope);
#   46|->   port->Entangle(std::move(params->PortChannel()));
#   47|     return MakeGarbageCollected<AudioWorkletProcessor>(global_scope,
#   48|                                                        params->Name(), port);

Error: COMPILER_WARNING (CWE-563): [#def1678]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/platform_jumbo_36.cc:10: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/darkmode/darkmode_classifier.cc: scope_hint: In function ‘void darkmode_tfnative_model::Inference(const float*, float*, FixedAllocations*)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/darkmode/darkmode_classifier.cc:1145:11: warning[-Wunused-but-set-variable]: variable ‘logits_MatMul_merged_with_dnn_logits_BiasAdd0_shape’ set but not used
# 1145 |   int32_t logits_MatMul_merged_with_dnn_logits_BiasAdd0_shape[2];
#      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1143|       FixedAllocations* __restrict fixed) {
# 1144|     const int32_t input0_shape[] = {1, 4};
# 1145|->   int32_t logits_MatMul_merged_with_dnn_logits_BiasAdd0_shape[2];
# 1146|   
# 1147|     // dnn/hiddenlayer_0/MatMul_merged_with_dnn/hiddenlayer_0/BiasAdd

Error: COMPILER_WARNING: [#def1679]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/loader/loader_jumbo_9.cc:9: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/subresource_integrity.cc: scope_hint: In static member function ‘static bool blink::SubresourceIntegrity::CheckSubresourceIntegrityImpl(const blink::IntegrityMetadataSet&, const WTF::SegmentedBuffer*, const blink::KURL&, ReportInfo&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/subresource_integrity.cc:136:33: warning[-Wrange-loop-construct]: loop variable ‘metadata’ of type ‘const blink::IntegrityMetadata&’ binds to a temporary constructed from type ‘const std::pair<WTF::String, blink::IntegrityAlgorithm>’
#  136 |   for (const IntegrityMetadata& metadata : metadata_set) {
#      |                                 ^~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/subresource_integrity.cc:136:33: note: use non-reference type ‘const blink::IntegrityMetadata’ to make the copy explicit or ‘const std::pair<WTF::String, blink::IntegrityAlgorithm>&’ to prevent copying
#  134|     // Check any of the "strongest" integrity constraints.
#  135|     IntegrityAlgorithm max_algorithm = FindBestAlgorithm(metadata_set);
#  136|->   for (const IntegrityMetadata& metadata : metadata_set) {
#  137|       if (metadata.Algorithm() == max_algorithm &&
#  138|           CheckSubresourceIntegrityDigest(metadata, buffer)) {

Error: COMPILER_WARNING (CWE-1164): [#def1680]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/wtf/wtf_jumbo_4.cc:10: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/text_codec_icu.cc:618:13: warning[-Wunused-function]: ‘void WTF::GbkCallbackSubstitute(const void*, UConverterFromUnicodeArgs*, const UChar*, int32_t, UChar32, UConverterCallbackReason, UErrorCode*)’ defined but not used
#  618 | static void GbkCallbackSubstitute(const void* context,
#      |             ^~~~~~~~~~~~~~~~~~~~~
#  616|   }
#  617|   
#  618|-> static void GbkCallbackSubstitute(const void* context,
#  619|                                     UConverterFromUnicodeArgs* from_unicode_args,
#  620|                                     const UChar* code_units,

Error: CPPCHECK_WARNING (CWE-476): [#def1681]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:610: error[ctunullpointer]: Null pointer dereference: nodes
#  608|     const size_t max_backward_limit = BROTLI_MAX_BACKWARD_LIMIT(params->lgwin);
#  609|     size_t pos = 0;
#  610|->   uint32_t offset = nodes[0].u.next;
#  611|     size_t i;
#  612|     size_t gap = params->dictionary.compound.total_size;

Error: CPPCHECK_WARNING (CWE-476): [#def1682]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/backward_references_hq.c:610: warning[nullPointer]: Possible null pointer dereference: nodes
#  608|     const size_t max_backward_limit = BROTLI_MAX_BACKWARD_LIMIT(params->lgwin);
#  609|     size_t pos = 0;
#  610|->   uint32_t offset = nodes[0].u.next;
#  611|     size_t i;
#  612|     size_t gap = params->dictionary.compound.total_size;

Error: CPPCHECK_WARNING (CWE-682): [#def1683]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/block_splitter_inc.h:434: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
#  432|     }
#  433|     histograms = BROTLI_ALLOC(m, HistogramType, num_histograms + 1);
#  434|->   tmp = histograms + num_histograms;
#  435|     if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(histograms)) return;
#  436|     /* Find good entropy codes. */

Error: CPPCHECK_WARNING (CWE-476): [#def1684]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:112: warning[nullPointer]: Possible null pointer dereference: result
#  110|     source_copy = (uint8_t*)(&items[total_items]);
#  111|   
#  112|->   result->magic = kPreparedDictionaryMagic;
#  113|     result->source_offset = total_items;
#  114|     result->source_size = (uint32_t)source_size;

Error: CPPCHECK_WARNING (CWE-476): [#def1685]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:113: warning[nullPointer]: Possible null pointer dereference: result
#  111|   
#  112|     result->magic = kPreparedDictionaryMagic;
#  113|->   result->source_offset = total_items;
#  114|     result->source_size = (uint32_t)source_size;
#  115|     result->hash_bits = hash_bits;

Error: CPPCHECK_WARNING (CWE-476): [#def1686]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:114: warning[nullPointer]: Possible null pointer dereference: result
#  112|     result->magic = kPreparedDictionaryMagic;
#  113|     result->source_offset = total_items;
#  114|->   result->source_size = (uint32_t)source_size;
#  115|     result->hash_bits = hash_bits;
#  116|     result->bucket_bits = bucket_bits;

Error: CPPCHECK_WARNING (CWE-476): [#def1687]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:115: warning[nullPointer]: Possible null pointer dereference: result
#  113|     result->source_offset = total_items;
#  114|     result->source_size = (uint32_t)source_size;
#  115|->   result->hash_bits = hash_bits;
#  116|     result->bucket_bits = bucket_bits;
#  117|     result->slot_bits = slot_bits;

Error: CPPCHECK_WARNING (CWE-476): [#def1688]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:116: warning[nullPointer]: Possible null pointer dereference: result
#  114|     result->source_size = (uint32_t)source_size;
#  115|     result->hash_bits = hash_bits;
#  116|->   result->bucket_bits = bucket_bits;
#  117|     result->slot_bits = slot_bits;
#  118|   

Error: CPPCHECK_WARNING (CWE-476): [#def1689]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/compound_dictionary.c:117: warning[nullPointer]: Possible null pointer dereference: result
#  115|     result->hash_bits = hash_bits;
#  116|     result->bucket_bits = bucket_bits;
#  117|->   result->slot_bits = slot_bits;
#  118|   
#  119|     total_items = 0;

Error: CPPCHECK_WARNING (CWE-476): [#def1690]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/encode.c:251: warning[nullPointer]: Possible null pointer dereference: table
#  249|   
#  250|     *table_size = htsize;
#  251|->   memset(table, 0, htsize * sizeof(*table));
#  252|     return table;
#  253|   }

Error: CPPCHECK_WARNING (CWE-476): [#def1691]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/encode.c:1390: warning[nullPointer]: Possible null pointer dereference: storage
# 1388|         storage = BROTLI_ALLOC(m, uint8_t, metablock_size + 16);
# 1389|         if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(storage)) goto oom;
# 1390|->       storage[0] = (uint8_t)last_bytes;
# 1391|         storage[1] = (uint8_t)(last_bytes >> 8);
# 1392|         BrotliStoreUncompressedMetaBlock(is_last, input_buffer,

Error: CPPCHECK_WARNING (CWE-476): [#def1692]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/encode.c:1391: warning[nullPointer]: Possible null pointer dereference: storage
# 1389|         if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(storage)) goto oom;
# 1390|         storage[0] = (uint8_t)last_bytes;
# 1391|->       storage[1] = (uint8_t)(last_bytes >> 8);
# 1392|         BrotliStoreUncompressedMetaBlock(is_last, input_buffer,
# 1393|                                          metablock_start, mask, metablock_size,

Error: CPPCHECK_WARNING (CWE-476): [#def1693]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/encode.c:1415: warning[nullPointer]: Possible null pointer dereference: storage
# 1413|         storage = BROTLI_ALLOC(m, uint8_t, 2 * metablock_size + 503);
# 1414|         if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(storage)) goto oom;
# 1415|->       storage[0] = (uint8_t)last_bytes;
# 1416|         storage[1] = (uint8_t)(last_bytes >> 8);
# 1417|         BrotliStoreMetaBlock(m, input_buffer, metablock_start, metablock_size,

Error: CPPCHECK_WARNING (CWE-476): [#def1694]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/encode.c:1416: warning[nullPointer]: Possible null pointer dereference: storage
# 1414|         if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(storage)) goto oom;
# 1415|         storage[0] = (uint8_t)last_bytes;
# 1416|->       storage[1] = (uint8_t)(last_bytes >> 8);
# 1417|         BrotliStoreMetaBlock(m, input_buffer, metablock_start, metablock_size,
# 1418|                              mask, prev_byte, prev_byte2,

Error: CPPCHECK_WARNING (CWE-476): [#def1695]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/brotli/enc/encode.c:1438: warning[nullPointer]: Possible null pointer dereference: storage
# 1436|         DestroyMetaBlockSplit(m, &mb);
# 1437|       }
# 1438|->     last_bytes = (uint16_t)(storage[storage_ix >> 3]);
# 1439|       last_bytes_bits = storage_ix & 7u;
# 1440|       metablock_start += metablock_size;

Error: CPPCHECK_WARNING (CWE-682): [#def1696]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/ced/src/compact_enc_det/compact_enc_det.cc:1368: error[nullPointerArithmetic]: Pointer addition with NULL pointer.
# 1366|   // up to 8 bigrams before we get here. Match on src+1 to handle 0/31 better
# 1367|   void PsHighlight(const uint8* src, const uint8* isrc, int trigram_val, int n) {
# 1368|->   int offset = (src + 1) - isrc;
# 1369|     int offset32 = (offset % pssourcewidth);    // mod len bytes
# 1370|     offset -= offset32;                     // round down to multiple of len bytes

Error: CPPCHECK_WARNING (CWE-457): [#def1697]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/ced/src/compact_enc_det/compact_enc_det.cc:3156: warning[uninitvar]: Uninitialized variable: temp_sort
# 3154|     }
# 3155|   
# 3156|->   qsort(temp_sort, destatep->rankedencoding_list_len,
# 3157|           sizeof(temp_sort[0]), IntCompare);
# 3158|   

Error: CPPCHECK_WARNING (CWE-909): [#def1698]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:81: error[uninitStructMember]: Uninitialized struct member: matrix.quant_scales
#   79|       matrix.quant_type = QuantizationType::NONE;
#   80|       matrix.elements = hidden_weights(i);
#   81|->     return matrix;
#   82|     }
#   83|   

Error: CPPCHECK_WARNING (CWE-457): [#def1699]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:81: error[uninitvar]: Uninitialized variable: matrix.quant_scales
#   79|       matrix.quant_type = QuantizationType::NONE;
#   80|       matrix.elements = hidden_weights(i);
#   81|->     return matrix;
#   82|     }
#   83|   

Error: CPPCHECK_WARNING (CWE-909): [#def1700]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:97: error[uninitStructMember]: Uninitialized struct member: matrix.quant_scales
#   95|       matrix.quant_type = QuantizationType::NONE;
#   96|       matrix.elements = hidden_bias_weights(i);
#   97|->     return matrix;
#   98|     }
#   99|   

Error: CPPCHECK_WARNING (CWE-457): [#def1701]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:97: error[uninitvar]: Uninitialized variable: matrix.quant_scales
#   95|       matrix.quant_type = QuantizationType::NONE;
#   96|       matrix.elements = hidden_bias_weights(i);
#   97|->     return matrix;
#   98|     }
#   99|   

Error: CPPCHECK_WARNING (CWE-909): [#def1702]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:116: error[uninitStructMember]: Uninitialized struct member: matrix.quant_scales
#  114|       matrix.quant_type = QuantizationType::NONE;
#  115|       matrix.elements = softmax_weights(0);
#  116|->     return matrix;
#  117|     }
#  118|   

Error: CPPCHECK_WARNING (CWE-457): [#def1703]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:116: error[uninitvar]: Uninitialized variable: matrix.quant_scales
#  114|       matrix.quant_type = QuantizationType::NONE;
#  115|       matrix.elements = softmax_weights(0);
#  116|->     return matrix;
#  117|     }
#  118|   

Error: CPPCHECK_WARNING (CWE-909): [#def1704]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:131: error[uninitStructMember]: Uninitialized struct member: matrix.quant_scales
#  129|       matrix.quant_type = QuantizationType::NONE;
#  130|       matrix.elements = softmax_bias_weights(0);
#  131|->     return matrix;
#  132|     }
#  133|   

Error: CPPCHECK_WARNING (CWE-457): [#def1705]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/cld_3/src/src/embedding_network_params.h:131: error[uninitvar]: Uninitialized variable: matrix.quant_scales
#  129|       matrix.quant_type = QuantizationType::NONE;
#  130|       matrix.elements = softmax_bias_weights(0);
#  131|->     return matrix;
#  132|     }
#  133|   

Error: COMPILER_WARNING: [#def1706]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/crash/core/common/crash_key.h:27: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc:42: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/core_jumbo_8.cc:7: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h: scope_hint: In static member function ‘static bool blink::V8Initializer::WasmCodeGenerationCheckCallbackInMainThread(v8::Local<v8::Context>, v8::Local<v8::String>)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h:325:12: warning[-Wstringop-truncation]: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output truncated before terminating nul copying 1 byte from a string of the same length
#  325 |     strncpy(value_, value, MaxSize);
#      |            ^
#  323|     //! \param[in] value The `NUL`-terminated C-string value.
#  324|     void Set(const char* value) {
#  325|->     strncpy(value_, value, MaxSize);
#  326|       SetSize(
#  327|           std::min(MaxSize, base::saturated_cast<ValueSizeType>(strlen(value))));

Error: COMPILER_WARNING: [#def1707]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h:325:12: warning[-Wstringop-truncation]: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 128 equals destination size
#  323|     //! \param[in] value The `NUL`-terminated C-string value.
#  324|     void Set(const char* value) {
#  325|->     strncpy(value_, value, MaxSize);
#  326|       SetSize(
#  327|           std::min(MaxSize, base::saturated_cast<ValueSizeType>(strlen(value))));

Error: COMPILER_WARNING: [#def1708]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/crash/core/common/crash_key.h:27: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/gpu/vulkan/vulkan_crash_keys.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/gpu/vulkan/vulkan_device_queue.cc:29: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h: scope_hint: In member function ‘bool gpu::VulkanDeviceQueue::Initialize(uint32_t, const gpu::GPUInfo*, const std::vector<const char*>&, const std::vector<const char*>&, bool, const GetPresentationSupportCallback&, uint32_t, bool)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h:325:12: warning[-Wstringop-truncation]: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 16 equals destination size
#  325 |     strncpy(value_, value, MaxSize);
#      |            ^
#  323|     //! \param[in] value The `NUL`-terminated C-string value.
#  324|     void Set(const char* value) {
#  325|->     strncpy(value_, value, MaxSize);
#  326|       SetSize(
#  327|           std::min(MaxSize, base::saturated_cast<ValueSizeType>(strlen(value))));

Error: COMPILER_WARNING: [#def1709]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h:325:12: warning[-Wstringop-truncation]: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 2048 equals destination size
#  323|     //! \param[in] value The `NUL`-terminated C-string value.
#  324|     void Set(const char* value) {
#  325|->     strncpy(value_, value, MaxSize);
#  326|       SetSize(
#  327|           std::min(MaxSize, base::saturated_cast<ValueSizeType>(strlen(value))));

Error: COMPILER_WARNING: [#def1710]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/crash/core/common/crash_key.h:27: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/v8_object_constructor.cc:27: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/platform_jumbo_11.cc:8: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h: scope_hint: In static member function ‘static v8::Local<v8::Function> blink::V8ObjectConstructor::CreateInterfaceObject(const blink::WrapperTypeInfo*, v8::Local<v8::Context>, const blink::DOMWrapperWorld&, v8::Isolate*, v8::Local<v8::Function>, CreationMode)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h:325:12: warning[-Wstringop-truncation]: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 64 equals destination size
#  325 |     strncpy(value_, value, MaxSize);
#      |            ^
#  323|     //! \param[in] value The `NUL`-terminated C-string value.
#  324|     void Set(const char* value) {
#  325|->     strncpy(value_, value, MaxSize);
#  326|       SetSize(
#  327|           std::min(MaxSize, base::saturated_cast<ValueSizeType>(strlen(value))));

Error: COMPILER_WARNING: [#def1711]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/components/crash/core/common/crash_key.h:27: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/gpu/command_buffer/service/shared_context_state.cc:19: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h: scope_hint: In member function ‘void gpu::SharedContextState::_ZN3gpu18SharedContextState12compileErrorEPKcS2_b.part.0(const char*, const char*, bool)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/annotation.h:325:12: warning[-Wstringop-truncation]: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 8192 equals destination size
#  325 |     strncpy(value_, value, MaxSize);
#      |            ^
#  323|     //! \param[in] value The `NUL`-terminated C-string value.
#  324|     void Set(const char* value) {
#  325|->     strncpy(value_, value, MaxSize);
#  326|       SetSize(
#  327|           std::min(MaxSize, base::saturated_cast<ValueSizeType>(strlen(value))));

Error: COMPILER_WARNING (CWE-758): [#def1712]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/crashpad_client_linux.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/crashpad/crashpad/client/crashpad_client_linux.cc:537:31: warning[-Wrestrict]: passing argument 2 to ‘restrict’-qualified parameter aliases with argument 1
#  537 |       if (sigaltstack(&stack, &stack) != 0) {
#      |                       ~~~~~~  ^~~~~~
#  535|         stack_t stack;
#  536|         stack.ss_flags = SS_DISABLE;
#  537|->       if (sigaltstack(&stack, &stack) != 0) {
#  538|           PLOG(ERROR) << "sigaltstack";
#  539|         } else if (stack.ss_sp !=

Error: CPPCHECK_WARNING (CWE-476): [#def1713]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/dav1d/libdav1d/include/common/dump.h:42: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: f
#   40|       FILE *const f = fopen(file, "ab");
#   41|       while (h--) {
#   42|->         fwrite(buf, w * sizeof(pixel), 1, f);
#   43|           buf += PXSTRIDE(stride);
#   44|       }

Error: CPPCHECK_WARNING (CWE-476): [#def1714]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/dav1d/libdav1d/include/common/dump.h:45: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: f
#   43|           buf += PXSTRIDE(stride);
#   44|       }
#   45|->     fclose(f);
#   46|   }
#   47|   

Error: CPPCHECK_WARNING (CWE-457): [#def1715]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/dav1d/libdav1d/src/ipred_prepare_tmpl.c:142: error[legacyUninitvar]: Uninitialized variable: dst_top
#  140|                   pixel_set(left, left[sz - px_have], sz - px_have);
#  141|           } else {
#  142|->             pixel_set(left, have_top ? *dst_top : ((1 << bitdepth) >> 1) + 1, sz);
#  143|           }
#  144|   

Error: CPPCHECK_WARNING (CWE-758): [#def1716]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/dav1d/libdav1d/src/refmvs.c:188: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  186|       // Round and clip according to AV1 spec section 7.9.3
#  187|       return (union mv) { // 0x3fff == (1 << 14) - 1
#  188|->         .y = iclip((y + 8192 + (y >> 31)) >> 14, -0x3fff, 0x3fff),
#  189|           .x = iclip((x + 8192 + (x >> 31)) >> 14, -0x3fff, 0x3fff)
#  190|       };

Error: CPPCHECK_WARNING (CWE-758): [#def1717]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/dav1d/libdav1d/src/refmvs.c:189: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  187|       return (union mv) { // 0x3fff == (1 << 14) - 1
#  188|           .y = iclip((y + 8192 + (y >> 31)) >> 14, -0x3fff, 0x3fff),
#  189|->         .x = iclip((x + 8192 + (x >> 31)) >> 14, -0x3fff, 0x3fff)
#  190|       };
#  191|   }

Error: CPPCHECK_WARNING (CWE-476): [#def1718]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/flatbuffers/src/src/idl_gen_cpp.cpp:1139: warning[nullPointer]: Possible null pointer dereference: enum_def
# 1137|   
# 1138|     void GenMiniReflect(const StructDef *struct_def, const EnumDef *enum_def) {
# 1139|->     code_.SetValue("NAME", struct_def ? struct_def->name : enum_def->name);
# 1140|       code_.SetValue("SEQ_TYPE",
# 1141|                      struct_def ? (struct_def->fixed ? "ST_STRUCT" : "ST_TABLE")

Error: CPPCHECK_WARNING (CWE-476): [#def1719]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/flatbuffers/src/src/idl_gen_cpp.cpp:1142: warning[nullPointer]: Possible null pointer dereference: enum_def
# 1140|       code_.SetValue("SEQ_TYPE",
# 1141|                      struct_def ? (struct_def->fixed ? "ST_STRUCT" : "ST_TABLE")
# 1142|->                               : (enum_def->is_union ? "ST_UNION" : "ST_ENUM"));
# 1143|       auto num_fields =
# 1144|           struct_def ? struct_def->fields.vec.size() : enum_def->size();

Error: CPPCHECK_WARNING (CWE-476): [#def1720]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/flatbuffers/src/src/idl_gen_cpp.cpp:1144: warning[nullPointer]: Possible null pointer dereference: enum_def
# 1142|                                 : (enum_def->is_union ? "ST_UNION" : "ST_ENUM"));
# 1143|       auto num_fields =
# 1144|->         struct_def ? struct_def->fields.vec.size() : enum_def->size();
# 1145|       code_.SetValue("NUM_FIELDS", NumToString(num_fields));
# 1146|       std::vector<std::string> names;

Error: CPPCHECK_WARNING (CWE-476): [#def1721]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/flatbuffers/src/src/idl_gen_cpp.cpp:1155: warning[nullPointer]: Possible null pointer dereference: enum_def
# 1153|         }
# 1154|       } else {
# 1155|->       for (auto it = enum_def->Vals().begin(); it != enum_def->Vals().end();
# 1156|              ++it) {
# 1157|           const auto &ev = **it;

Error: CPPCHECK_WARNING (CWE-476): [#def1722]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/flatbuffers/src/src/idl_gen_cpp.cpp:1159: warning[nullPointer]: Possible null pointer dereference: enum_def
# 1157|           const auto &ev = **it;
# 1158|           names.push_back(Name(ev));
# 1159|->         types.push_back(enum_def->is_union ? ev.union_type
# 1160|                                              : Type(enum_def->underlying_type));
# 1161|         }

Error: CPPCHECK_WARNING (CWE-476): [#def1723]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/flatbuffers/src/src/idl_gen_cpp.cpp:1160: warning[nullPointer]: Possible null pointer dereference: enum_def
# 1158|           names.push_back(Name(ev));
# 1159|           types.push_back(enum_def->is_union ? ev.union_type
# 1160|->                                            : Type(enum_def->underlying_type));
# 1161|         }
# 1162|       }

Error: CPPCHECK_WARNING (CWE-758): [#def1724]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/freetype/src/include/freetype/internal/ftcalc.h:202: error[shiftTooManyBitsSigned]: Shifting signed 64-bit value by 63 bits is undefined behaviour
#  200|   
#  201|       ret  = (long long)a * b;
#  202|->     tmp  = ret >> 63;
#  203|       ret += 0x8000 + tmp;
#  204|   

Error: CPPCHECK_WARNING (CWE-457): [#def1725]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/freetype/src/src/raster/ftraster.c:1926: warning[uninitvar]: Uninitialized variable: *old
# 1924|       /* First, set the new X coordinates and remove exhausted profiles */
# 1925|       old = list;
# 1926|->     while ( *old )
# 1927|       {
# 1928|         current = *old;

Error: CPPCHECK_WARNING (CWE-457): [#def1726]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:604: warning[uninitvar]: Uninitialized variable: *pcell
#  602|         while ( 1 )
#  603|         {
#  604|->         cell = *pcell;
#  605|   
#  606|           if ( cell->x > ex )

Error: CPPCHECK_WARNING (CWE-562): [#def1727]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttgload.c:1506: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
# 1504|                               glyph_data.length );
# 1505|   
# 1506|->       loader->stream = &inc_stream;
# 1507|       }
# 1508|       else

Error: CPPCHECK_WARNING (CWE-758): [#def1728]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:1243: error[shiftTooManyBitsSigned]: Shifting signed 64-bit value by 63 bits is undefined behaviour
# 1241|       /* will actually preserve the sign bit.  The exact behaviour is    */
# 1242|       /* undefined, but this is true on x86 and x86_64.                  */
# 1243|->     long long  tmp = ret >> 63;
# 1244|   
# 1245|   

Error: CPPCHECK_WARNING (CWE-758): [#def1729]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/freetype/src/src/truetype/ttinterp.c:1323: error[shiftTooManyBitsSigned]: Shifting signed 64-bit value by 63 bits is undefined behaviour
# 1321|   
# 1322|       temp1 += temp2;
# 1323|->     temp2  = temp1 >> 63;
# 1324|       temp1 += 0x2000 + temp2;
# 1325|   

Error: UNICONTROL_WARNING (CWE-94): [#def1730]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1641: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c']
# 1639|    */
# 1640|   goog.i18n.DateTimeSymbols_ar_XB = {
# 1641|->   ERAS: ['؜‮BC‬؜', '؜‮AD‬؜'],
# 1642|     ERANAMES: ['؜‮Before‬؜ ؜‮Christ‬؜', '؜‮Anno‬؜ ؜‮Domini‬؜'],
# 1643|     NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'],

Error: UNICONTROL_WARNING (CWE-94): [#def1731]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1642: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c']
# 1640|   goog.i18n.DateTimeSymbols_ar_XB = {
# 1641|     ERAS: ['؜‮BC‬؜', '؜‮AD‬؜'],
# 1642|->   ERANAMES: ['؜‮Before‬؜ ؜‮Christ‬؜', '؜‮Anno‬؜ ؜‮Domini‬؜'],
# 1643|     NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'],
# 1644|     STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'],

Error: UNICONTROL_WARNING (CWE-94): [#def1732]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1645: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c']
# 1643|     NARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'],
# 1644|     STANDALONENARROWMONTHS: ['ي', 'ف', 'م', 'أ', 'و', 'ن', 'ل', 'غ', 'س', 'ك', 'ب', 'د'],
# 1645|->   MONTHS: ['؜‮January‬؜', '؜‮February‬؜', '؜‮March‬؜', '؜‮April‬؜', '؜‮May‬؜', '؜‮June‬؜', '؜‮July‬؜', '؜‮August‬؜', '؜‮September‬؜', '؜‮October‬؜', '؜‮November‬؜', '؜‮December‬؜'],
# 1646|     STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
# 1647|     SHORTMONTHS: ['؜‮Jan‬؜', '؜‮Feb‬؜', '؜‮Mar‬؜', '؜‮Apr‬؜', '؜‮May‬؜', '؜‮Jun‬؜', '؜‮Jul‬؜', '؜‮Aug‬؜', '؜‮Sep‬؜', '؜‮Oct‬؜', '؜‮Nov‬؜', '؜‮Dec‬؜'],

Error: UNICONTROL_WARNING (CWE-94): [#def1733]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1647: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c']
# 1645|     MONTHS: ['؜‮January‬؜', '؜‮February‬؜', '؜‮March‬؜', '؜‮April‬؜', '؜‮May‬؜', '؜‮June‬؜', '؜‮July‬؜', '؜‮August‬؜', '؜‮September‬؜', '؜‮October‬؜', '؜‮November‬؜', '؜‮December‬؜'],
# 1646|     STANDALONEMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
# 1647|->   SHORTMONTHS: ['؜‮Jan‬؜', '؜‮Feb‬؜', '؜‮Mar‬؜', '؜‮Apr‬؜', '؜‮May‬؜', '؜‮Jun‬؜', '؜‮Jul‬؜', '؜‮Aug‬؜', '؜‮Sep‬؜', '؜‮Oct‬؜', '؜‮Nov‬؜', '؜‮Dec‬؜'],
# 1648|     STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
# 1649|     WEEKDAYS: ['؜‮Sunday‬؜', '؜‮Monday‬؜', '؜‮Tuesday‬؜', '؜‮Wednesday‬؜', '؜‮Thursday‬؜', '؜‮Friday‬؜', '؜‮Saturday‬؜'],

Error: UNICONTROL_WARNING (CWE-94): [#def1734]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1649: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c']
# 1647|     SHORTMONTHS: ['؜‮Jan‬؜', '؜‮Feb‬؜', '؜‮Mar‬؜', '؜‮Apr‬؜', '؜‮May‬؜', '؜‮Jun‬؜', '؜‮Jul‬؜', '؜‮Aug‬؜', '؜‮Sep‬؜', '؜‮Oct‬؜', '؜‮Nov‬؜', '؜‮Dec‬؜'],
# 1648|     STANDALONESHORTMONTHS: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
# 1649|->   WEEKDAYS: ['؜‮Sunday‬؜', '؜‮Monday‬؜', '؜‮Tuesday‬؜', '؜‮Wednesday‬؜', '؜‮Thursday‬؜', '؜‮Friday‬؜', '؜‮Saturday‬؜'],
# 1650|     STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
# 1651|     SHORTWEEKDAYS: ['؜‮Sun‬؜', '؜‮Mon‬؜', '؜‮Tue‬؜', '؜‮Wed‬؜', '؜‮Thu‬؜', '؜‮Fri‬؜', '؜‮Sat‬؜'],

Error: UNICONTROL_WARNING (CWE-94): [#def1735]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1651: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c']
# 1649|     WEEKDAYS: ['؜‮Sunday‬؜', '؜‮Monday‬؜', '؜‮Tuesday‬؜', '؜‮Wednesday‬؜', '؜‮Thursday‬؜', '؜‮Friday‬؜', '؜‮Saturday‬؜'],
# 1650|     STANDALONEWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
# 1651|->   SHORTWEEKDAYS: ['؜‮Sun‬؜', '؜‮Mon‬؜', '؜‮Tue‬؜', '؜‮Wed‬؜', '؜‮Thu‬؜', '؜‮Fri‬؜', '؜‮Sat‬؜'],
# 1652|     STANDALONESHORTWEEKDAYS: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
# 1653|     NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],

Error: UNICONTROL_WARNING (CWE-94): [#def1736]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1655: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c']
# 1653|     NARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
# 1654|     STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
# 1655|->   SHORTQUARTERS: ['؜‮Q‬؜1', '؜‮Q‬؜2', '؜‮Q‬؜3', '؜‮Q‬؜4'],
# 1656|     QUARTERS: ['1؜‮st‬؜ ؜‮quarter‬؜', '2؜‮nd‬؜ ؜‮quarter‬؜', '3؜‮rd‬؜ ؜‮quarter‬؜', '4؜‮th‬؜ ؜‮quarter‬؜'],
# 1657|     AMPMS: ['؜‮AM‬؜', '؜‮PM‬؜'],

Error: UNICONTROL_WARNING (CWE-94): [#def1737]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1656: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c', '\u202e', '\u202c']
# 1654|     STANDALONENARROWWEEKDAYS: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
# 1655|     SHORTQUARTERS: ['؜‮Q‬؜1', '؜‮Q‬؜2', '؜‮Q‬؜3', '؜‮Q‬؜4'],
# 1656|->   QUARTERS: ['1؜‮st‬؜ ؜‮quarter‬؜', '2؜‮nd‬؜ ؜‮quarter‬؜', '3؜‮rd‬؜ ؜‮quarter‬؜', '4؜‮th‬؜ ؜‮quarter‬؜'],
# 1657|     AMPMS: ['؜‮AM‬؜', '؜‮PM‬؜'],
# 1658|     DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'],

Error: UNICONTROL_WARNING (CWE-94): [#def1738]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1657: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c']
# 1655|     SHORTQUARTERS: ['؜‮Q‬؜1', '؜‮Q‬؜2', '؜‮Q‬؜3', '؜‮Q‬؜4'],
# 1656|     QUARTERS: ['1؜‮st‬؜ ؜‮quarter‬؜', '2؜‮nd‬؜ ؜‮quarter‬؜', '3؜‮rd‬؜ ؜‮quarter‬؜', '4؜‮th‬؜ ؜‮quarter‬؜'],
# 1657|->   AMPMS: ['؜‮AM‬؜', '؜‮PM‬؜'],
# 1658|     DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'],
# 1659|     TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', '[H:mm]'],

Error: UNICONTROL_WARNING (CWE-94): [#def1739]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/i18n/datetimesymbolsext.js:1660: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c']
# 1658|     DATEFORMATS: ['EEEE, MMMM d, y', 'MMMM d, y', 'MMM d, y', 'M/d/yy'],
# 1659|     TIMEFORMATS: ['h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', '[H:mm]'],
# 1660|->   DATETIMEFORMATS: ['{1} \'؜‮at‬؜\' {0}', '{1} \'؜‮at‬؜\' {0}', '{1}, {0}', '{1}, {0}'],
# 1661|     FIRSTDAYOFWEEK: 0,
# 1662|     WEEKENDRANGE: [5, 6],

Error: UNICONTROL_WARNING (CWE-94): [#def1740]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/labs/i18n/listsymbolsext.js:1104: warning: bidirectional control characters: ['\u202e', '\u202c']
# 1102|   goog.labs.i18n.ListFormatSymbols_ar_XB = {
# 1103|     GENDER_STYLE: 2,
# 1104|->   LIST_TWO: '{0} ؜‮and‬؜ {1}',
# 1105|     LIST_START: '{0}, {1}',
# 1106|     LIST_MIDDLE: '{0}, {1}',

Error: UNICONTROL_WARNING (CWE-94): [#def1741]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/labs/i18n/listsymbolsext.js:1107: warning: bidirectional control characters: ['\u202e', '\u202c']
# 1105|     LIST_START: '{0}, {1}',
# 1106|     LIST_MIDDLE: '{0}, {1}',
# 1107|->   LIST_END: '{0}, ؜‮and‬؜ {1}'
# 1108|   };
# 1109|   

Error: UNICONTROL_WARNING (CWE-94): [#def1742]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/google-closure-library/closure/goog/locale/nativenameconstants.js:313: warning: bidirectional control characters: ['\u202e', '\u202c', '\u202e', '\u202c']
#  311|       'ar_TD': 'تشاد',
#  312|       'ar_TN': 'تونس',
#  313|->     'ar_XB': '؜‮Pseudo‬؜-؜‮Bidi‬؜',
#  314|       'ar_YE': 'اليمن',
#  315|       'as_IN': 'ভাৰত',

Error: CPPCHECK_WARNING (CWE-457): [#def1743]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/hb-algs.hh:322: error[legacyUninitvar]: Uninitialized variable: pos++->v
#  320|   	  while (pos != end)
#  321|   	  {
#  322|-> 	    v  = pos++->v;
#  323|   	    h ^= mix(v);
#  324|   	    h *= m;

Error: CPPCHECK_WARNING (CWE-457): [#def1744]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/hb-algs.hh:977: warning[uninitvar]: Uninitialized variable: dst
#  975|   {
#  976|     /* It's illegal to pass 0 as size to memcpy. */
#  977|->   if (unlikely (!len)) return dst;
#  978|     return memcpy (dst, src, len);
#  979|   }

Error: CPPCHECK_WARNING (CWE-457): [#def1745]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/hb-bit-page.hh:62: warning[uninitvar]: Uninitialized variable: r
#   60|       for (unsigned int i = 0; i < ARRAY_LENGTH (v); i++)
#   61|         r.v[i] = op (v[i]);
#   62|->     return r;
#   63|     }
#   64|     template <typename Op>

Error: CPPCHECK_WARNING (CWE-457): [#def1746]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/hb-bit-page.hh:70: warning[uninitvar]: Uninitialized variable: r
#   68|       for (unsigned int i = 0; i < ARRAY_LENGTH (v); i++)
#   69|         r.v[i] = op (v[i], o.v[i]);
#   70|->     return r;
#   71|     }
#   72|     hb_vector_size_t operator | (const hb_vector_size_t &o) const

Error: CPPCHECK_WARNING (CWE-758): [#def1747]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/hb-iter.hh:766: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
#  764|     inc (hb_type_identity<S2> s, hb_priority<1>)
#  765|       -> hb_void_t<decltype (hb_invoke (std::forward<S2> (s), hb_declval<T&> ()))>
#  766|->   { v = hb_invoke (std::forward<S2> (s), v); }
#  767|   
#  768|     void

Error: CPPCHECK_WARNING (CWE-401): [#def1748]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/hb-machinery.hh:258: error[memleak]: Memory leak: p
#  256|       Stored *p = (Stored *) hb_calloc (1, sizeof (Stored));
#  257|       if (likely (p))
#  258|->       p = new (p) Stored (data);
#  259|       return p;
#  260|     }

Error: CPPCHECK_WARNING (CWE-401): [#def1749]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/hb-machinery.hh:265: error[memleak]: Memory leak: p
#  263|       Stored *p = (Stored *) hb_calloc (1, sizeof (Stored));
#  264|       if (likely (p))
#  265|->       p = new (p) Stored ();
#  266|       return p;
#  267|     }

Error: COMPILER_WARNING (CWE-909): [#def1750]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:140:29: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::Header::aff_offset’
#  138|     base::span<const unsigned char> bdict_data_;
#  139|   
#  140|->   BDict::Header header_ = {0};
#  141|     BDict::AffHeader aff_header_ = {0};
#  142|   };

Error: COMPILER_WARNING (CWE-909): [#def1751]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:140:29: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::Header::dic_offset’
#  138|     base::span<const unsigned char> bdict_data_;
#  139|   
#  140|->   BDict::Header header_ = {0};
#  141|     BDict::AffHeader aff_header_ = {0};
#  142|   };

Error: COMPILER_WARNING (CWE-909): [#def1752]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:140:29: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::Header::digest’
#  138|     base::span<const unsigned char> bdict_data_;
#  139|   
#  140|->   BDict::Header header_ = {0};
#  141|     BDict::AffHeader aff_header_ = {0};
#  142|   };

Error: COMPILER_WARNING (CWE-909): [#def1753]
qtwebengine-everywhere-src-6.9.0/src/core/tools/qwebengine_convert_dict/main.cpp:26: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:140:29: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::Header::major_version’
#  140 |   BDict::Header header_ = {0};
#      |                             ^
#  138|     base::span<const unsigned char> bdict_data_;
#  139|   
#  140|->   BDict::Header header_ = {0};
#  141|     BDict::AffHeader aff_header_ = {0};
#  142|   };

Error: COMPILER_WARNING (CWE-909): [#def1754]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:140:29: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::Header::minor_version’
#  138|     base::span<const unsigned char> bdict_data_;
#  139|   
#  140|->   BDict::Header header_ = {0};
#  141|     BDict::AffHeader aff_header_ = {0};
#  142|   };

Error: COMPILER_WARNING (CWE-909): [#def1755]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:141:36: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::AffHeader::affix_rule_offset’
#  141 |   BDict::AffHeader aff_header_ = {0};
#      |                                    ^
#  139|   
#  140|     BDict::Header header_ = {0};
#  141|->   BDict::AffHeader aff_header_ = {0};
#  142|   };
#  143|   

Error: COMPILER_WARNING (CWE-909): [#def1756]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:141:36: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::AffHeader::other_offset’
#  139|   
#  140|     BDict::Header header_ = {0};
#  141|->   BDict::AffHeader aff_header_ = {0};
#  142|   };
#  143|   

Error: COMPILER_WARNING (CWE-909): [#def1757]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/google/bdict_reader.h:141:36: warning[-Wmissing-field-initializers]: missing initializer for member ‘hunspell::BDict::AffHeader::rep_offset’
#  139|   
#  140|     BDict::Header header_ = {0};
#  141|->   BDict::AffHeader aff_header_ = {0};
#  142|   };
#  143|   

Error: CPPCHECK_WARNING (CWE-457): [#def1758]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/hunspell/src/hunspell/hunzip.cxx:256: warning[uninitvar]: Uninitialized variable: linebuf
#  254|     else
#  255|       linebuf[l] = '\0';
#  256|->   strcpy(line + left, linebuf);
#  257|     dest.assign(line);
#  258|     return true;

Error: COMPILER_WARNING (CWE-457): [#def1759]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/ipcz/src/ipcz/node.cc: scope_hint: In member function ‘void ipcz::Node::ShutDown()’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/ipcz/src/ipcz/node.cc:590:17: warning[-Wuninitialized]: ‘connections.absl::flat_hash_map<ipcz::NodeName, ipcz::Node::Connection, absl::hash_internal::Hash<ipcz::NodeName>, std::equal_to<ipcz::NodeName>, std::allocator<std::pair<const ipcz::NodeName, ipcz::Node::Connection> > >::<unnamed>.absl::container_internal::raw_hash_map<absl::container_internal::FlatHashMapPolicy<ipcz::NodeName, ipcz::Node::Connection>, absl::hash_internal::Hash<ipcz::NodeName>, std::equal_to<ipcz::NodeName>, std::allocator<std::pair<const ipcz::NodeName, ipcz::Node::Connection> > >::<un [...]
#  590 |   ConnectionMap connections;
#      |                 ^~~~~~~~~~~
#  588|   
#  589|   void Node::ShutDown() {
#  590|->   ConnectionMap connections;
#  591|     {
#  592|       absl::MutexLock lock(&mutex_);
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/ipcz/src/ipcz/node.cc:590:17: note: trimmed 1 message(s) with length over 512

Error: CPPCHECK_WARNING (CWE-758): [#def1760]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/aom_dsp_common.h:100: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   98|   // negative value is undefined by C standards and implementation defined,
#   99|   static inline unsigned int negative_to_zero(int value) {
#  100|->   return value & ~(value >> (sizeof(value) * 8 - 1));
#  101|   }
#  102|   

Error: CPPCHECK_WARNING (CWE-457): [#def1761]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/synonyms.h:33: warning[uninitvar]: Uninitialized variable: a
#   31|   static inline __m128i xx_loadl_32(const void *a) {
#   32|     int val;
#   33|->   memcpy(&val, a, sizeof(val));
#   34|     return _mm_cvtsi32_si128(val);
#   35|   }

Error: CPPCHECK_WARNING (CWE-457): [#def1762]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/blockd.h:948: warning[uninitvar]: Uninitialized variable: buf16
#  946|   #else
#  947|     (void)xd;
#  948|->   return buf16;
#  949|   #endif
#  950|   }

Error: CPPCHECK_WARNING (CWE-457): [#def1763]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/convolve.h:99: error[uninitvar]: Uninitialized variables: conv_params.fwd_offset, conv_params.bck_offset
#   97|     // in a compound mode.
#   98|     conv_params.do_average = cmp_index;
#   99|->   return conv_params;
#  100|   }
#  101|   

Error: CPPCHECK_WARNING (CWE-476): [#def1764]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:99: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: hdrFile
#   97|                                            const char *filename) {
#   98|     FILE *hdrFile = fopen(filename, "w");
#   99|->   fwrite(data, size, sizeof(uint8_t), hdrFile);
#  100|   
#  101|     // Reset order hints(7bit + a previous bit) to 0, so that all camera frame

Error: CPPCHECK_WARNING (CWE-476): [#def1765]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:104: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: hdrFile
#  102|     // headers are identical in large scale coding.
#  103|     uint8_t zero = 0;
#  104|->   fseek(hdrFile, 1, SEEK_SET);
#  105|     // Reset second byte.
#  106|     fwrite(&zero, 1, sizeof(uint8_t), hdrFile);

Error: CPPCHECK_WARNING (CWE-476): [#def1766]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:106: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: hdrFile
#  104|     fseek(hdrFile, 1, SEEK_SET);
#  105|     // Reset second byte.
#  106|->   fwrite(&zero, 1, sizeof(uint8_t), hdrFile);
#  107|     fclose(hdrFile);
#  108|   }

Error: CPPCHECK_WARNING (CWE-476): [#def1767]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:107: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: hdrFile
#  105|     // Reset second byte.
#  106|     fwrite(&zero, 1, sizeof(uint8_t), hdrFile);
#  107|->   fclose(hdrFile);
#  108|   }
#  109|   

Error: CPPCHECK_WARNING (CWE-476): [#def1768]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:116: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fcFile
#  114|     unsigned int i;
#  115|   
#  116|->   for (i = 0; i < n_contexts; ++i) fprintf(fcFile, "%d ", *fcp++);
#  117|     fclose(fcFile);
#  118|   }

Error: CPPCHECK_WARNING (CWE-476): [#def1769]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:117: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: fcFile
#  115|   
#  116|     for (i = 0; i < n_contexts; ++i) fprintf(fcFile, "%d ", *fcp++);
#  117|->   fclose(fcFile);
#  118|   }

Error: CPPCHECK_WARNING (CWE-758): [#def1770]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/mv.h:92: error[overlappingWriteUnion]: Overlapping read/write of union is undefined behavior
#   90|   
#   91|   static inline void convert_fullmv_to_mv(int_mv *mv) {
#   92|->   mv->as_mv = get_mv_from_fullmv(&mv->as_fullmv);
#   93|   }
#   94|   

Error: CPPCHECK_WARNING (CWE-457): [#def1771]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/reconinter.c:1161: error[legacyUninitvar]: Uninitialized variable: intrapredictor
# 1159|       DECLARE_ALIGNED(16, uint16_t, intrapredictor[MAX_SB_SQUARE]);
# 1160|       av1_build_intra_predictors_for_interintra(
# 1161|->         cm, xd, bsize, plane, ctx, CONVERT_TO_BYTEPTR(intrapredictor),
# 1162|           MAX_SB_SIZE);
# 1163|       av1_combine_interintra(xd, bsize, plane, pred, stride,

Error: CPPCHECK_WARNING (CWE-457): [#def1772]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/resize_ssse3.c:537: error[legacyUninitvar]: Uninitialized variable: s
#  535|       shuffle_filter_ssse3, shuffle_filter_odd_ssse3
#  536|     };
#  537|->   static const convolve8_funcs convolve8_func_list[2] = {
#  538|       convolve8_8_even_offset_ssse3, convolve8_8_odd_offset_ssse3
#  539|     };

Error: CPPCHECK_WARNING (CWE-562): [#def1773]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/allintra_vis.c:268: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
#  266|     memset(&mbmi, 0, sizeof(mbmi));
#  267|     MB_MODE_INFO *mbmi_ptr = &mbmi;
#  268|->   xd->mi = &mbmi_ptr;
#  269|     const BLOCK_SIZE bsize = cpi->weber_bsize;
#  270|     const TX_SIZE tx_size = max_txsize_lookup[bsize];

Error: CPPCHECK_WARNING (CWE-457): [#def1774]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:246: error[uninitvar]: Uninitialized variable: dist
#  244|   
#  245|       rate += x->mode_costs.wedge_idx_cost[bsize][wedge_index];
#  246|->     rd = RDCOST(x->rdmult, rate, dist);
#  247|   
#  248|       if (rd < best_rd) {

Error: CPPCHECK_WARNING (CWE-457): [#def1775]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:290: error[uninitvar]: Uninitialized variable: dist
#  288|                                                     &rate, &dist);
#  289|       rate += x->mode_costs.wedge_idx_cost[bsize][wedge_index];
#  290|->     rd = RDCOST(x->rdmult, rate, dist);
#  291|   
#  292|       if (rd < best_rd) {

Error: CPPCHECK_WARNING (CWE-457): [#def1776]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:378: error[uninitvar]: Uninitialized variable: dist
#  376|       model_rd_sse_fn[MODELRD_TYPE_MASKED_COMPOUND](cpi, x, bsize, 0, sse, N,
#  377|                                                     &rate, &dist);
#  378|->     const int64_t rd0 = RDCOST(x->rdmult, rate, dist);
#  379|   
#  380|       if (rd0 < best_rd) {

Error: CPPCHECK_WARNING (CWE-457): [#def1777]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:378: error[uninitvar]: Uninitialized variable: rate
#  376|       model_rd_sse_fn[MODELRD_TYPE_MASKED_COMPOUND](cpi, x, bsize, 0, sse, N,
#  377|                                                     &rate, &dist);
#  378|->     const int64_t rd0 = RDCOST(x->rdmult, rate, dist);
#  379|   
#  380|       if (rd0 < best_rd) {

Error: CPPCHECK_WARNING (CWE-457): [#def1778]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:388: error[uninitvar]: Uninitialized variable: seg_mask
#  386|     mbmi->interinter_comp.mask_type = best_mask_type;
#  387|     if (best_mask_type == DIFFWTD_38_INV) {
#  388|->     memcpy(xd->seg_mask, seg_mask, N * 2);
#  389|     }
#  390|     return best_rd;

Error: CPPCHECK_WARNING (CWE-457): [#def1779]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:480: error[uninitvar]: Uninitialized variable: dist
#  478|                                             &skip_txfm_sb, &skip_sse_sb, NULL,
#  479|                                             NULL, NULL);
#  480|->   int64_t rd = RDCOST(x->rdmult, rate + rmode, dist);
#  481|     if (rd < *best_interintra_rd) {
#  482|       *best_interintra_rd = rd;

Error: CPPCHECK_WARNING (CWE-457): [#def1780]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:480: error[uninitvar]: Uninitialized variable: rate
#  478|                                             &skip_txfm_sb, &skip_sse_sb, NULL,
#  479|                                             NULL, NULL);
#  480|->   int64_t rd = RDCOST(x->rdmult, rate + rmode, dist);
#  481|     if (rd < *best_interintra_rd) {
#  482|       *best_interintra_rd = rd;

Error: CPPCHECK_WARNING (CWE-457): [#def1781]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:716: error[uninitvar]: Uninitialized variable: dist_sum
#  714|             &skip_sse_sb, NULL, NULL, NULL);
#  715|         rd =
#  716|->           RDCOST(x->rdmult, *tmp_rate_mv + *rate_overhead + rate_sum, dist_sum);
#  717|       }
#  718|     }

Error: CPPCHECK_WARNING (CWE-457): [#def1782]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:716: error[uninitvar]: Uninitialized variable: rate_sum
#  714|             &skip_sse_sb, NULL, NULL, NULL);
#  715|         rd =
#  716|->           RDCOST(x->rdmult, *tmp_rate_mv + *rate_overhead + rate_sum, dist_sum);
#  717|       }
#  718|     }

Error: CPPCHECK_WARNING (CWE-457): [#def1783]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1350: error[uninitvar]: Uninitialized variable: dist_sum
# 1348|                   &tmp_skip_txfm_sb, &tmp_skip_sse_sb, NULL, NULL, NULL);
# 1349|               comp_model_rd_cur =
# 1350|->                 RDCOST(x->rdmult, rs2 + *rate_mv + rate_sum, dist_sum);
# 1351|               // Backup rate and distortion for future reuse
# 1352|               backup_stats(cur_type, comp_rate, comp_dist, comp_model_rate,

Error: CPPCHECK_WARNING (CWE-457): [#def1784]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1350: error[uninitvar]: Uninitialized variable: rate_sum
# 1348|                   &tmp_skip_txfm_sb, &tmp_skip_sse_sb, NULL, NULL, NULL);
# 1349|               comp_model_rd_cur =
# 1350|->                 RDCOST(x->rdmult, rs2 + *rate_mv + rate_sum, dist_sum);
# 1351|               // Backup rate and distortion for future reuse
# 1352|               backup_stats(cur_type, comp_rate, comp_dist, comp_model_rate,

Error: CPPCHECK_WARNING (CWE-909): [#def1785]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1449: error[uninitStructMember]: Uninitialized struct member: est_rd_stats.dist
# 1447|             if (this_rd_cur < INT64_MAX) {
# 1448|               this_rd_cur =
# 1449|->                 RDCOST(x->rdmult, rs2 + tmp_rate_mv + est_rd_stats.rate,
# 1450|                          est_rd_stats.dist);
# 1451|             }

Error: CPPCHECK_WARNING (CWE-909): [#def1786]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1449: error[uninitStructMember]: Uninitialized struct member: est_rd_stats.rate
# 1447|             if (this_rd_cur < INT64_MAX) {
# 1448|               this_rd_cur =
# 1449|->                 RDCOST(x->rdmult, rs2 + tmp_rate_mv + est_rd_stats.rate,
# 1450|                          est_rd_stats.dist);
# 1451|             }

Error: CPPCHECK_WARNING (CWE-909): [#def1787]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1564: error[uninitStructMember]: Uninitialized struct member: est_rd_stats.dist
# 1562|           }
# 1563|           if (this_rd_cur < INT64_MAX) {
# 1564|->           this_rd_cur = RDCOST(x->rdmult, rs2 + tmp_rate_mv + est_rd_stats.rate,
# 1565|                                  est_rd_stats.dist);
# 1566|           }

Error: CPPCHECK_WARNING (CWE-909): [#def1788]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1564: error[uninitStructMember]: Uninitialized struct member: est_rd_stats.rate
# 1562|           }
# 1563|           if (this_rd_cur < INT64_MAX) {
# 1564|->           this_rd_cur = RDCOST(x->rdmult, rs2 + tmp_rate_mv + est_rd_stats.rate,
# 1565|                                  est_rd_stats.dist);
# 1566|           }

Error: CPPCHECK_WARNING (CWE-909): [#def1789]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1606: error[uninitStructMember]: Uninitialized struct member: est_rd_stats.dist
# 1604|           }
# 1605|           if (this_rd_cur < INT64_MAX) {
# 1606|->           best_rd_cur = RDCOST(x->rdmult, rs2 + tmp_rate_mv + est_rd_stats.rate,
# 1607|                                  est_rd_stats.dist);
# 1608|           }

Error: CPPCHECK_WARNING (CWE-909): [#def1790]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/compound_type.c:1606: error[uninitStructMember]: Uninitialized struct member: est_rd_stats.rate
# 1604|           }
# 1605|           if (this_rd_cur < INT64_MAX) {
# 1606|->           best_rd_cur = RDCOST(x->rdmult, rs2 + tmp_rate_mv + est_rd_stats.rate,
# 1607|                                  est_rd_stats.dist);
# 1608|           }

Error: CPPCHECK_WARNING (CWE-823): [#def1791]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c:1113: error[arrayIndexOutOfBounds]: Array 'yv12_mb[4][3]' accessed at index yv12_mb[4][0], which is out of bounds.
# 1111|                                  .as_int;
# 1112|           if (ctx_den->reuse_inter_pred) {
# 1113|->           xd->plane[AOM_PLANE_Y].pre[0] = yv12_mb[GOLDEN_FRAME][AOM_PLANE_Y];
# 1114|             av1_enc_build_inter_predictor_y(xd, mi_row, mi_col);
# 1115|           }

Error: CPPCHECK_WARNING (CWE-457): [#def1792]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/palette.c:982: warning[uninitvar]: Uninitialized variable: centroids
#  980|     }
#  981|   
#  982|->   av1_calc_indices(data, centroids, color_map, rows * cols,
#  983|                      pmi->palette_size[1], 2);
#  984|     extend_palette_color_map(color_map, cols, rows, plane_block_width,

Error: CPPCHECK_WARNING (CWE-476): [#def1793]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/ratectrl.c:1115: warning[nullPointer]: Possible null pointer dereference: arfgf_high_motion_minq
# 1113|     int *arfgf_high_motion_minq;
# 1114|     ASSIGN_MINQ_TABLE(bit_depth, arfgf_high_motion_minq);
# 1115|->   return arfgf_high_motion_minq[q];
# 1116|   }
# 1117|   

Error: CPPCHECK_WARNING (CWE-457): [#def1794]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:2037: error[uninitvar]: Uninitialized variable: est_dist
# 2035|     model_rd_sb_fn[MODELRD_CURVFIT](cpi, bsize, x, xd, 0, 0, &est_rate, &est_dist,
# 2036|                                     NULL, NULL, NULL, NULL, NULL);
# 2037|->   return RDCOST(x->rdmult, rd_stats->rate + est_rate, est_dist);
# 2038|   }
# 2039|   

Error: CPPCHECK_WARNING (CWE-457): [#def1795]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:2037: error[uninitvar]: Uninitialized variable: est_rate
# 2035|     model_rd_sb_fn[MODELRD_CURVFIT](cpi, bsize, x, xd, 0, 0, &est_rate, &est_dist,
# 2036|                                     NULL, NULL, NULL, NULL, NULL);
# 2037|->   return RDCOST(x->rdmult, rd_stats->rate + est_rate, est_dist);
# 2038|   }
# 2039|   

Error: CPPCHECK_WARNING (CWE-457): [#def1796]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/rdopt.c:3486: warning[uninitvar]: Uninitialized variable: &orig_dst
# 3484|   
# 3485|     // Obtain the rdcost for skip_mode.
# 3486|->   skip_mode_rd(&skip_mode_rd_stats, cpi, x, bsize, &orig_dst,
# 3487|                  best_intra_inter_mode_cost);
# 3488|   

Error: CPPCHECK_WARNING (CWE-457): [#def1797]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/tx_search.c:3495: error[uninitvar]: Uninitialized variable: model_skip
# 3493|         cpi, bsize, x, xd, 0, 0, &model_rate, &model_dist, &model_skip, NULL,
# 3494|         NULL, NULL, NULL);
# 3495|->   if (model_skip) return 0;
# 3496|     const int64_t model_rd = RDCOST(x->rdmult, model_rate, model_dist);
# 3497|     // TODO(debargha, urvang): Improve the model and make the check below

Error: CPPCHECK_WARNING (CWE-457): [#def1798]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/tx_search.c:3496: error[uninitvar]: Uninitialized variable: model_dist
# 3494|         NULL, NULL, NULL);
# 3495|     if (model_skip) return 0;
# 3496|->   const int64_t model_rd = RDCOST(x->rdmult, model_rate, model_dist);
# 3497|     // TODO(debargha, urvang): Improve the model and make the check below
# 3498|     // tighter.

Error: CPPCHECK_WARNING (CWE-457): [#def1799]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/tx_search.c:3496: error[uninitvar]: Uninitialized variable: model_rate
# 3494|         NULL, NULL, NULL);
# 3495|     if (model_skip) return 0;
# 3496|->   const int64_t model_rd = RDCOST(x->rdmult, model_rate, model_dist);
# 3497|     // TODO(debargha, urvang): Improve the model and make the check below
# 3498|     // tighter.

Error: CPPCHECK_WARNING (CWE-457): [#def1800]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_avx2.c:1937: warning[uninitvar]: Uninitialized variable: bufA
# 1935|         bufB[j] = _mm256_cvtepi16_epi32(buf[j * 2 + 1]);
# 1936|       }
# 1937|->     fdct64_new_avx2(bufA, bufA, cos_bit_row);
# 1938|       fdct64_new_avx2(bufB, bufB, cos_bit_row);
# 1939|       round_shift_array_32_avx2(bufA, bufA, 32, -shift[2]);

Error: CPPCHECK_WARNING (CWE-457): [#def1801]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_avx2.c:1938: warning[uninitvar]: Uninitialized variable: bufB
# 1936|       }
# 1937|       fdct64_new_avx2(bufA, bufA, cos_bit_row);
# 1938|->     fdct64_new_avx2(bufB, bufB, cos_bit_row);
# 1939|       round_shift_array_32_avx2(bufA, bufA, 32, -shift[2]);
# 1940|       round_shift_array_32_avx2(bufB, bufB, 32, -shift[2]);

Error: CPPCHECK_WARNING (CWE-457): [#def1802]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_avx2.c:2065: warning[uninitvar]: Uninitialized variable: bufA
# 2063|         bufB[j] = _mm256_cvtepi16_epi32(buf[j * 2 + 1]);
# 2064|       }
# 2065|->     fdct64_new_avx2(bufA, bufA, cos_bit_row);
# 2066|       fdct64_new_avx2(bufB, bufB, cos_bit_row);
# 2067|       round_shift_rect_array_32_avx2(bufA, bufA, 32, -shift[2], NewSqrt2);

Error: CPPCHECK_WARNING (CWE-457): [#def1803]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_avx2.c:2066: warning[uninitvar]: Uninitialized variable: bufB
# 2064|       }
# 2065|       fdct64_new_avx2(bufA, bufA, cos_bit_row);
# 2066|->     fdct64_new_avx2(bufB, bufB, cos_bit_row);
# 2067|       round_shift_rect_array_32_avx2(bufA, bufA, 32, -shift[2], NewSqrt2);
# 2068|       round_shift_rect_array_32_avx2(bufB, bufB, 32, -shift[2], NewSqrt2);

Error: CPPCHECK_WARNING (CWE-457): [#def1804]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_avx2.c:2110: warning[uninitvar]: Uninitialized variable: bufA
# 2108|         bufB[j] = _mm256_cvtepi16_epi32(buf[j * 2 + 1]);
# 2109|       }
# 2110|->     fdct32_avx2(bufA, bufA, cos_bit_row);
# 2111|       fdct32_avx2(bufB, bufB, cos_bit_row);
# 2112|       round_shift_rect_array_32_avx2(bufA, bufA, 32, -shift[2], NewSqrt2);

Error: CPPCHECK_WARNING (CWE-457): [#def1805]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_avx2.c:2111: warning[uninitvar]: Uninitialized variable: bufB
# 2109|       }
# 2110|       fdct32_avx2(bufA, bufA, cos_bit_row);
# 2111|->     fdct32_avx2(bufB, bufB, cos_bit_row);
# 2112|       round_shift_rect_array_32_avx2(bufA, bufA, 32, -shift[2], NewSqrt2);
# 2113|       round_shift_rect_array_32_avx2(bufB, bufB, 32, -shift[2], NewSqrt2);

Error: CPPCHECK_WARNING (CWE-457): [#def1806]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_sse4.c:112: warning[uninitvar]: Uninitialized variable: buf_128
#  110|     int16_array_with_stride_to_int32_array_without_stride(input, stride, txfm_buf,
#  111|                                                           txfm_size);
#  112|->   av1_round_shift_array_32_sse4_1(buf_128, out_128, txfm2d_size_128, -shift[0]);
#  113|     txfm_func_col(out_128, buf_128, cos_bit_col, stage_range_col);
#  114|     av1_round_shift_array_32_sse4_1(buf_128, out_128, txfm2d_size_128, -shift[1]);

Error: CPPCHECK_WARNING (CWE-476): [#def1807]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libgav1/src/src/utils/vector.h:106: error[nullPointer]: Null pointer dereference
#  104|             // bugprone-undefined-memory-manipulation clang-tidy warning. The
#  105|             // memcpy is safe because T is a trivial type.
#  106|->           memcpy(static_cast<void*>(new_items),
#  107|                    static_cast<const void*>(items_), num_items_ * sizeof(T));
#  108|           } else {

Error: CPPCHECK_WARNING (CWE-758): [#def1808]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:585: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  583|      * Agner Fog.  This code assumes we are on a two's complement machine.
#  584|      */
#  585|->   nbits = temp >> (CHAR_BIT * sizeof(int) - 1);
#  586|     temp += nbits;
#  587|     nbits ^= temp;

Error: CPPCHECK_WARNING (CWE-758): [#def1809]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:629: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  627|   
#  628|       /* One iteration for each value in jpeg_natural_order[] */
#  629|->     kloop(1);   kloop(8);   kloop(16);  kloop(9);   kloop(2);   kloop(3);
#  630|       kloop(10);  kloop(17);  kloop(24);  kloop(32);  kloop(25);  kloop(18);
#  631|       kloop(11);  kloop(4);   kloop(5);   kloop(12);  kloop(19);  kloop(26);

Error: CPPCHECK_WARNING (CWE-758): [#def1810]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:630: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  628|       /* One iteration for each value in jpeg_natural_order[] */
#  629|       kloop(1);   kloop(8);   kloop(16);  kloop(9);   kloop(2);   kloop(3);
#  630|->     kloop(10);  kloop(17);  kloop(24);  kloop(32);  kloop(25);  kloop(18);
#  631|       kloop(11);  kloop(4);   kloop(5);   kloop(12);  kloop(19);  kloop(26);
#  632|       kloop(33);  kloop(40);  kloop(48);  kloop(41);  kloop(34);  kloop(27);

Error: CPPCHECK_WARNING (CWE-758): [#def1811]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:631: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  629|       kloop(1);   kloop(8);   kloop(16);  kloop(9);   kloop(2);   kloop(3);
#  630|       kloop(10);  kloop(17);  kloop(24);  kloop(32);  kloop(25);  kloop(18);
#  631|->     kloop(11);  kloop(4);   kloop(5);   kloop(12);  kloop(19);  kloop(26);
#  632|       kloop(33);  kloop(40);  kloop(48);  kloop(41);  kloop(34);  kloop(27);
#  633|       kloop(20);  kloop(13);  kloop(6);   kloop(7);   kloop(14);  kloop(21);

Error: CPPCHECK_WARNING (CWE-758): [#def1812]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:632: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  630|       kloop(10);  kloop(17);  kloop(24);  kloop(32);  kloop(25);  kloop(18);
#  631|       kloop(11);  kloop(4);   kloop(5);   kloop(12);  kloop(19);  kloop(26);
#  632|->     kloop(33);  kloop(40);  kloop(48);  kloop(41);  kloop(34);  kloop(27);
#  633|       kloop(20);  kloop(13);  kloop(6);   kloop(7);   kloop(14);  kloop(21);
#  634|       kloop(28);  kloop(35);  kloop(42);  kloop(49);  kloop(56);  kloop(57);

Error: CPPCHECK_WARNING (CWE-758): [#def1813]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:633: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  631|       kloop(11);  kloop(4);   kloop(5);   kloop(12);  kloop(19);  kloop(26);
#  632|       kloop(33);  kloop(40);  kloop(48);  kloop(41);  kloop(34);  kloop(27);
#  633|->     kloop(20);  kloop(13);  kloop(6);   kloop(7);   kloop(14);  kloop(21);
#  634|       kloop(28);  kloop(35);  kloop(42);  kloop(49);  kloop(56);  kloop(57);
#  635|       kloop(50);  kloop(43);  kloop(36);  kloop(29);  kloop(22);  kloop(15);

Error: CPPCHECK_WARNING (CWE-758): [#def1814]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:634: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  632|       kloop(33);  kloop(40);  kloop(48);  kloop(41);  kloop(34);  kloop(27);
#  633|       kloop(20);  kloop(13);  kloop(6);   kloop(7);   kloop(14);  kloop(21);
#  634|->     kloop(28);  kloop(35);  kloop(42);  kloop(49);  kloop(56);  kloop(57);
#  635|       kloop(50);  kloop(43);  kloop(36);  kloop(29);  kloop(22);  kloop(15);
#  636|       kloop(23);  kloop(30);  kloop(37);  kloop(44);  kloop(51);  kloop(58);

Error: CPPCHECK_WARNING (CWE-758): [#def1815]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:635: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  633|       kloop(20);  kloop(13);  kloop(6);   kloop(7);   kloop(14);  kloop(21);
#  634|       kloop(28);  kloop(35);  kloop(42);  kloop(49);  kloop(56);  kloop(57);
#  635|->     kloop(50);  kloop(43);  kloop(36);  kloop(29);  kloop(22);  kloop(15);
#  636|       kloop(23);  kloop(30);  kloop(37);  kloop(44);  kloop(51);  kloop(58);
#  637|       kloop(59);  kloop(52);  kloop(45);  kloop(38);  kloop(31);  kloop(39);

Error: CPPCHECK_WARNING (CWE-758): [#def1816]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:636: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  634|       kloop(28);  kloop(35);  kloop(42);  kloop(49);  kloop(56);  kloop(57);
#  635|       kloop(50);  kloop(43);  kloop(36);  kloop(29);  kloop(22);  kloop(15);
#  636|->     kloop(23);  kloop(30);  kloop(37);  kloop(44);  kloop(51);  kloop(58);
#  637|       kloop(59);  kloop(52);  kloop(45);  kloop(38);  kloop(31);  kloop(39);
#  638|       kloop(46);  kloop(53);  kloop(60);  kloop(61);  kloop(54);  kloop(47);

Error: CPPCHECK_WARNING (CWE-758): [#def1817]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:637: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  635|       kloop(50);  kloop(43);  kloop(36);  kloop(29);  kloop(22);  kloop(15);
#  636|       kloop(23);  kloop(30);  kloop(37);  kloop(44);  kloop(51);  kloop(58);
#  637|->     kloop(59);  kloop(52);  kloop(45);  kloop(38);  kloop(31);  kloop(39);
#  638|       kloop(46);  kloop(53);  kloop(60);  kloop(61);  kloop(54);  kloop(47);
#  639|       kloop(55);  kloop(62);  kloop(63);

Error: CPPCHECK_WARNING (CWE-758): [#def1818]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:638: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  636|       kloop(23);  kloop(30);  kloop(37);  kloop(44);  kloop(51);  kloop(58);
#  637|       kloop(59);  kloop(52);  kloop(45);  kloop(38);  kloop(31);  kloop(39);
#  638|->     kloop(46);  kloop(53);  kloop(60);  kloop(61);  kloop(54);  kloop(47);
#  639|       kloop(55);  kloop(62);  kloop(63);
#  640|   

Error: CPPCHECK_WARNING (CWE-758): [#def1819]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jchuff.c:639: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  637|       kloop(59);  kloop(52);  kloop(45);  kloop(38);  kloop(31);  kloop(39);
#  638|       kloop(46);  kloop(53);  kloop(60);  kloop(61);  kloop(54);  kloop(47);
#  639|->     kloop(55);  kloop(62);  kloop(63);
#  640|   
#  641|       /* If the last coef(s) were zero, emit an end-of-block code */

Error: CPPCHECK_WARNING (CWE-758): [#def1820]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jcphuff.c:523: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  521|        * 1997 by Agner Fog.
#  522|        */
#  523|->     temp3 = temp >> (CHAR_BIT * sizeof(int) - 1);
#  524|       temp ^= temp3;
#  525|       temp -= temp3;              /* temp is abs value of input */

Error: CPPCHECK_WARNING (CWE-758): [#def1821]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jcphuff.c:606: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  604|   #endif
#  605|   
#  606|->   COMPUTE_ABSVALUES_AC_FIRST(Sl0);
#  607|   
#  608|     bits[0] = zerobits;

Error: CPPCHECK_WARNING (CWE-758): [#def1822]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jcphuff.c:838: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  836|   #endif
#  837|   
#  838|->   COMPUTE_ABSVALUES_AC_REFINE(Sl0, 0);
#  839|   
#  840|     bits[0] = zerobits;

Error: CPPCHECK_WARNING (CWE-476): [#def1823]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jdatadst.c:139: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: nextbuffer
#  137|       ERREXIT1(cinfo, JERR_OUT_OF_MEMORY, 10);
#  138|   
#  139|->   memcpy(nextbuffer, dest->buffer, dest->bufsize);
#  140|   
#  141|     free(dest->newbuffer);

Error: CPPCHECK_WARNING (CWE-682): [#def1824]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jdatadst.c:145: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
#  143|     dest->newbuffer = nextbuffer;
#  144|   
#  145|->   dest->pub.next_output_byte = nextbuffer + dest->bufsize;
#  146|     dest->pub.free_in_buffer = dest->bufsize;
#  147|   

Error: CPPCHECK_WARNING (CWE-758): [#def1825]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jdhuff.c:575: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  573|         CHECK_BIT_BUFFER(br_state, s, return FALSE);
#  574|         r = GET_BITS(s);
#  575|->       s = HUFF_EXTEND(r, s);
#  576|       }
#  577|   

Error: CPPCHECK_WARNING (CWE-758): [#def1826]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jdhuff.c:611: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  609|             CHECK_BIT_BUFFER(br_state, s, return FALSE);
#  610|             r = GET_BITS(s);
#  611|->           s = HUFF_EXTEND(r, s);
#  612|             /* Output coefficient in natural (dezigzagged) order.
#  613|              * Note: the extra entries in jpeg_natural_order[] will save us

Error: CPPCHECK_WARNING (CWE-758): [#def1827]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jdhuff.c:685: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  683|         FILL_BIT_BUFFER_FAST
#  684|         r = GET_BITS(s);
#  685|->       s = HUFF_EXTEND(r, s);
#  686|       }
#  687|   

Error: CPPCHECK_WARNING (CWE-758): [#def1828]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jdhuff.c:710: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  708|             FILL_BIT_BUFFER_FAST
#  709|             r = GET_BITS(s);
#  710|->           s = HUFF_EXTEND(r, s);
#  711|             (*block)[jpeg_natural_order[k]] = (JCOEF)s;
#  712|           } else {

Error: CPPCHECK_WARNING (CWE-369): [#def1829]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jquant2.c:511: error[zerodiv]: Division by zero.
#  509|       }
#  510|   
#  511|->   cinfo->colormap[0][icolor] = (JSAMPLE)((c0total + (total >> 1)) / total);
#  512|     cinfo->colormap[1][icolor] = (JSAMPLE)((c1total + (total >> 1)) / total);
#  513|     cinfo->colormap[2][icolor] = (JSAMPLE)((c2total + (total >> 1)) / total);

Error: CPPCHECK_WARNING (CWE-369): [#def1830]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jquant2.c:512: error[zerodiv]: Division by zero.
#  510|   
#  511|     cinfo->colormap[0][icolor] = (JSAMPLE)((c0total + (total >> 1)) / total);
#  512|->   cinfo->colormap[1][icolor] = (JSAMPLE)((c1total + (total >> 1)) / total);
#  513|     cinfo->colormap[2][icolor] = (JSAMPLE)((c2total + (total >> 1)) / total);
#  514|   }

Error: CPPCHECK_WARNING (CWE-369): [#def1831]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libjpeg_turbo/jquant2.c:513: error[zerodiv]: Division by zero.
#  511|     cinfo->colormap[0][icolor] = (JSAMPLE)((c0total + (total >> 1)) / total);
#  512|     cinfo->colormap[1][icolor] = (JSAMPLE)((c1total + (total >> 1)) / total);
#  513|->   cinfo->colormap[2][icolor] = (JSAMPLE)((c2total + (total >> 1)) / total);
#  514|   }
#  515|   

Error: CPPCHECK_WARNING (CWE-457): [#def1832]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libsrtp/srtp/ekt.c:201: error[uninitvar]: Uninitialized variable: &srtp_policy
#  199|           return err;
#  200|   
#  201|->     err = srtp_stream_init(stream, &srtp_policy);
#  202|       if (err)
#  203|           return err;

Error: CPPCHECK_WARNING (CWE-758): [#def1833]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:147: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  145|   
#  146|     /* calc uv motion vectors */
#  147|->   mv_row += 1 | (mv_row >> (sizeof(int) * CHAR_BIT - 1));
#  148|     mv_col += 1 | (mv_col >> (sizeof(int) * CHAR_BIT - 1));
#  149|     mv_row /= 2;

Error: CPPCHECK_WARNING (CWE-758): [#def1834]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:148: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  146|     /* calc uv motion vectors */
#  147|     mv_row += 1 | (mv_row >> (sizeof(int) * CHAR_BIT - 1));
#  148|->   mv_col += 1 | (mv_col >> (sizeof(int) * CHAR_BIT - 1));
#  149|     mv_row /= 2;
#  150|     mv_col /= 2;

Error: CPPCHECK_WARNING (CWE-758): [#def1835]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:189: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  187|                x->block[yoffset + 5].bmi.mv.as_mv.row;
#  188|   
#  189|->       temp += 4 + ((temp >> (sizeof(temp) * CHAR_BIT - 1)) * 8);
#  190|   
#  191|         x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;

Error: CPPCHECK_WARNING (CWE-758): [#def1836]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:198: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  196|                x->block[yoffset + 5].bmi.mv.as_mv.col;
#  197|   
#  198|->       temp += 4 + ((temp >> (sizeof(temp) * CHAR_BIT - 1)) * 8);
#  199|   
#  200|         x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;

Error: CPPCHECK_WARNING (CWE-758): [#def1837]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:328: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  326|     /* calc uv motion vectors */
#  327|     _16x16mv.as_mv.row +=
#  328|->       1 | (_16x16mv.as_mv.row >> (sizeof(int) * CHAR_BIT - 1));
#  329|     _16x16mv.as_mv.col +=
#  330|         1 | (_16x16mv.as_mv.col >> (sizeof(int) * CHAR_BIT - 1));

Error: CPPCHECK_WARNING (CWE-758): [#def1838]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:330: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  328|         1 | (_16x16mv.as_mv.row >> (sizeof(int) * CHAR_BIT - 1));
#  329|     _16x16mv.as_mv.col +=
#  330|->       1 | (_16x16mv.as_mv.col >> (sizeof(int) * CHAR_BIT - 1));
#  331|     _16x16mv.as_mv.row /= 2;
#  332|     _16x16mv.as_mv.col /= 2;

Error: CPPCHECK_WARNING (CWE-758): [#def1839]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:472: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  470|                x->mode_info_context->bmi[yoffset + 5].mv.as_mv.row;
#  471|   
#  472|->       temp += 4 + ((temp >> (sizeof(temp) * CHAR_BIT - 1)) * 8);
#  473|   
#  474|         x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;

Error: CPPCHECK_WARNING (CWE-758): [#def1840]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/reconinter.c:481: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  479|                x->mode_info_context->bmi[yoffset + 5].mv.as_mv.col;
#  480|   
#  481|->       temp += 4 + ((temp >> (sizeof(temp) * CHAR_BIT - 1)) * 8);
#  482|   
#  483|         x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & x->fullpixel_mask;

Error: CPPCHECK_WARNING (CWE-786): [#def1841]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c:133: error[negativeIndex]: Array 'mvcost[2]' accessed at index mvcost[*][-2], which is out of bounds.
#  131|   
#  132|         mvcost[0][i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]);
#  133|->       mvcost[0][-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]);
#  134|       } while (++i <= mv_max);
#  135|     }

Error: CPPCHECK_WARNING (CWE-786): [#def1842]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c:146: error[negativeIndex]: Array 'mvcost[2]' accessed at index mvcost[*][-2], which is out of bounds.
#  144|   
#  145|         mvcost[1][i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]);
#  146|->       mvcost[1][-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]);
#  147|       } while (++i <= mv_max);
#  148|     }

Error: CPPCHECK_WARNING (CWE-786): [#def1843]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c:1749: error[negativeIndex]: Array 'mvsadcost[2]' accessed at index mvsadcost[*][-2], which is out of bounds.
# 1747|       mvsadcost[0][i] = (int)z;
# 1748|       mvsadcost[1][i] = (int)z;
# 1749|->     mvsadcost[0][-i] = (int)z;
# 1750|       mvsadcost[1][-i] = (int)z;
# 1751|     } while (++i <= mvfp_max);

Error: CPPCHECK_WARNING (CWE-786): [#def1844]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c:1750: error[negativeIndex]: Array 'mvsadcost[2]' accessed at index mvsadcost[*][-2], which is out of bounds.
# 1748|       mvsadcost[1][i] = (int)z;
# 1749|       mvsadcost[0][-i] = (int)z;
# 1750|->     mvsadcost[1][-i] = (int)z;
# 1751|     } while (++i <= mvfp_max);
# 1752|   }

Error: CPPCHECK_WARNING (CWE-758): [#def1845]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c:36: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   34|       z = coeff_ptr[rc];
#   35|   
#   36|->     sz = (z >> 31);    /* sign of z */
#   37|       x = (z ^ sz) - sz; /* x = abs(z) */
#   38|   

Error: CPPCHECK_WARNING (CWE-758): [#def1846]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c:78: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   76|   
#   77|       zbin_boost_ptr++;
#   78|->     sz = (z >> 31);    /* sign of z */
#   79|       x = (z ^ sz) - sz; /* x = abs(z) */
#   80|   

Error: CPPCHECK_WARNING (CWE-401): [#def1847]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c:672: error[memleak]: Memory leak: shared_mem_loc.mb_info
#  670|     (void)mem_loc;
#  671|   #endif
#  672|->   return res;
#  673|   }
#  674|   

Error: CPPCHECK_WARNING (CWE-786): [#def1848]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:2257: error[negativeIndex]: Array 'mvsadcost[2]' accessed at index mvsadcost[*][-2], which is out of bounds.
# 2255|       mvsadcost[0][i] = (int)z;
# 2256|       mvsadcost[1][i] = (int)z;
# 2257|->     mvsadcost[0][-i] = (int)z;
# 2258|       mvsadcost[1][-i] = (int)z;
# 2259|     } while (++i <= MV_MAX);

Error: CPPCHECK_WARNING (CWE-786): [#def1849]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:2258: error[negativeIndex]: Array 'mvsadcost[2]' accessed at index mvsadcost[*][-2], which is out of bounds.
# 2256|       mvsadcost[1][i] = (int)z;
# 2257|       mvsadcost[0][-i] = (int)z;
# 2258|->     mvsadcost[1][-i] = (int)z;
# 2259|     } while (++i <= MV_MAX);
# 2260|   }

Error: CPPCHECK_WARNING (CWE-786): [#def1850]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:2272: error[negativeIndex]: Array 'mvsadcost[2]' accessed at index mvsadcost[*][-2], which is out of bounds.
# 2270|       mvsadcost[0][i] = (int)z;
# 2271|       mvsadcost[1][i] = (int)z;
# 2272|->     mvsadcost[0][-i] = (int)z;
# 2273|       mvsadcost[1][-i] = (int)z;
# 2274|     } while (++i <= MV_MAX);

Error: CPPCHECK_WARNING (CWE-786): [#def1851]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:2273: error[negativeIndex]: Array 'mvsadcost[2]' accessed at index mvsadcost[*][-2], which is out of bounds.
# 2271|       mvsadcost[1][i] = (int)z;
# 2272|       mvsadcost[0][-i] = (int)z;
# 2273|->     mvsadcost[1][-i] = (int)z;
# 2274|     } while (++i <= MV_MAX);
# 2275|   }

Error: CPPCHECK_WARNING (CWE-457): [#def1852]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c:5363: error[legacyUninitvar]: Uninitialized variable: zero_pred16
# 5361|     xd->cur_buf = cpi->Source;
# 5362|     if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
# 5363|->     zero_pred = CONVERT_TO_BYTEPTR(zero_pred16);
# 5364|       memset(zero_pred16, 0, sizeof(*zero_pred16) * coeff_count);
# 5365|     } else {

Error: CPPCHECK_WARNING (CWE-457): [#def1853]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h:1448: warning[uninitvar]: Uninitialized variable: cost_list
# 1446|   
# 1447|   static INLINE int *cond_cost_list(const struct VP9_COMP *cpi, int *cost_list) {
# 1448|->   return cpi->sf.mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL;
# 1449|   }
# 1450|   

Error: CPPCHECK_WARNING (CWE-823): [#def1854]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h:1479: error[arrayIndexOutOfBounds]: Array 'vp9_level_defs[14]' accessed at index 254, which is out of bounds.
# 1477|     const uint32_t pic_breadth = VPXMAX(width, height);
# 1478|     for (i = LEVEL_1; i < LEVEL_MAX; ++i) {
# 1479|->     if (vp9_level_defs[i].max_luma_picture_size >= pic_size &&
# 1480|           vp9_level_defs[i].max_luma_picture_breadth >= pic_breadth) {
# 1481|         return get_msb(vp9_level_defs[i].max_col_tiles);

Error: CPPCHECK_WARNING (CWE-758): [#def1855]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_quantize.c:44: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   42|       const int rc = scan[i];
#   43|       const int coeff = coeff_ptr[rc];
#   44|->     const int coeff_sign = (coeff >> 31);
#   45|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#   46|   

Error: CPPCHECK_WARNING (CWE-758): [#def1856]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_quantize.c:78: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   76|       const int rc = scan[i];
#   77|       const int coeff = coeff_ptr[rc];
#   78|->     const int coeff_sign = (coeff >> 31);
#   79|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#   80|       const int64_t tmp = abs_coeff + round_ptr[rc != 0];

Error: CPPCHECK_WARNING (CWE-758): [#def1857]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_quantize.c:108: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  106|       const int rc = scan[i];
#  107|       const int coeff = coeff_ptr[rc];
#  108|->     const int coeff_sign = (coeff >> 31);
#  109|       int tmp = 0;
#  110|       int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;

Error: CPPCHECK_WARNING (CWE-758): [#def1858]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_quantize.c:143: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  141|       const int rc = scan[i];
#  142|       const int coeff = coeff_ptr[rc];
#  143|->     const int coeff_sign = (coeff >> 31);
#  144|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#  145|   

Error: CPPCHECK_WARNING (CWE-457): [#def1859]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/vp9_tpl_model.c:1403: error[legacyUninitvar]: Uninitialized variable: predictor16
# 1401|   
# 1402|     if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH)
# 1403|->     predictor = CONVERT_TO_BYTEPTR(predictor16);
# 1404|     else
# 1405|       predictor = predictor8;

Error: CPPCHECK_WARNING (CWE-457): [#def1860]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c:475: error[legacyUninitvar]: Uninitialized variable: s
#  473|       shuffle_filter_ssse3, shuffle_filter_odd_ssse3
#  474|     };
#  475|->   static const convolve8_funcs kConvolve8Funcs[2] = {
#  476|       convolve8_8_even_offset_ssse3, convolve8_8_odd_offset_ssse3
#  477|     };

Error: CPPCHECK_WARNING (CWE-758): [#def1861]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:26: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   24|     const int rc = 0;
#   25|     const int coeff = coeff_ptr[rc];
#   26|->   const int coeff_sign = (coeff >> 31);
#   27|     const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#   28|     int tmp, eob = -1;

Error: CPPCHECK_WARNING (CWE-758): [#def1862]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:54: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   52|     {
#   53|       const int coeff = coeff_ptr[0];
#   54|->     const int coeff_sign = (coeff >> 31);
#   55|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#   56|       const int64_t tmp = abs_coeff + round_ptr[0];

Error: CPPCHECK_WARNING (CWE-758): [#def1863]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:74: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   72|     const int rc = 0;
#   73|     const int coeff = coeff_ptr[rc];
#   74|->   const int coeff_sign = (coeff >> 31);
#   75|     const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#   76|     int tmp, eob = -1;

Error: CPPCHECK_WARNING (CWE-758): [#def1864]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:105: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  103|     {
#  104|       const int coeff = coeff_ptr[0];
#  105|->     const int coeff_sign = (coeff >> 31);
#  106|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#  107|       const int64_t tmp = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[0], 1);

Error: CPPCHECK_WARNING (CWE-758): [#def1865]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:150: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  148|       const int rc = scan[i];
#  149|       const int coeff = coeff_ptr[rc];
#  150|->     const int coeff_sign = (coeff >> 31);
#  151|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#  152|   

Error: CPPCHECK_WARNING (CWE-758): [#def1866]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:200: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  198|       const int rc = scan[i];
#  199|       const int coeff = coeff_ptr[rc];
#  200|->     const int coeff_sign = (coeff >> 31);
#  201|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#  202|   

Error: CPPCHECK_WARNING (CWE-758): [#def1867]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:252: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  250|       const int rc = scan[idx_arr[i]];
#  251|       const int coeff = coeff_ptr[rc];
#  252|->     const int coeff_sign = (coeff >> 31);
#  253|       int tmp;
#  254|       int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;

Error: CPPCHECK_WARNING (CWE-758): [#def1868]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c:313: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  311|       const int rc = scan[idx_arr[i]];
#  312|       const int coeff = coeff_ptr[rc];
#  313|->     const int coeff_sign = (coeff >> 31);
#  314|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#  315|       const int64_t tmp1 = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1);

Error: CPPCHECK_WARNING (CWE-758): [#def1869]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c:141: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  139|       const int rc = idx_arr[i];
#  140|       const int coeff = coeff_ptr[rc];
#  141|->     const int coeff_sign = (coeff >> 31);
#  142|       const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign;
#  143|       const int64_t tmp1 =

Error: CPPCHECK_WARNING (CWE-475): [#def1870]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libwebm/source/mkvmuxer/mkvmuxerutil.cc:333: error[shiftNegative]: Shifting by a negative value is undefined behaviour
#  331|       const int32 bit_count = byte_count * 8;
#  332|   
#  333|->     const int64 bb = value >> bit_count;
#  334|       const uint8 b = static_cast<uint8>(bb);
#  335|   

Error: CPPCHECK_WARNING (CWE-682): [#def1871]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:780: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
#  778|       // Allocate a row of uv.
#  779|       align_buffer_64(row_u, ((halfwidth + 31) & ~31) * 2);
#  780|->     uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  781|       if (!row_u)
#  782|         return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1872]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:782: error[memleak]: Memory leak: row_u_mem
#  780|       uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  781|       if (!row_u)
#  782|->       return 1;
#  783|   
#  784|       for (y = 0; y < halfheight; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1873]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:946: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
#  944|     // Allocate u and v buffers
#  945|     align_buffer_64(plane_u, halfwidth * halfheight * 2);
#  946|->   uint8_t* plane_v = plane_u + halfwidth * halfheight;
#  947|     if (!plane_u)
#  948|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1874]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:948: error[memleak]: Memory leak: plane_u_mem
#  946|     uint8_t* plane_v = plane_u + halfwidth * halfheight;
#  947|     if (!plane_u)
#  948|->     return 1;
#  949|   
#  950|     I422ToI420(src_y, src_stride_y, src_u, src_stride_u, src_v, src_stride_v,

Error: CPPCHECK_WARNING (CWE-401): [#def1875]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:1065: error[memleak]: Memory leak: row_buf_mem
# 1063|       align_buffer_64(row_buf, row_buf_size);
# 1064|       if (!row_buf)
# 1065|->       return 1;
# 1066|   
# 1067|   #if defined(HAS_UNPACKMT2T_NEON)

Error: CPPCHECK_WARNING (CWE-401): [#def1876]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:2949: error[memleak]: Memory leak: row_mem
# 2947|       align_buffer_64(row, row_size * 2);
# 2948|       if (!row)
# 2949|->       return 1;
# 2950|   #endif
# 2951|   

Error: CPPCHECK_WARNING (CWE-401): [#def1877]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:3127: error[memleak]: Memory leak: row_mem
# 3125|       align_buffer_64(row, row_size * 2);
# 3126|       if (!row)
# 3127|->       return 1;
# 3128|   #endif
# 3129|   

Error: CPPCHECK_WARNING (CWE-401): [#def1878]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:3308: error[memleak]: Memory leak: row_mem
# 3306|       align_buffer_64(row, row_size * 2);
# 3307|       if (!row)
# 3308|->       return 1;
# 3309|   #endif
# 3310|   

Error: CPPCHECK_WARNING (CWE-401): [#def1879]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:3486: error[memleak]: Memory leak: row_mem
# 3484|       align_buffer_64(row, row_size * 2);
# 3485|       if (!row)
# 3486|->       return 1;
# 3487|   #endif
# 3488|   

Error: CPPCHECK_WARNING (CWE-401): [#def1880]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:3666: error[memleak]: Memory leak: row_mem
# 3664|       align_buffer_64(row, row_size * 2);
# 3665|       if (!row)
# 3666|->       return 1;
# 3667|   #endif
# 3668|       for (y = 0; y < height - 1; y += 2) {

Error: CPPCHECK_WARNING (CWE-401): [#def1881]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:3848: error[memleak]: Memory leak: row_mem
# 3846|       align_buffer_64(row, row_size * 2);
# 3847|       if (!row)
# 3848|->       return 1;
# 3849|   #endif
# 3850|   

Error: CPPCHECK_WARNING (CWE-401): [#def1882]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert.cc:4063: error[memleak]: Memory leak: row_mem
# 4061|       align_buffer_64(row, row_size * 2);
# 4062|       if (!row)
# 4063|->       return 1;
# 4064|   #endif
# 4065|   

Error: CPPCHECK_WARNING (CWE-401): [#def1883]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:4893: error[memleak]: Memory leak: plane_uv_mem
# 4891|     align_buffer_64(plane_uv, halfwidth * 2 * halfheight);
# 4892|     if (!plane_uv)
# 4893|->     return 1;
# 4894|     dst_uv = plane_uv;
# 4895|     for (y = 0; y < halfheight; ++y) {

Error: CPPCHECK_WARNING (CWE-401): [#def1884]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6227: error[memleak]: Memory leak: row_argb_mem
# 6225|       align_buffer_64(row_argb, width * 4);
# 6226|       if (!row_argb)
# 6227|->       return 1;
# 6228|       for (y = 0; y < height; ++y) {
# 6229|         I422ToARGBRow(src_y, src_u, src_v, row_argb, &kYuvI601Constants, width);

Error: CPPCHECK_WARNING (CWE-682): [#def1885]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6500: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6498|     align_buffer_64(row, row_size * 4);
# 6499|     uint8_t* temp_u_1 = row;
# 6500|->   uint8_t* temp_u_2 = row + row_size;
# 6501|     uint8_t* temp_v_1 = row + row_size * 2;
# 6502|     uint8_t* temp_v_2 = row + row_size * 3;

Error: CPPCHECK_WARNING (CWE-682): [#def1886]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6501: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6499|     uint8_t* temp_u_1 = row;
# 6500|     uint8_t* temp_u_2 = row + row_size;
# 6501|->   uint8_t* temp_v_1 = row + row_size * 2;
# 6502|     uint8_t* temp_v_2 = row + row_size * 3;
# 6503|     if (!row)

Error: CPPCHECK_WARNING (CWE-682): [#def1887]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6502: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6500|     uint8_t* temp_u_2 = row + row_size;
# 6501|     uint8_t* temp_v_1 = row + row_size * 2;
# 6502|->   uint8_t* temp_v_2 = row + row_size * 3;
# 6503|     if (!row)
# 6504|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1888]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6504: error[memleak]: Memory leak: row_mem
# 6502|     uint8_t* temp_v_2 = row + row_size * 3;
# 6503|     if (!row)
# 6504|->     return 1;
# 6505|   
# 6506|     ScaleRowUp2_Linear(src_u, temp_u_1, width);

Error: CPPCHECK_WARNING (CWE-682): [#def1889]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6643: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6641|     align_buffer_64(row, row_size * 2);
# 6642|     uint8_t* temp_u = row;
# 6643|->   uint8_t* temp_v = row + row_size;
# 6644|     if (!row)
# 6645|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1890]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6645: error[memleak]: Memory leak: row_mem
# 6643|     uint8_t* temp_v = row + row_size;
# 6644|     if (!row)
# 6645|->     return 1;
# 6646|   
# 6647|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1891]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6776: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6774|     align_buffer_64(row, row_size * 4);
# 6775|     uint8_t* temp_u_1 = row;
# 6776|->   uint8_t* temp_u_2 = row + row_size;
# 6777|     uint8_t* temp_v_1 = row + row_size * 2;
# 6778|     uint8_t* temp_v_2 = row + row_size * 3;

Error: CPPCHECK_WARNING (CWE-682): [#def1892]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6777: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6775|     uint8_t* temp_u_1 = row;
# 6776|     uint8_t* temp_u_2 = row + row_size;
# 6777|->   uint8_t* temp_v_1 = row + row_size * 2;
# 6778|     uint8_t* temp_v_2 = row + row_size * 3;
# 6779|     if (!row)

Error: CPPCHECK_WARNING (CWE-682): [#def1893]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6778: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6776|     uint8_t* temp_u_2 = row + row_size;
# 6777|     uint8_t* temp_v_1 = row + row_size * 2;
# 6778|->   uint8_t* temp_v_2 = row + row_size * 3;
# 6779|     if (!row)
# 6780|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1894]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6780: error[memleak]: Memory leak: row_mem
# 6778|     uint8_t* temp_v_2 = row + row_size * 3;
# 6779|     if (!row)
# 6780|->     return 1;
# 6781|   
# 6782|     ScaleRowUp2_Linear(src_u, temp_u_1, width);

Error: CPPCHECK_WARNING (CWE-682): [#def1895]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6892: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6890|     align_buffer_64(row, row_size * 4 * sizeof(uint16_t));
# 6891|     uint16_t* temp_u_1 = (uint16_t*)(row);
# 6892|->   uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 6893|     uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 6894|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;

Error: CPPCHECK_WARNING (CWE-682): [#def1896]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6893: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6891|     uint16_t* temp_u_1 = (uint16_t*)(row);
# 6892|     uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 6893|->   uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 6894|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 6895|     if (!row)

Error: CPPCHECK_WARNING (CWE-682): [#def1897]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6894: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6892|     uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 6893|     uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 6894|->   uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 6895|     if (!row)
# 6896|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1898]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:6896: error[memleak]: Memory leak: row_mem
# 6894|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 6895|     if (!row)
# 6896|->     return 1;
# 6897|   
# 6898|     ScaleRowUp2_Linear_12(src_u, temp_u_1, width);

Error: CPPCHECK_WARNING (CWE-682): [#def1899]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7001: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 6999|     align_buffer_64(row, row_size * 2 * sizeof(uint16_t));
# 7000|     uint16_t* temp_u = (uint16_t*)(row);
# 7001|->   uint16_t* temp_v = (uint16_t*)(row) + row_size;
# 7002|     if (!row)
# 7003|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1900]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7003: error[memleak]: Memory leak: row_mem
# 7001|     uint16_t* temp_v = (uint16_t*)(row) + row_size;
# 7002|     if (!row)
# 7003|->     return 1;
# 7004|   
# 7005|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1901]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7099: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7097|     align_buffer_64(row, row_size * 4 * sizeof(uint16_t));
# 7098|     uint16_t* temp_u_1 = (uint16_t*)(row);
# 7099|->   uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 7100|     uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 7101|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;

Error: CPPCHECK_WARNING (CWE-682): [#def1902]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7100: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7098|     uint16_t* temp_u_1 = (uint16_t*)(row);
# 7099|     uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 7100|->   uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 7101|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 7102|     if (!row)

Error: CPPCHECK_WARNING (CWE-682): [#def1903]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7101: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7099|     uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 7100|     uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 7101|->   uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 7102|     if (!row)
# 7103|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1904]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7103: error[memleak]: Memory leak: row_mem
# 7101|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 7102|     if (!row)
# 7103|->     return 1;
# 7104|   
# 7105|     ScaleRowUp2_Linear_12(src_u, temp_u_1, width);

Error: CPPCHECK_WARNING (CWE-682): [#def1905]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7207: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7205|     align_buffer_64(row, row_size * 2 * sizeof(uint16_t));
# 7206|     uint16_t* temp_u = (uint16_t*)(row);
# 7207|->   uint16_t* temp_v = (uint16_t*)(row) + row_size;
# 7208|     if (!row)
# 7209|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1906]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7209: error[memleak]: Memory leak: row_mem
# 7207|     uint16_t* temp_v = (uint16_t*)(row) + row_size;
# 7208|     if (!row)
# 7209|->     return 1;
# 7210|   
# 7211|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1907]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7390: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7388|     align_buffer_64(row, row_size * 4);
# 7389|     uint8_t* temp_u_1 = row;
# 7390|->   uint8_t* temp_u_2 = row + row_size;
# 7391|     uint8_t* temp_v_1 = row + row_size * 2;
# 7392|     uint8_t* temp_v_2 = row + row_size * 3;

Error: CPPCHECK_WARNING (CWE-682): [#def1908]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7391: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7389|     uint8_t* temp_u_1 = row;
# 7390|     uint8_t* temp_u_2 = row + row_size;
# 7391|->   uint8_t* temp_v_1 = row + row_size * 2;
# 7392|     uint8_t* temp_v_2 = row + row_size * 3;
# 7393|     if (!row)

Error: CPPCHECK_WARNING (CWE-682): [#def1909]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7392: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7390|     uint8_t* temp_u_2 = row + row_size;
# 7391|     uint8_t* temp_v_1 = row + row_size * 2;
# 7392|->   uint8_t* temp_v_2 = row + row_size * 3;
# 7393|     if (!row)
# 7394|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1910]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7394: error[memleak]: Memory leak: row_mem
# 7392|     uint8_t* temp_v_2 = row + row_size * 3;
# 7393|     if (!row)
# 7394|->     return 1;
# 7395|   
# 7396|     ScaleRowUp2_Linear(src_u, temp_u_1, width);

Error: CPPCHECK_WARNING (CWE-682): [#def1911]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7597: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7595|     align_buffer_64(row, row_size * 2);
# 7596|     uint8_t* temp_u = row;
# 7597|->   uint8_t* temp_v = row + row_size;
# 7598|     if (!row)
# 7599|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1912]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7599: error[memleak]: Memory leak: row_mem
# 7597|     uint8_t* temp_v = row + row_size;
# 7598|     if (!row)
# 7599|->     return 1;
# 7600|   
# 7601|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1913]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7746: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7744|     align_buffer_64(row, row_size * 4 * sizeof(uint16_t));
# 7745|     uint16_t* temp_u_1 = (uint16_t*)(row);
# 7746|->   uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 7747|     uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 7748|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;

Error: CPPCHECK_WARNING (CWE-682): [#def1914]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7747: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7745|     uint16_t* temp_u_1 = (uint16_t*)(row);
# 7746|     uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 7747|->   uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 7748|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 7749|     if (!row)

Error: CPPCHECK_WARNING (CWE-682): [#def1915]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7748: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7746|     uint16_t* temp_u_2 = (uint16_t*)(row) + row_size;
# 7747|     uint16_t* temp_v_1 = (uint16_t*)(row) + row_size * 2;
# 7748|->   uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 7749|     if (!row)
# 7750|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1916]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7750: error[memleak]: Memory leak: row_mem
# 7748|     uint16_t* temp_v_2 = (uint16_t*)(row) + row_size * 3;
# 7749|     if (!row)
# 7750|->     return 1;
# 7751|   
# 7752|     ScaleRowUp2_Linear_12(src_u, temp_u_1, width);

Error: CPPCHECK_WARNING (CWE-682): [#def1917]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7917: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 7915|     align_buffer_64(row, row_size * 2 * sizeof(uint16_t));
# 7916|     uint16_t* temp_u = (uint16_t*)(row);
# 7917|->   uint16_t* temp_v = (uint16_t*)(row) + row_size;
# 7918|     if (!row)
# 7919|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1918]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:7919: error[memleak]: Memory leak: row_mem
# 7917|     uint16_t* temp_v = (uint16_t*)(row) + row_size;
# 7918|     if (!row)
# 7919|->     return 1;
# 7920|   
# 7921|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1919]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8012: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 8010|     align_buffer_64(row, row_size * 2 * sizeof(uint16_t));
# 8011|     uint16_t* temp_uv_1 = (uint16_t*)(row);
# 8012|->   uint16_t* temp_uv_2 = (uint16_t*)(row) + row_size;
# 8013|     if (!row)
# 8014|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1920]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8014: error[memleak]: Memory leak: row_mem
# 8012|     uint16_t* temp_uv_2 = (uint16_t*)(row) + row_size;
# 8013|     if (!row)
# 8014|->     return 1;
# 8015|   
# 8016|     Scale2RowUp_Bilinear_16(src_uv, 0, temp_uv_1, row_size, width);

Error: CPPCHECK_WARNING (CWE-401): [#def1921]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8113: error[memleak]: Memory leak: row_mem
# 8111|     uint16_t* temp_uv = (uint16_t*)(row);
# 8112|     if (!row)
# 8113|->     return 1;
# 8114|   
# 8115|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1922]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8200: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 8198|     align_buffer_64(row, row_size * 2 * sizeof(uint16_t));
# 8199|     uint16_t* temp_uv_1 = (uint16_t*)(row);
# 8200|->   uint16_t* temp_uv_2 = (uint16_t*)(row) + row_size;
# 8201|     if (!row)
# 8202|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1923]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8202: error[memleak]: Memory leak: row_mem
# 8200|     uint16_t* temp_uv_2 = (uint16_t*)(row) + row_size;
# 8201|     if (!row)
# 8202|->     return 1;
# 8203|   
# 8204|     Scale2RowUp_Bilinear_16(src_uv, 0, temp_uv_1, row_size, width);

Error: CPPCHECK_WARNING (CWE-401): [#def1924]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8301: error[memleak]: Memory leak: row_mem
# 8299|     uint16_t* temp_uv = (uint16_t*)(row);
# 8300|     if (!row)
# 8301|->     return 1;
# 8302|   
# 8303|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1925]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8402: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 8400|     align_buffer_64(row, row_size * 2);
# 8401|     uint8_t* temp_u = row;
# 8402|->   uint8_t* temp_v = row + row_size;
# 8403|     if (!row)
# 8404|       return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1926]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_argb.cc:8404: error[memleak]: Memory leak: row_mem
# 8402|     uint8_t* temp_v = row + row_size;
# 8403|     if (!row)
# 8404|->     return 1;
# 8405|   
# 8406|     for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1927]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:513: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
#  511|       // Allocate a rows of uv.
#  512|       align_buffer_64(row_u, ((halfwidth + 31) & ~31) * 2);
#  513|->     uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  514|       if (!row_u)
#  515|         return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1928]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:515: error[memleak]: Memory leak: row_u_mem
#  513|       uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  514|       if (!row_u)
#  515|->       return 1;
#  516|   
#  517|       for (y = 0; y < height - 1; y += 2) {

Error: CPPCHECK_WARNING (CWE-682): [#def1929]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:729: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
#  727|       // Allocate a rows of uv.
#  728|       align_buffer_64(row_u, ((halfwidth + 31) & ~31) * 2);
#  729|->     uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  730|       if (!row_u)
#  731|         return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1930]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:731: error[memleak]: Memory leak: row_u_mem
#  729|       uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  730|       if (!row_u)
#  731|->       return 1;
#  732|   
#  733|       for (y = 0; y < height - 1; y += 2) {

Error: CPPCHECK_WARNING (CWE-682): [#def1931]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:932: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
#  930|       // Allocate a rows of uv.
#  931|       align_buffer_64(row_u, ((halfwidth + 31) & ~31) * 2);
#  932|->     uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  933|       if (!row_u)
#  934|         return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1932]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:934: error[memleak]: Memory leak: row_u_mem
#  932|       uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
#  933|       if (!row_u)
#  934|->       return 1;
#  935|   
#  936|       for (y = 0; y < height - 1; y += 2) {

Error: CPPCHECK_WARNING (CWE-682): [#def1933]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:1136: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 1134|       // Allocate a rows of uv.
# 1135|       align_buffer_64(row_u, ((halfwidth + 31) & ~31) * 2);
# 1136|->     uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
# 1137|       if (!row_u)
# 1138|         return 1;

Error: CPPCHECK_WARNING (CWE-401): [#def1934]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:1138: error[memleak]: Memory leak: row_u_mem
# 1136|       uint8_t* row_v = row_u + ((halfwidth + 31) & ~31);
# 1137|       if (!row_u)
# 1138|->       return 1;
# 1139|   
# 1140|       for (y = 0; y < height - 1; y += 2) {

Error: CPPCHECK_WARNING (CWE-682): [#def1935]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:1353: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 1351|       // Allocate a rows of yuv.
# 1352|       align_buffer_64(row_y, ((width + 63) & ~63) * 2);
# 1353|->     uint8_t* row_u = row_y + ((width + 63) & ~63);
# 1354|       uint8_t* row_v = row_u + ((width + 63) & ~63) / 2;
# 1355|       if (!row_y)

Error: CPPCHECK_WARNING (CWE-401): [#def1936]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:1356: error[memleak]: Memory leak: row_y_mem
# 1354|       uint8_t* row_v = row_u + ((width + 63) & ~63) / 2;
# 1355|       if (!row_y)
# 1356|->       return 1;
# 1357|   
# 1358|       for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1937]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:1565: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 1563|       // Allocate a rows of yuv.
# 1564|       align_buffer_64(row_y, ((width + 63) & ~63) * 2);
# 1565|->     uint8_t* row_u = row_y + ((width + 63) & ~63);
# 1566|       uint8_t* row_v = row_u + ((width + 63) & ~63) / 2;
# 1567|       if (!row_y)

Error: CPPCHECK_WARNING (CWE-401): [#def1938]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:1568: error[memleak]: Memory leak: row_y_mem
# 1566|       uint8_t* row_v = row_u + ((width + 63) & ~63) / 2;
# 1567|       if (!row_y)
# 1568|->       return 1;
# 1569|   
# 1570|       for (y = 0; y < height; ++y) {

Error: CPPCHECK_WARNING (CWE-682): [#def1939]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:3557: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 3555|       const int row_uv_size = ((halfwidth + 31) & ~31);
# 3556|       align_buffer_64(row_uj, row_uv_size * 2 + row_size * 2);
# 3557|->     uint8_t* row_vj = row_uj + row_uv_size;
# 3558|       uint8_t* row = row_vj + row_uv_size;
# 3559|   #endif

Error: CPPCHECK_WARNING (CWE-401): [#def1940]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:3561: error[memleak]: Memory leak: row_uj_mem
# 3559|   #endif
# 3560|       if (!row_uj)
# 3561|->       return 1;
# 3562|   
# 3563|       for (y = 0; y < height - 1; y += 2) {

Error: CPPCHECK_WARNING (CWE-401): [#def1941]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:3036: error[memleak]: Memory leak: halfalpha_mem
# 3034|     align_buffer_64(halfalpha, halfwidth);
# 3035|     if (!halfalpha)
# 3036|->     return 1;
# 3037|     for (y = 0; y < height; y += 2) {
# 3038|       // last row of odd height image use 1 row of alpha instead of 2.

Error: CPPCHECK_WARNING (CWE-401): [#def1942]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:4731: error[memleak]: Memory leak: rowbuf_mem
# 4729|       align_buffer_64(rowbuf, (4 + width + 4) * 4);
# 4730|       if (!rowbuf)
# 4731|->       return 1;
# 4732|       memset(rowbuf, 0, 16);
# 4733|       memset(rowbuf + (4 + width) * 4, 0, 16);

Error: CPPCHECK_WARNING (CWE-682): [#def1943]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:4883: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 4881|       align_buffer_64(rows, row_size * 2 + (kEdge + row_size * 3 + kEdge));
# 4882|       uint8_t* row_sobelx = rows;
# 4883|->     uint8_t* row_sobely = rows + row_size;
# 4884|       uint8_t* row_y = rows + row_size * 2;
# 4885|   

Error: CPPCHECK_WARNING (CWE-682): [#def1944]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:4884: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 4882|       uint8_t* row_sobelx = rows;
# 4883|       uint8_t* row_sobely = rows + row_size;
# 4884|->     uint8_t* row_y = rows + row_size * 2;
# 4885|   
# 4886|       // Convert first row.

Error: CPPCHECK_WARNING (CWE-401): [#def1945]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:4891: error[memleak]: Memory leak: rows_mem
# 4889|       uint8_t* row_y2 = row_y1 + row_size;
# 4890|       if (!rows)
# 4891|->       return 1;
# 4892|       ARGBToYJRow(src_argb, row_y0, width);
# 4893|       row_y0[-1] = row_y0[0];

Error: CPPCHECK_WARNING (CWE-401): [#def1946]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:5679: error[memleak]: Memory leak: rows_mem
# 5677|       align_buffer_64(rows, awidth * 3);
# 5678|       if (!rows)
# 5679|->       return 1;
# 5680|   
# 5681|       for (y = 0; y < height - 1; y += 2) {

Error: CPPCHECK_WARNING (CWE-401): [#def1947]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/rotate.cc:172: error[memleak]: Memory leak: row_mem
#  170|     assert(row);
#  171|     if (!row)
#  172|->     return;
#  173|     const uint8_t* src_bot = src + src_stride * (height - 1);
#  174|     uint8_t* dst_bot = dst + dst_stride * (height - 1);

Error: CPPCHECK_WARNING (CWE-401): [#def1948]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/rotate.cc:606: error[memleak]: Memory leak: row_mem
#  604|     assert(row);
#  605|     if (!row)
#  606|->     return;
#  607|   
#  608|     // Odd height will harmlessly mirror the middle row twice.

Error: CPPCHECK_WARNING (CWE-401): [#def1949]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/rotate_argb.cc:133: error[memleak]: Memory leak: row_mem
#  131|     align_buffer_64(row, width * 4);
#  132|     if (!row)
#  133|->     return 1;
#  134|   #if defined(HAS_ARGBMIRRORROW_NEON)
#  135|     if (TestCpuFlag(kCpuHasNEON)) {

Error: CPPCHECK_WARNING (CWE-401): [#def1950]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale.cc:968: error[memleak]: Memory leak: row16_mem
#  966|       align_buffer_64(row16, src_width * 2);
#  967|       if (!row16)
#  968|->       return 1;
#  969|       void (*ScaleAddCols)(int dst_width, int boxheight, int x, int dx,
#  970|                            const uint16_t* src_ptr, uint8_t* dst_ptr) =

Error: CPPCHECK_WARNING (CWE-401): [#def1951]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale.cc:1065: error[memleak]: Memory leak: row32_mem
# 1063|       align_buffer_64(row32, src_width * 4);
# 1064|       if (!row32)
# 1065|->       return 1;
# 1066|       void (*ScaleAddCols)(int dst_width, int boxheight, int x, int dx,
# 1067|                            const uint32_t* src_ptr, uint16_t* dst_ptr) =

Error: CPPCHECK_WARNING (CWE-401): [#def1952]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale.cc:1119: error[memleak]: Memory leak: row_mem
# 1117|     align_buffer_64(row, src_width);
# 1118|     if (!row)
# 1119|->     return 1;
# 1120|   
# 1121|     const int max_y = (src_height - 1) << 16;

Error: CPPCHECK_WARNING (CWE-401): [#def1953]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale.cc:1250: error[memleak]: Memory leak: row_mem
# 1248|     align_buffer_64(row, src_width * 2);
# 1249|     if (!row)
# 1250|->     return 1;
# 1251|   
# 1252|     const int max_y = (src_height - 1) << 16;

Error: CPPCHECK_WARNING (CWE-401): [#def1954]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale.cc:1435: error[memleak]: Memory leak: row_mem
# 1433|       align_buffer_64(row, row_size * 2);
# 1434|       if (!row)
# 1435|->       return 1;
# 1436|   
# 1437|       uint8_t* rowptr = row;

Error: CPPCHECK_WARNING (CWE-401): [#def1955]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale.cc:1908: error[memleak]: Memory leak: row_mem
# 1906|       uint16_t* rowptr = (uint16_t*)row;
# 1907|       if (!row)
# 1908|->       return 1;
# 1909|   
# 1910|       ScaleFilterCols(rowptr, src, dst_width, x, dx);

Error: CPPCHECK_WARNING (CWE-401): [#def1956]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale_argb.cc:174: error[memleak]: Memory leak: row_mem
#  172|     align_buffer_64(row, row_size * 2);
#  173|     if (!row)
#  174|->     return 1;
#  175|     int row_stride = src_stride * (dy >> 16);
#  176|     void (*ScaleARGBRowDown2)(const uint8_t* src_argb, ptrdiff_t src_stride,

Error: CPPCHECK_WARNING (CWE-401): [#def1957]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale_argb.cc:421: error[memleak]: Memory leak: row_mem
#  419|       align_buffer_64(row, clip_src_width * 4);
#  420|       if (!row)
#  421|->       return 1;
#  422|   
#  423|       const int max_y = (src_height - 1) << 16;

Error: CPPCHECK_WARNING (CWE-401): [#def1958]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale_argb.cc:598: error[memleak]: Memory leak: row_mem
#  596|       align_buffer_64(row, row_size * 2);
#  597|       if (!row)
#  598|->       return 1;
#  599|   
#  600|       uint8_t* rowptr = row;

Error: CPPCHECK_WARNING (CWE-682): [#def1959]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale_rgb.cc:43: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
#   41|     uint8_t* src_argb =
#   42|         (uint8_t*)malloc(src_width * src_height * 4 + dst_width * dst_height * 4);
#   43|->   uint8_t* dst_argb = src_argb + src_width * src_height * 4;
#   44|   
#   45|     if (!src_argb) {

Error: CPPCHECK_WARNING (CWE-401): [#def1960]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale_uv.cc:208: error[memleak]: Memory leak: row_mem
#  206|     align_buffer_64(row, row_size * 2);
#  207|     if (!row)
#  208|->     return 1;
#  209|     int row_stride = src_stride * (dy >> 16);
#  210|     void (*ScaleUVRowDown2)(const uint8_t* src_uv, ptrdiff_t src_stride,

Error: CPPCHECK_WARNING (CWE-401): [#def1961]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale_uv.cc:461: error[memleak]: Memory leak: row_mem
#  459|       align_buffer_64(row, clip_src_width * 2);
#  460|       if (!row)
#  461|->       return 1;
#  462|       if (y > max_y) {
#  463|         y = max_y;

Error: CPPCHECK_WARNING (CWE-401): [#def1962]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/libyuv/source/scale_uv.cc:621: error[memleak]: Memory leak: row_mem
#  619|       align_buffer_64(row, row_size * 2);
#  620|       if (!row)
#  621|->       return 1;
#  622|   
#  623|       uint8_t* rowptr = row;

Error: CPPCHECK_WARNING (CWE-664): [#def1963]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/nasm/nasmlib/asprintf.c:56: error[va_list_usedBeforeStarted]: va_list 'xap' used before va_start() was called.
#   54|       size_t bytes;
#   55|   
#   56|->     va_copy(xap, ap);
#   57|       bytes = vsnprintf(NULL, 0, fmt, xap) + 1;
#   58|       _nasm_last_string_size = bytes;

Error: CPPCHECK_WARNING (CWE-664): [#def1964]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/nasm/nasmlib/asprintf.c:57: error[va_list_usedBeforeStarted]: va_list 'xap' used before va_start() was called.
#   55|   
#   56|       va_copy(xap, ap);
#   57|->     bytes = vsnprintf(NULL, 0, fmt, xap) + 1;
#   58|       _nasm_last_string_size = bytes;
#   59|       va_end(xap);

Error: CPPCHECK_WARNING (CWE-664): [#def1965]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/nasm/nasmlib/asprintf.c:59: error[va_list_usedBeforeStarted]: va_list 'xap' used before va_start() was called.
#   57|       bytes = vsnprintf(NULL, 0, fmt, xap) + 1;
#   58|       _nasm_last_string_size = bytes;
#   59|->     va_end(xap);
#   60|   
#   61|       strp = nasm_malloc(extra+bytes);

Error: CPPCHECK_WARNING (CWE-476): [#def1966]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/nasm/output/outaout.c:521: warning[nullPointer]: Possible null pointer dereference: sym
#  519|   
#  520|       r->address = sect->len;
#  521|->     r->symbol = sym->symnum;
#  522|       r->reltype = type | RELTYPE_SYMFLAG;
#  523|       r->bytes = bytes;

Error: CPPCHECK_WARNING (CWE-476): [#def1967]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/nasm/output/outaout.c:527: warning[nullPointer]: Possible null pointer dereference: sym
#  525|       sect->nrelocs++;
#  526|   
#  527|->     return offset - sym->value;
#  528|   }
#  529|   

Error: CPPCHECK_WARNING (CWE-457): [#def1968]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/nasm/output/outrdf2.c:563: error[uninitvar]: Uninitialized variable: databuf
#  561|           else
#  562|               while (size--)
#  563|->                 membufwrite(segto, databuf, 1);
#  564|       } else if (type == OUT_RAWDATA) {
#  565|           membufwrite(segto, data, size);

Error: COMPILER_WARNING (CWE-590): [#def1969]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/retain_ptr.h:163:11: warning[-Wfree-nonheap-object]: ‘void operator delete(void*, std::size_t)’ called on pointer ‘<unknown>’ with nonzero offset 24
#  163 |   virtual ~Retainable() = default;
#      |           ^
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/retain_ptr.h:208:23: note: returned from ‘void* operator new(std::size_t)’
#  208 |   return RetainPtr<T>(new T(std::forward<Args>(args)...));
#      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  161|   
#  162|    protected:
#  163|->   virtual ~Retainable() = default;
#  164|   
#  165|    private:

Error: COMPILER_WARNING (CWE-590): [#def1970]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/retain_ptr.h:163:11: warning[-Wfree-nonheap-object]: ‘void operator delete(void*, std::size_t)’ called on pointer ‘<unknown>’ with nonzero offset 56
#  163 |   virtual ~Retainable() = default;
#      |           ^
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/retain_ptr.h:208:23: note: returned from ‘void* operator new(std::size_t)’
#  208 |   return RetainPtr<T>(new T(std::forward<Args>(args)...));
#      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  161|   
#  162|    protected:
#  163|->   virtual ~Retainable() = default;
#  164|   
#  165|    private:

Error: COMPILER_WARNING: [#def1971]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/string_template.h:64:65: warning[-Warray-bounds=]: array subscript ‘unsigned char [32][0]’ is partly outside array bounds of ‘const char [1]’
#   64 |                    : EmptyString(static_cast<CharType*>(nullptr));
#      |                                                                 ^
#   62|     const CharType* c_str() const {
#   63|       return m_pData ? m_pData->m_String
#   64|->                    : EmptyString(static_cast<CharType*>(nullptr));
#   65|     }
#   66|   

Error: COMPILER_WARNING (CWE-476): [#def1972]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/perfetto/include/perfetto/tracing/traced_proto.h:316:23: warning[-Wnonnull]: ‘this’ pointer is null
#  316 |   value.WriteIntoTrace(std::move(message));
#      |   ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/renderer_host/render_frame_host_impl.h:53: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/renderer_host/browsing_context_state.h: scope_hint: In member function ‘virtual void content::RenderFrameHostImpl::WriteIntoTrace(perfetto::TracedProto<perfetto::protos::pbzero::RenderFrameHost>) const’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/content/browser/renderer_host/browsing_context_state.h:272:8: note: in a call to non-static member function ‘void content::BrowsingContextState::WriteIntoTrace(perfetto::TracedProto<perfetto::protos::pbzero::BrowsingContextState>) const’
#  272 |   void WriteIntoTrace(perfetto::TracedProto<TraceProto> proto) const;
#      |        ^~~~~~~~~~~~~~
#  314|                            TracedProto<MessageType> message,
#  315|                            T&& value) {
#  316|->   value.WriteIntoTrace(std::move(message));
#  317|   }
#  318|   

Error: COMPILER_WARNING (CWE-563): [#def1973]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:218:30: warning[-Wunused-but-set-variable]: variable ‘t’ set but not used
#  218 |   v4sf_union a0, a1, a2, a3, t, u;
#      |                              ^
#  216|   void validate_pffft_simd() {
#  217|     float f[16] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 };
#  218|->   v4sf_union a0, a1, a2, a3, t, u; 
#  219|     memcpy(a0.f, f, 4*sizeof(float));
#  220|     memcpy(a1.f, f+4, 4*sizeof(float));

Error: COMPILER_WARNING (CWE-563): [#def1974]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c: scope_hint: In function ‘validate_pffft_simd’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:218:33: warning[-Wunused-but-set-variable]: variable ‘u’ set but not used
#  218 |   v4sf_union a0, a1, a2, a3, t, u;
#      |                                 ^
#  216|   void validate_pffft_simd() {
#  217|     float f[16] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 };
#  218|->   v4sf_union a0, a1, a2, a3, t, u; 
#  219|     memcpy(a0.f, f, 4*sizeof(float));
#  220|     memcpy(a1.f, f+4, 4*sizeof(float));

Error: CPPCHECK_WARNING (CWE-476): [#def1975]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1212: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1210|     if (transform == PFFFT_COMPLEX) { assert((N%(SIMD_SZ*SIMD_SZ))==0 && N>0); }
# 1211|     //assert((N % 32) == 0);
# 1212|->   s->N = N;
# 1213|     s->transform = transform;  
# 1214|     /* nb of complex simd vectors */

Error: CPPCHECK_WARNING (CWE-476): [#def1976]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1213: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1211|     //assert((N % 32) == 0);
# 1212|     s->N = N;
# 1213|->   s->transform = transform;  
# 1214|     /* nb of complex simd vectors */
# 1215|     s->Ncvec = (transform == PFFFT_REAL ? N/2 : N)/SIMD_SZ;

Error: CPPCHECK_WARNING (CWE-476): [#def1977]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1215: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1213|     s->transform = transform;  
# 1214|     /* nb of complex simd vectors */
# 1215|->   s->Ncvec = (transform == PFFFT_REAL ? N/2 : N)/SIMD_SZ;
# 1216|     s->data = (v4sf*)pffft_aligned_malloc(2*s->Ncvec * sizeof(v4sf));
# 1217|     s->e = (float*)s->data;

Error: CPPCHECK_WARNING (CWE-476): [#def1978]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1216: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1214|     /* nb of complex simd vectors */
# 1215|     s->Ncvec = (transform == PFFFT_REAL ? N/2 : N)/SIMD_SZ;
# 1216|->   s->data = (v4sf*)pffft_aligned_malloc(2*s->Ncvec * sizeof(v4sf));
# 1217|     s->e = (float*)s->data;
# 1218|     s->twiddle = (float*)(s->data + (2*s->Ncvec*(SIMD_SZ-1))/SIMD_SZ);  

Error: CPPCHECK_WARNING (CWE-476): [#def1979]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1217: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1215|     s->Ncvec = (transform == PFFFT_REAL ? N/2 : N)/SIMD_SZ;
# 1216|     s->data = (v4sf*)pffft_aligned_malloc(2*s->Ncvec * sizeof(v4sf));
# 1217|->   s->e = (float*)s->data;
# 1218|     s->twiddle = (float*)(s->data + (2*s->Ncvec*(SIMD_SZ-1))/SIMD_SZ);  
# 1219|   

Error: CPPCHECK_WARNING (CWE-476): [#def1980]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1218: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1216|     s->data = (v4sf*)pffft_aligned_malloc(2*s->Ncvec * sizeof(v4sf));
# 1217|     s->e = (float*)s->data;
# 1218|->   s->twiddle = (float*)(s->data + (2*s->Ncvec*(SIMD_SZ-1))/SIMD_SZ);  
# 1219|   
# 1220|     if (transform == PFFFT_REAL) {

Error: CPPCHECK_WARNING (CWE-476): [#def1981]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1221: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1219|   
# 1220|     if (transform == PFFFT_REAL) {
# 1221|->     for (k=0; k < s->Ncvec; ++k) {
# 1222|         int i = k/SIMD_SZ;
# 1223|         int j = k%SIMD_SZ;

Error: CPPCHECK_WARNING (CWE-476): [#def1982]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1232: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1230|       rffti1_ps(N/SIMD_SZ, s->twiddle, s->ifac);
# 1231|     } else {
# 1232|->     for (k=0; k < s->Ncvec; ++k) {
# 1233|         int i = k/SIMD_SZ;
# 1234|         int j = k%SIMD_SZ;

Error: CPPCHECK_WARNING (CWE-476): [#def1983]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/pffft/src/pffft.c:1245: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
# 1243|   
# 1244|     /* check that N is decomposable with allowed prime factors */
# 1245|->   for (k=0, m=1; k < s->ifac[1]; ++k) { m *= s->ifac[2+k]; }
# 1246|     if (m != N/SIMD_SZ) {
# 1247|       pffft_destroy_setup(s); s = 0;

Error: CPPCHECK_WARNING (CWE-664): [#def1984]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/generated_enum_util.cc:43: error[mismatchingContainers]: Iterators of different containers 'a' and 'b' are used together.
#   41|   
#   42|   bool EnumCompareByName(const EnumEntry& a, const EnumEntry& b) {
#   43|->   return StringPiece(a.name) < StringPiece(b.name);
#   44|   }
#   45|   

Error: CPPCHECK_WARNING (CWE-562): [#def1985]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/map.h:718: error[returnTempReference]: Reference to temporary returned.
#  716|       template <typename K>
#  717|       value_type& operator[](K&& k) {
#  718|->       return *try_emplace(std::forward<K>(k)).first;
#  719|       }
#  720|   

Error: CPPCHECK_WARNING: [#def1986]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/repeated_field.h:126: error[internalError]: Analysis failed. If the code is valid then please report this failure.
#  124|   //  template <int kSize> void memswap(char* p, char* q);
#  125|   template <int kSize>
#  126|-> inline typename std::enable_if<(kSize == 0), void>::type memswap(char*, char*) {
#  127|   }
#  128|   

Error: CPPCHECK_WARNING (CWE-562): [#def1987]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:530: error[invalidLifetime]: Using pointer to local variable 'node' that is out of scope.
#  528|     }
#  529|   
#  530|->   child->set_is_placeholder(false);
#  531|     if (child->kind() == OBJECT && child->number_of_children() == 0) {
#  532|       child->PopulateChildren(typeinfo_);

Error: CPPCHECK_WARNING (CWE-562): [#def1988]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:531: error[invalidLifetime]: Using pointer to local variable 'node' that is out of scope.
#  529|   
#  530|     child->set_is_placeholder(false);
#  531|->   if (child->kind() == OBJECT && child->number_of_children() == 0) {
#  532|       child->PopulateChildren(typeinfo_);
#  533|     }

Error: CPPCHECK_WARNING (CWE-562): [#def1989]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:532: error[invalidLifetime]: Using pointer to local variable 'node' that is out of scope.
#  530|     child->set_is_placeholder(false);
#  531|     if (child->kind() == OBJECT && child->number_of_children() == 0) {
#  532|->     child->PopulateChildren(typeinfo_);
#  533|     }
#  534|   

Error: CPPCHECK_WARNING (CWE-562): [#def1990]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:536: error[invalidLifetime]: Using pointer to local variable 'node' that is out of scope.
#  534|   
#  535|     stack_.push(current_);
#  536|->   current_ = child;
#  537|     return this;
#  538|   }

Error: CPPCHECK_WARNING (CWE-562): [#def1991]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:573: error[invalidLifetime]: Using pointer to local variable 'node' that is out of scope.
#  571|       current_->AddChild(node.release());
#  572|     }
#  573|->   child->set_is_placeholder(false);
#  574|   
#  575|     stack_.push(current_);

Error: CPPCHECK_WARNING (CWE-562): [#def1992]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc:576: error[invalidLifetime]: Using pointer to local variable 'node' that is out of scope.
#  574|   
#  575|     stack_.push(current_);
#  576|->   current_ = child;
#  577|     return this;
#  578|   }

Error: CPPCHECK_WARNING (CWE-562): [#def1993]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/proto_writer.h:129: error[returnTempReference]: Reference to temporary returned.
#  127|     // Returns the location tracker to use for tracking locations for errors.
#  128|     const LocationTrackerInterface& location() {
#  129|->     return element_ != nullptr ? *element_ : *tracker_;
#  130|     }
#  131|   

Error: CPPCHECK_WARNING (CWE-457): [#def1994]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:219: error[uninitvar]: Uninitialized variable: newT
#  217|           if (this->capacity() > fSize) SK_LIKELY {
#  218|               // Copy over the element directly.
#  219|->             newT = new (fData + fSize) T(t);
#  220|           } else {
#  221|               newT = this->growAndConstructAtEnd(t);

Error: CPPCHECK_WARNING (CWE-476): [#def1995]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:225: error[nullPointer]: Null pointer dereference: newT
#  223|   
#  224|           this->changeSize(fSize + 1);
#  225|->         return *newT;
#  226|       }
#  227|   

Error: CPPCHECK_WARNING (CWE-456): [#def1996]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:225: error[uninitdata]: Memory is allocated but not initialized: newT
#  223|   
#  224|           this->changeSize(fSize + 1);
#  225|->         return *newT;
#  226|       }
#  227|   

Error: CPPCHECK_WARNING (CWE-457): [#def1997]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:236: error[uninitvar]: Uninitialized variable: newT
#  234|           if (this->capacity() > fSize) SK_LIKELY {
#  235|               // Move over the element directly.
#  236|->             newT = new (fData + fSize) T(std::move(t));
#  237|           } else {
#  238|               newT = this->growAndConstructAtEnd(std::move(t));

Error: CPPCHECK_WARNING (CWE-476): [#def1998]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:242: error[nullPointer]: Null pointer dereference: newT
#  240|   
#  241|           this->changeSize(fSize + 1);
#  242|->         return *newT;
#  243|       }
#  244|   

Error: CPPCHECK_WARNING (CWE-456): [#def1999]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:242: error[uninitdata]: Memory is allocated but not initialized: newT
#  240|   
#  241|           this->changeSize(fSize + 1);
#  242|->         return *newT;
#  243|       }
#  244|   

Error: CPPCHECK_WARNING (CWE-457): [#def2000]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:253: error[uninitvar]: Uninitialized variable: newT
#  251|           if (this->capacity() > fSize) SK_LIKELY {
#  252|               // Emplace the new element in directly.
#  253|->             newT = new (fData + fSize) T(std::forward<Args>(args)...);
#  254|           } else {
#  255|               newT = this->growAndConstructAtEnd(std::forward<Args>(args)...);

Error: CPPCHECK_WARNING (CWE-476): [#def2001]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:259: error[nullPointer]: Null pointer dereference: newT
#  257|   
#  258|           this->changeSize(fSize + 1);
#  259|->         return *newT;
#  260|       }
#  261|   

Error: CPPCHECK_WARNING (CWE-456): [#def2002]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:259: error[uninitdata]: Memory is allocated but not initialized: newT
#  257|   
#  258|           this->changeSize(fSize + 1);
#  259|->         return *newT;
#  260|       }
#  261|   

Error: CPPCHECK_WARNING (CWE-686): [#def2003]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on class that contains a 'std::atomic'.
#  665|       void move(int dst, int src) {
#  666|           if constexpr (MEM_MOVE) {
#  667|->             memcpy(static_cast<void*>(&fData[dst]),
#  668|                      static_cast<const void*>(&fData[src]),
#  669|                      sizeof(T));

Error: CPPCHECK_WARNING (CWE-686): [#def2004]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on class that contains a 'std::unique_ptr'.
#  665|       void move(int dst, int src) {
#  666|           if constexpr (MEM_MOVE) {
#  667|->             memcpy(static_cast<void*>(&fData[dst]),
#  668|                      static_cast<const void*>(&fData[src]),
#  669|                      sizeof(T));

Error: CPPCHECK_WARNING (CWE-686): [#def2005]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on struct that contains a 'std::string_view'.
#  665|       void move(int dst, int src) {
#  666|           if constexpr (MEM_MOVE) {
#  667|->             memcpy(static_cast<void*>(&fData[dst]),
#  668|                      static_cast<const void*>(&fData[src]),
#  669|                      sizeof(T));

Error: CPPCHECK_WARNING (CWE-686): [#def2006]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTArray.h:667: error[memsetClass]: Using 'memcpy' on struct that contains a 'std::unique_ptr'.
#  665|       void move(int dst, int src) {
#  666|           if constexpr (MEM_MOVE) {
#  667|->             memcpy(static_cast<void*>(&fData[dst]),
#  668|                      static_cast<const void*>(&fData[src]),
#  669|                      sizeof(T));

Error: CPPCHECK_WARNING (CWE-686): [#def2007]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/include/private/base/SkTemplates.h:397: error[memsetClass]: Using 'memcpy' on struct that contains a 'std::byte'.
#  395|               if (fPtr == fTStorage) {
#  396|                   fPtr = (T*)sk_malloc_throw(count, sizeof(T));
#  397|->                 memcpy((void*)fPtr, fTStorage, kCount * sizeof(T));
#  398|               } else {
#  399|                   fPtr = (T*)sk_realloc_throw(fPtr, count, sizeof(T));

Error: CPPCHECK_WARNING (CWE-190): [#def2008]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/base/SkEndian.h:64: error[integerOverflow]: Signed integer overflow for expression '(0x00010000&0xFF)<<24'.
#   62|   
#   63|   template<uint32_t N> struct SkTEndianSwap32 {
#   64|->     static const uint32_t value = ((N & 0xFF) << 24) |
#   65|                                     ((N & 0xFF00) << 8) |
#   66|                                     ((N & 0xFF0000) >> 8) |

Error: CPPCHECK_WARNING (CWE-457): [#def2009]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/base/SkTBlockList.h:118: error[legacyUninitvar]: Uninitialized variable: avail
#  116|        */
#  117|       void reserve(int n) {
#  118|->         int avail = fAllocator->currentBlock()->template avail<alignof(T)>() / sizeof(T);
#  119|           if (n > avail) {
#  120|               int reserved = n - avail;

Error: CPPCHECK_WARNING (CWE-457): [#def2010]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/base/SkTBlockList.h:326: error[legacyUninitvar]: Uninitialized variable: avail
#  324|           int headEnd = Last(headBlock) + sizeof(T); // exclusive
#  325|           headItemCount = (headEnd - headStart) / sizeof(T);
#  326|->         int avail = fAllocator->currentBlock()->template avail<alignof(T)>() / sizeof(T);
#  327|           if (headItemCount > avail) {
#  328|               // Make sure there is extra room for the items beyond what's already avail. Use the

Error: CPPCHECK_WARNING (CWE-758): [#def2011]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/base/SkVx.h:681: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
#  679|               return to_vec<N,T>(__builtin_shuffle(to_vext(x), VExt<N,int>{Ix...}));
#  680|           else if constexpr(sizeof(T) == 8)
#  681|->             return to_vec<N,T>(__builtin_shuffle(to_vext(x), VExt<N,long long>{Ix...}));
#  682|       } else
#  683|   #endif

Error: CPPCHECK_WARNING (CWE-457): [#def2012]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkDrawShadowInfo.cpp:67: warning[uninitvar]: Uninitialized variables: pts3D.fX, pts3D.fY, pts3D.fZ
#   65|           // project from light through corners to z=0 plane
#   66|           for (int i = 0; i < 4; ++i) {
#   67|->             SkScalar dz = lightPos.fZ - pts3D[i].fZ;
#   68|               // light shouldn't be below or at a corner's z-location
#   69|               if (dz <= SK_ScalarNearlyZero) {

Error: CPPCHECK_WARNING (CWE-562): [#def2013]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkGlyph.cpp:553: error[returnDanglingLifetime]: Returning object that points to local variable 'left' that will be invalid when returning.
#  551|       }
#  552|   
#  553|->     return std::tie(left, right);
#  554|   }
#  555|   

Error: CPPCHECK_WARNING (CWE-562): [#def2014]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkGlyph.cpp:553: error[returnDanglingLifetime]: Returning object that points to local variable 'right' that will be invalid when returning.
#  551|       }
#  552|   
#  553|->     return std::tie(left, right);
#  554|   }
#  555|   

Error: CPPCHECK_WARNING (CWE-457): [#def2015]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkM44.cpp:137: error[uninitvar]: Uninitialized variables: v.y, v.z, v.w
#  135|       SkV4 v;
#  136|       (c0*x + (c1*y + (c2*z + c3*w))).store(&v.x);
#  137|->     return v;
#  138|   }
#  139|   

Error: CPPCHECK_WARNING (CWE-476): [#def2016]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkMaskGamma.h:260: error[ctunullpointer]: Null pointer dereference: lut
#  258|   }
#  259|   template<> /*static*/ inline U8CPU sk_apply_lut_if<true>(U8CPU component, const uint8_t* lut) {
#  260|->     return lut[component];
#  261|   }
#  262|   ///@}

Error: CPPCHECK_WARNING (CWE-457): [#def2017]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkMatrix.cpp:236: error[uninitvar]: Uninitialized variables: vec.fX, vec.fY
#  234|       vec[1].set(sx, my);
#  235|   
#  236|->     return SkScalarNearlyZero(vec[0].dot(vec[1]), SkScalarSquare(tol));
#  237|   }
#  238|   

Error: CPPCHECK_WARNING (CWE-786): [#def2018]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkRegion.cpp:87: error[negativeIndex]: Array 'runs[0]' accessed at index -1, which is out of bounds.
#   85|    */
#   86|   static SkRegionPriv::RunType* skip_intervals(const SkRegionPriv::RunType runs[]) {
#   87|->     int intervals = runs[-1];
#   88|   #ifdef SK_DEBUG
#   89|       if (intervals > 0) {

Error: CPPCHECK_WARNING (CWE-823): [#def2019]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/core/SkStroke.cpp:650: error[arrayIndexOutOfBounds]: Array 'quad[3]' accessed at index 3, which is out of bounds.
#  648|       const float kCurvatureSlop = 0.000005f;  // this multiplier is pulled out of the air
#  649|       SkScalar lineSlop =  ptMax * ptMax * kCurvatureSlop;
#  650|->     return pt_to_line(quad[mid], quad[outer1], quad[outer2]) <= lineSlop;
#  651|   }
#  652|   

Error: CPPCHECK_WARNING (CWE-457): [#def2020]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:215: warning[uninitvar]: Uninitialized variables: k.x, k.y, k.z, k.w
#  213|               SkV4 k;
#  214|               for (int i = 0; i < 4; ++i) {
#  215|->                 k[i] = buffer.readScalar();
#  216|               }
#  217|               coefficients = k;

Error: CPPCHECK_WARNING (CWE-909): [#def2021]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.w
#  215|                   k[i] = buffer.readScalar();
#  216|               }
#  217|->             coefficients = k;
#  218|               enforcePremul = buffer.readBool();
#  219|               blender = SkBlenders::Arithmetic(k.x, k.y, k.z, k.w, enforcePremul);

Error: CPPCHECK_WARNING (CWE-909): [#def2022]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.x
#  215|                   k[i] = buffer.readScalar();
#  216|               }
#  217|->             coefficients = k;
#  218|               enforcePremul = buffer.readBool();
#  219|               blender = SkBlenders::Arithmetic(k.x, k.y, k.z, k.w, enforcePremul);

Error: CPPCHECK_WARNING (CWE-909): [#def2023]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.y
#  215|                   k[i] = buffer.readScalar();
#  216|               }
#  217|->             coefficients = k;
#  218|               enforcePremul = buffer.readBool();
#  219|               blender = SkBlenders::Arithmetic(k.x, k.y, k.z, k.w, enforcePremul);

Error: CPPCHECK_WARNING (CWE-909): [#def2024]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp:217: error[uninitStructMember]: Uninitialized struct member: k.z
#  215|                   k[i] = buffer.readScalar();
#  216|               }
#  217|->             coefficients = k;
#  218|               enforcePremul = buffer.readBool();
#  219|               blender = SkBlenders::Arithmetic(k.x, k.y, k.z, k.w, enforcePremul);

Error: CPPCHECK_WARNING (CWE-562): [#def2025]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrResourceCache.cpp:658: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  656|       GrGpuResource* tail = *(fNonpurgeableResources.end() - 1);
#  657|       SkASSERT(fNonpurgeableResources[*index] == resource);
#  658|->     fNonpurgeableResources[*index] = tail;
#  659|       *tail->cacheAccess().accessCacheIndex() = *index;
#  660|       fNonpurgeableResources.pop_back();

Error: CPPCHECK_WARNING (CWE-562): [#def2026]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrResourceCache.h:362: error[returnDanglingLifetime]: Returning pointer that will be invalid when returning.
#  360|   
#  361|       static int* AccessResourceIndex(GrGpuResource* const& res) {
#  362|->         return res->cacheAccess().accessCacheIndex();
#  363|       }
#  364|   

Error: CPPCHECK_WARNING (CWE-562): [#def2027]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:47: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
#   45|       SkMatrix translatedMatrix = matrix;
#   46|       translatedMatrix.postTranslate(fTranslate.fX, fTranslate.fY);
#   47|->     fDraw.fCTM = &translatedMatrix;
#   48|   
#   49|       fDraw.drawRect(rect, get_paint(aa, alpha));

Error: CPPCHECK_WARNING (CWE-562): [#def2028]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:56: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
#   54|       SkMatrix translatedMatrix = matrix;
#   55|       translatedMatrix.postTranslate(fTranslate.fX, fTranslate.fY);
#   56|->     fDraw.fCTM = &translatedMatrix;
#   57|   
#   58|       fDraw.drawRRect(rrect, get_paint(aa, alpha));

Error: CPPCHECK_WARNING (CWE-562): [#def2029]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:72: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
#   70|       SkMatrix translatedMatrix = matrix;
#   71|       translatedMatrix.postTranslate(fTranslate.fX, fTranslate.fY);
#   72|->     fDraw.fCTM = &translatedMatrix;
#   73|   
#   74|       SkPath path;

Error: CPPCHECK_WARNING (CWE-562): [#def2030]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp:90: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
#   88|       SkMatrix translatedMatrix = matrix;
#   89|       translatedMatrix.postTranslate(fTranslate.fX, fTranslate.fY);
#   90|->     fDraw.fCTM = &translatedMatrix;
#   91|   
#   92|       if (shape.inverted()) {

Error: CPPCHECK_WARNING (CWE-457): [#def2031]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp:58: warning[uninitvar]: Uninitialized variable: textureChannelMasks
#   56|           textureChannelMasks[i] = proxies[i]->backendFormat().channelMask();
#   57|       }
#   58|->     fYUVALocations = yuvaInfo.toYUVALocations(textureChannelMasks);
#   59|       if (fYUVALocations[0].fPlane < 0) {
#   60|           *this = {};

Error: CPPCHECK_WARNING (CWE-457): [#def2032]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp:106: warning[uninitvar]: Uninitialized variable: pixmapChannelMasks
#  104|       }
#  105|       // Initial locations refer to the CPU pixmap channels.
#  106|->     fYUVALocations = yuvaInfo.toYUVALocations(pixmapChannelMasks);
#  107|       if (fYUVALocations[0].fPlane < 0) {
#  108|           *this = {};

Error: CPPCHECK_WARNING (CWE-457): [#def2033]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp:551: warning[uninitvar]: Uninitialized variable: innerVertices.fTail
#  549|           prevNormal = normal;
#  550|       }
#  551|->     if (!inversion(innerVertices.fTail, innerVertices.fHead, prevEdge, c)) {
#  552|           innerInversion = false;
#  553|       }

Error: CPPCHECK_WARNING (CWE-457): [#def2034]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp:554: warning[uninitvar]: Uninitialized variable: outerVertices.fTail
#  552|           innerInversion = false;
#  553|       }
#  554|->     if (!inversion(outerVertices.fTail, outerVertices.fHead, prevEdge, c)) {
#  555|           outerInversion = false;
#  556|       }

Error: CPPCHECK_WARNING (CWE-823): [#def2035]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/ops/TextureOp.cpp:267: error[arrayIndexOutOfBounds]: Array 'fViewCountPairs[1]' accessed at index 1, which is out of bounds.
#  265|       ~TextureOpImpl() override {
#  266|           for (unsigned p = 1; p < fMetadata.fProxyCount; ++p) {
#  267|->             fViewCountPairs[p].~ViewCountPair();
#  268|           }
#  269|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2036]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/ContextUtils.cpp:64: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#   62|           if (gatherer->hasUniforms()) {
#   63|               UniformDataCache* uniformDataCache = recorder->priv().uniformDataCache();
#   64|->             uniforms = uniformDataCache->insert(gatherer->finishUniformDataBlock());
#   65|           }
#   66|           if (gatherer->hasTextures()) {

Error: CPPCHECK_WARNING (CWE-562): [#def2037]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/ContextUtils.cpp:68: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#   66|           if (gatherer->hasTextures()) {
#   67|               TextureDataCache* textureDataCache = recorder->priv().textureDataCache();
#   68|->             textures = textureDataCache->insert(gatherer->textureDataBlock());
#   69|           }
#   70|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2038]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/DrawPass.cpp:498: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  496|       TextureDataCache* textureDataCache = recorder->priv().textureDataCache();
#  497|       DrawBufferManager* bufferMgr = recorder->priv().drawBufferManager();
#  498|->     if (bufferMgr->hasMappingFailed()) {
#  499|           SKGPU_LOG_W("Buffer mapping has already failed; dropping draw pass!");
#  500|           return nullptr;

Error: CPPCHECK_WARNING (CWE-457): [#def2039]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp:112: warning[uninitvar]: Uninitialized variable: pixmapChannelmasks
#  110|   
#  111|       // Re-arrange the proxies from planes to channels
#  112|->     SkYUVAInfo::YUVALocations locations = yuvaInfo.toYUVALocations(pixmapChannelmasks);
#  113|       int expectedPlanes;
#  114|       if (!SkYUVAInfo::YUVALocation::AreValidLocations(locations, &expectedPlanes) ||

Error: CPPCHECK_WARNING (CWE-562): [#def2040]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/QueueManager.cpp:110: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  108|   
#  109|       auto resourceProvider = context->priv().resourceProvider();
#  110|->     if (!this->setupCommandBuffer(resourceProvider)) {
#  111|           if (callback) {
#  112|               callback->setFailureResult();

Error: CPPCHECK_WARNING (CWE-562): [#def2041]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/RasterPathUtils.cpp:60: error[danglingLifetime]: Non-local variable 'fDraw.fCTM' will use pointer to local variable 'translatedMatrix'.
#   58|       translatedMatrix.postTranslate(resultBounds.x(), resultBounds.y());
#   59|   
#   60|->     fDraw.fCTM = &translatedMatrix;
#   61|       SkPath path = shape.asPath();
#   62|       if (path.isInverseFillType()) {

Error: CPPCHECK_WARNING (CWE-562): [#def2042]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/Recording.cpp:140: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  138|           }
#  139|           TextureProxy* surfaceTexture = targetSurface->backingTextureProxy();
#  140|->         if (!surfaceTexture->instantiate(resourceProvider)) {
#  141|               SKGPU_LOG_E("Could not instantiate target texture proxy.");
#  142|               return false;

Error: CPPCHECK_WARNING (CWE-909): [#def2043]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/RenderPassDesc.cpp:104: error[uninitStructMember]: Uninitialized struct member: desc.fClearDepth
#  102|       }
#  103|   
#  104|->     return desc;
#  105|   }
#  106|   

Error: CPPCHECK_WARNING (CWE-909): [#def2044]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/RenderPassDesc.cpp:104: error[uninitStructMember]: Uninitialized struct member: desc.fClearStencil
#  102|       }
#  103|   
#  104|->     return desc;
#  105|   }
#  106|   

Error: CPPCHECK_WARNING (CWE-909): [#def2045]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/RenderPassDesc.cpp:104: error[uninitStructMember]: Uninitialized struct member: desc.fColorResolveAttachment
#  102|       }
#  103|   
#  104|->     return desc;
#  105|   }
#  106|   

Error: CPPCHECK_WARNING (CWE-909): [#def2046]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/RenderPassDesc.cpp:104: error[uninitStructMember]: Uninitialized struct member: desc.fDepthStencilAttachment
#  102|       }
#  103|   
#  104|->     return desc;
#  105|   }
#  106|   

Error: CPPCHECK_WARNING (CWE-457): [#def2047]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/RenderPassDesc.cpp:104: warning[uninitvar]: Uninitialized variables: desc.fColorResolveAttachment, desc.fDepthStencilAttachment, desc.fClearDepth, desc.fClearStencil
#  102|       }
#  103|   
#  104|->     return desc;
#  105|   }
#  106|   

Error: CPPCHECK_WARNING (CWE-562): [#def2048]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/task/RenderPassTask.cpp:119: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  117|           SkASSERT(fTarget->numSamples() == 1 &&
#  118|                    fRenderPassDesc.fColorAttachment.fTextureInfo.numSamples() > 1);
#  119|->         colorAttachment = resourceProvider->findOrCreateDiscardableMSAAAttachment(
#  120|                   fTarget->dimensions(), fRenderPassDesc.fColorAttachment.fTextureInfo);
#  121|           if (!colorAttachment) {

Error: CPPCHECK_WARNING (CWE-562): [#def2049]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/task/UploadTask.cpp:156: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  154|   
#  155|       UploadBufferManager* bufferMgr = recorder->priv().uploadBufferManager();
#  156|->     auto [writer, bufferInfo] = bufferMgr->getTextureUploadWriter(combinedBufferSize, minAlignment);
#  157|       if (!writer) {
#  158|           SKGPU_LOG_W("Failed to get write-mapped buffer for texture upload of size %zu",

Error: CPPCHECK_WARNING (CWE-562): [#def2050]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/task/UploadTask.cpp:275: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  273|   
#  274|       UploadBufferManager* bufferMgr = recorder->priv().uploadBufferManager();
#  275|->     auto [writer, bufferInfo] = bufferMgr->getTextureUploadWriter(combinedBufferSize, minAlignment);
#  276|   
#  277|       std::vector<BufferTextureCopyData> copyData(mipLevelCount);

Error: CPPCHECK_WARNING (CWE-562): [#def2051]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/text/TextAtlasManager.cpp:310: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  308|       for (int i = 0; i < kMaskFormatCount; ++i) {
#  309|           if (fAtlases[i]) {
#  310|->             fAtlases[i]->compact(tokenTracker->nextFlushToken(), forceCompact);
#  311|           }
#  312|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2052]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/text/TextAtlasManager.cpp:334: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  332|       unsigned int numActiveProxies;
#  333|       const sk_sp<skgpu::graphite::TextureProxy>* proxies =
#  334|->             atlasManager->getProxies(maskFormat, &numActiveProxies);
#  335|       if (!proxies) {
#  336|           SkDebugf("Could not allocate backing texture for atlas\n");

Error: CPPCHECK_WARNING (CWE-562): [#def2053]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/text/TextAtlasManager.cpp:369: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#  367|               atlasManager->addGlyphToBulkAndSetUseToken(
#  368|                       &fBulkUseUpdater, maskFormat, gpuGlyph,
#  369|->                     tokenTracker->nextFlushToken());
#  370|               glyphsPlacedInAtlas++;
#  371|           }

Error: CPPCHECK_WARNING (CWE-457): [#def2054]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkDCubicLineIntersection.cpp:136: warning[uninitvar]: Uninitialized variable: c.gPrecisionUnit
#  134|           SkDEBUGCODE(c.fDebugGlobalState = fIntersections->globalState());
#  135|           for (int n = 0; n < 4; ++n) {
#  136|->             c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
#  137|           }
#  138|           double A, B, C, D;

Error: CPPCHECK_WARNING (CWE-457): [#def2055]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkOpAngle.cpp:365: warning[uninitvar]: Uninitialized variable: *tweep
#  363|           tweep = &scratch[1];
#  364|       }
#  365|->     double s0xt0 = sweep->crossCheck(*tweep);
#  366|       if (tangentsDiverge(rh, s0xt0)) {
#  367|           return s0xt0 < 0;

Error: CPPCHECK_WARNING (CWE-457): [#def2056]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkOpAngle.cpp:656: error[uninitvar]: Uninitialized variable: rayEnd
#  654|       SkPath::Verb verb = segment->verb();
#  655|       SkDLine rayEnd;
#  656|->     rayEnd[0].set(this->fEnd->pt());
#  657|       rayEnd[1] = rayEnd[0];
#  658|       SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(),

Error: CPPCHECK_WARNING (CWE-457): [#def2057]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkOpAngle.cpp:881: error[uninitvar]: Uninitialized variable: rayMid
#  879|       dStartPt.set(startPt);
#  880|       SkDLine rayMid;
#  881|->     rayMid[0].fX = (startPt.fX + endPt.fX) / 2;
#  882|       rayMid[0].fY = (startPt.fY + endPt.fY) / 2;
#  883|       rayMid[1].fX = rayMid[0].fX + (endPt.fY - startPt.fY);

Error: CPPCHECK_WARNING (CWE-457): [#def2058]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkOpAngle.cpp:1005: error[uninitvar]: Uninitialized variable: lineHalf
# 1003|           fPart.fCurve[1] = fPart.fCurve[SkPathOpsVerbToPoints(verb)];
# 1004|           fOriginalCurvePart[1] = fPart.fCurve[1];
# 1005|->         lineHalf[0].set(fPart.fCurve[0].asSkPoint());
# 1006|           lineHalf[1].set(fPart.fCurve[1].asSkPoint());
# 1007|           fTangentHalf.lineEndPoints(lineHalf);

Error: CPPCHECK_WARNING (CWE-457): [#def2059]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkOpAngle.cpp:1015: error[uninitvar]: Uninitialized variable: lineHalf
# 1013|           const SkPoint& cP1 = pts[fStart->t() < fEnd->t()];
# 1014|           SkDLine lineHalf;
# 1015|->         lineHalf[0].set(fStart->pt());
# 1016|           lineHalf[1].set(cP1);
# 1017|           fTangentHalf.lineEndPoints(lineHalf);

Error: CPPCHECK_WARNING (CWE-457): [#def2060]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkOpSegment.cpp:1630: warning[uninitvar]: Uninitialized variable: edge->fCubic
# 1628|       const SkOpPtT& endPtT = *end->ptT();
# 1629|       SkDEBUGCODE(edge->fVerb = fVerb);
# 1630|->     edge->fCubic[0].set(startPtT.fPt);
# 1631|       int points = SkPathOpsVerbToPoints(fVerb);
# 1632|       edge->fCubic[points].set(endPtT.fPt);

Error: CPPCHECK_WARNING (CWE-457): [#def2061]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkPathOpsCubic.cpp:676: error[uninitvar]: Uninitialized variable: dst.gPrecisionUnit
#  674|       }
#  675|       SkDCubic dst;
#  676|->     double ax = dst[0].fX = interp_cubic_coords(&fPts[0].fX, t1);
#  677|       double ay = dst[0].fY = interp_cubic_coords(&fPts[0].fY, t1);
#  678|       double ex = interp_cubic_coords(&fPts[0].fX, (t1*2+t2)/3);

Error: CPPCHECK_WARNING (CWE-457): [#def2062]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkPathOpsDebug.cpp:697: error[uninitvar]: Uninitialized variable: cubic.gPrecisionUnit
#  695|   SkDCubic SkDQuad::debugToCubic() const {
#  696|       SkDCubic cubic;
#  697|->     cubic[0] = fPts[0];
#  698|       cubic[2] = fPts[1];
#  699|       cubic[3] = fPts[2];

Error: CPPCHECK_WARNING (CWE-909): [#def2063]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkPathOpsWinding.cpp:200: error[uninitStructMember]: Uninitialized struct member: slope.fX
#  198|           newHit->fNext = *hits;
#  199|           newHit->fPt = pt;
#  200|->         newHit->fSlope = slope;
#  201|           newHit->fSpan = span;
#  202|           newHit->fT = t;

Error: CPPCHECK_WARNING (CWE-909): [#def2064]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkPathOpsWinding.cpp:200: error[uninitStructMember]: Uninitialized struct member: slope.fY
#  198|           newHit->fNext = *hits;
#  199|           newHit->fPt = pt;
#  200|->         newHit->fSlope = slope;
#  201|           newHit->fSpan = span;
#  202|           newHit->fT = t;

Error: CPPCHECK_WARNING (CWE-457): [#def2065]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pathops/SkPathOpsWinding.cpp:200: warning[uninitvar]: Uninitialized variables: slope.fX, slope.fY
#  198|           newHit->fNext = *hits;
#  199|           newHit->fPt = pt;
#  200|->         newHit->fSlope = slope;
#  201|           newHit->fSpan = span;
#  202|           newHit->fT = t;

Error: CPPCHECK_WARNING (CWE-457): [#def2066]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pdf/SkDeflate.cpp:63: error[uninitvar]: Uninitialized variable: outBuffer
#   61|           SkASSERT(!zStream->msg);
#   62|   
#   63|->         out->write(outBuffer, sizeof(outBuffer) - zStream->avail_out);
#   64|       } while (zStream->avail_in || !zStream->avail_out);
#   65|       SkASSERT(flush == Z_FINISH

Error: CPPCHECK_WARNING (CWE-457): [#def2067]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pdf/SkPDFBitmap.cpp:172: warning[uninitvar]: Uninitialized variable: byteBuffer
#  170|               }
#  171|           }
#  172|->         stream->write(byteBuffer, dst - byteBuffer);
#  173|       }
#  174|       if (deflateWStream) {

Error: CPPCHECK_WARNING (CWE-457): [#def2068]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/pdf/SkPDFBitmap.cpp:276: warning[uninitvar]: Uninitialized variable: byteBuffer
#  274|                   }
#  275|               }
#  276|->             stream->write(byteBuffer, dst - byteBuffer);
#  277|       }
#  278|       if (deflateWStream) {

Error: CPPCHECK_WARNING (CWE-562): [#def2069]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/ports/SkFontHost_FreeType.cpp:657: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
#  655|               char glyphName[128];  // PS limit for names is 127 bytes.
#  656|               FT_Get_Glyph_Name(face, gID, glyphName, 128);
#  657|->             dstArray[gID] = glyphName;
#  658|           }
#  659|       }

Error: CPPCHECK_WARNING (CWE-457): [#def2070]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/shaders/gradients/SkGradientBaseShader.cpp:691: warning[uninitvar]: Uninitialized variables: f.fR, f.fG, f.fB, f.fA
#  689|       for (int i = 0; i < 3; ++i) {
#  690|           float v = xyz[i] / D50[i];
#  691|->         f[i] = (v > e) ? std::cbrtf(v) : (k * v + 16) / 116;
#  692|       }
#  693|   

Error: CPPCHECK_WARNING (CWE-562): [#def2071]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:77: error[danglingTempReference]: Using reference to dangling temporary.
#   75|       if (!loopInitializer) {
#   76|           Position pos = positions.initPosition.valid() ? positions.initPosition : loopPos;
#   77|->         errors.error(pos, "missing init declaration");
#   78|           return nullptr;
#   79|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2072]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:81: error[danglingTempReference]: Using reference to dangling temporary.
#   79|       }
#   80|       if (!loopInitializer->is<VarDeclaration>()) {
#   81|->         errors.error(loopInitializer->fPosition, "invalid init declaration");
#   82|           return nullptr;
#   83|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2073]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:86: error[danglingTempReference]: Using reference to dangling temporary.
#   84|       const VarDeclaration& initDecl = loopInitializer->as<VarDeclaration>();
#   85|       if (!initDecl.baseType().isNumber()) {
#   86|->         errors.error(loopInitializer->fPosition, "invalid type for loop index");
#   87|           return nullptr;
#   88|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2074]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:90: error[danglingTempReference]: Using reference to dangling temporary.
#   88|       }
#   89|       if (initDecl.arraySize() != 0) {
#   90|->         errors.error(loopInitializer->fPosition, "invalid type for loop index");
#   91|           return nullptr;
#   92|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2075]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:94: error[danglingTempReference]: Using reference to dangling temporary.
#   92|       }
#   93|       if (!initDecl.value()) {
#   94|->         errors.error(loopInitializer->fPosition, "missing loop index initializer");
#   95|           return nullptr;
#   96|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2076]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:98: error[danglingTempReference]: Using reference to dangling temporary.
#   96|       }
#   97|       if (!ConstantFolder::GetConstantValue(*initDecl.value(), &loopInfo->fStart)) {
#   98|->         errors.error(loopInitializer->fPosition,
#   99|                        "loop index initializer must be a constant expression");
#  100|           return nullptr;

Error: CPPCHECK_WARNING (CWE-562): [#def2077]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:115: error[danglingTempReference]: Using reference to dangling temporary.
#  113|       if (!loopTest || !*loopTest) {
#  114|           Position pos = positions.conditionPosition.valid() ? positions.conditionPosition : loopPos;
#  115|->         errors.error(pos, "missing condition");
#  116|           return nullptr;
#  117|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2078]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:119: error[danglingTempReference]: Using reference to dangling temporary.
#  117|       }
#  118|       if (!loopTest->get()->is<BinaryExpression>()) {
#  119|->         errors.error(loopTest->get()->fPosition, "invalid condition");
#  120|           return nullptr;
#  121|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2079]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:124: error[danglingTempReference]: Using reference to dangling temporary.
#  122|       const BinaryExpression* cond = &loopTest->get()->as<BinaryExpression>();
#  123|       if (!is_loop_index(cond->left())) {
#  124|->         errors.error(cond->fPosition, "expected loop index on left hand side of condition");
#  125|           return nullptr;
#  126|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2080]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:137: error[danglingTempReference]: Using reference to dangling temporary.
#  135|               break;
#  136|           default:
#  137|->             errors.error(cond->fPosition, "invalid relational operator");
#  138|               return nullptr;
#  139|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2081]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:142: error[danglingTempReference]: Using reference to dangling temporary.
#  140|       double loopEnd = 0;
#  141|       if (!ConstantFolder::GetConstantValue(*cond->right(), &loopEnd)) {
#  142|->         errors.error(cond->fPosition, "loop index must be compared with a constant expression");
#  143|           return nullptr;
#  144|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2082]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:157: error[danglingTempReference]: Using reference to dangling temporary.
#  155|       if (!loopNext) {
#  156|           Position pos = positions.nextPosition.valid() ? positions.nextPosition : loopPos;
#  157|->         errors.error(pos, "missing loop expression");
#  158|           return nullptr;
#  159|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2083]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:164: error[danglingTempReference]: Using reference to dangling temporary.
#  162|               const BinaryExpression& next = loopNext->as<BinaryExpression>();
#  163|               if (!is_loop_index(next.left())) {
#  164|->                 errors.error(loopNext->fPosition, "expected loop index in loop expression");
#  165|                   return nullptr;
#  166|               }

Error: CPPCHECK_WARNING (CWE-562): [#def2084]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:168: error[danglingTempReference]: Using reference to dangling temporary.
#  166|               }
#  167|               if (!ConstantFolder::GetConstantValue(*next.right(), &loopInfo->fDelta)) {
#  168|->                 errors.error(loopNext->fPosition,
#  169|                                "loop index must be modified by a constant expression");
#  170|                   return nullptr;

Error: CPPCHECK_WARNING (CWE-562): [#def2085]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:176: error[danglingTempReference]: Using reference to dangling temporary.
#  174|                   case Operator::Kind::MINUSEQ: loopInfo->fDelta = -loopInfo->fDelta; break;
#  175|                   default:
#  176|->                     errors.error(loopNext->fPosition, "invalid operator in loop expression");
#  177|                       return nullptr;
#  178|               }

Error: CPPCHECK_WARNING (CWE-562): [#def2086]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:184: error[danglingTempReference]: Using reference to dangling temporary.
#  182|               const PrefixExpression& next = loopNext->as<PrefixExpression>();
#  183|               if (!is_loop_index(next.operand())) {
#  184|->                 errors.error(loopNext->fPosition, "expected loop index in loop expression");
#  185|                   return nullptr;
#  186|               }

Error: CPPCHECK_WARNING (CWE-562): [#def2087]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:191: error[danglingTempReference]: Using reference to dangling temporary.
#  189|                   case Operator::Kind::MINUSMINUS: loopInfo->fDelta = -1; break;
#  190|                   default:
#  191|->                     errors.error(loopNext->fPosition, "invalid operator in loop expression");
#  192|                       return nullptr;
#  193|               }

Error: CPPCHECK_WARNING (CWE-562): [#def2088]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:199: error[danglingTempReference]: Using reference to dangling temporary.
#  197|               const PostfixExpression& next = loopNext->as<PostfixExpression>();
#  198|               if (!is_loop_index(next.operand())) {
#  199|->                 errors.error(loopNext->fPosition, "expected loop index in loop expression");
#  200|                   return nullptr;
#  201|               }

Error: CPPCHECK_WARNING (CWE-562): [#def2089]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:206: error[danglingTempReference]: Using reference to dangling temporary.
#  204|                   case Operator::Kind::MINUSMINUS: loopInfo->fDelta = -1; break;
#  205|                   default:
#  206|->                     errors.error(loopNext->fPosition, "invalid operator in loop expression");
#  207|                       return nullptr;
#  208|               }

Error: CPPCHECK_WARNING (CWE-562): [#def2090]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:212: error[danglingTempReference]: Using reference to dangling temporary.
#  210|           }
#  211|           default:
#  212|->             errors.error(loopNext->fPosition, "invalid loop expression");
#  213|               return nullptr;
#  214|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2091]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:221: error[danglingTempReference]: Using reference to dangling temporary.
#  219|       //
#  220|       if (Analysis::StatementWritesToVariable(*loopStatement, *initDecl.var())) {
#  221|->         errors.error(loopStatement->fPosition,
#  222|                        "loop index must not be modified within body of the loop");
#  223|           return nullptr;

Error: CPPCHECK_WARNING (CWE-562): [#def2092]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp:293: error[danglingTempReference]: Using reference to dangling temporary.
#  291|       SkASSERT(loopInfo->fCount >= 0);
#  292|       if (loopInfo->fCount >= kLoopTerminationLimit) {
#  293|->         errors.error(loopPos, "loop must guarantee termination in fewer iterations");
#  294|           return nullptr;
#  295|       }

Error: CPPCHECK_WARNING (CWE-562): [#def2093]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:397: error[returnDanglingLifetime]: Returning object that points to local variable 'specializedName' that will be invalid when returning.
#  395|       std::string mangledName = fCallbacks->getMangledName(specializedName.c_str());
#  396|       fFunctionNames.set(key, mangledName);
#  397|->     return mangledName;
#  398|   }
#  399|   

Error: CPPCHECK_WARNING (CWE-562): [#def2094]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:512: error[danglingTemporaryLifetime]: Using object that is a temporary.
#  510|           std::string mangledName = fCallbacks->getMangledName(std::string(var.name()).c_str());
#  511|           std::string declaration = this->modifierString(var.modifierFlags()) +
#  512|->                                   this->typedVariable(var.type(), mangledName);
#  513|           if (decl.value()) {
#  514|               AutoOutputBuffer outputToBuffer(this);

Error: CPPCHECK_WARNING (CWE-562): [#def2095]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:528: error[danglingTemporaryLifetime]: Using object that is a temporary.
#  526|       const Type& type = s.type();
#  527|       std::string mangledName = fCallbacks->getMangledName(type.displayName().c_str());
#  528|->     std::string definition = "struct " + mangledName + " {\n";
#  529|       for (const auto& f : type.fields()) {
#  530|           definition += this->typedVariable(*f.fType, f.fName) + ";\n";

Error: CPPCHECK_WARNING (CWE-664): [#def2096]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp:2108: error[mismatchingContainers]: Iterators of different containers 'stmt' and 'cases.back()' are used together.
# 2106|           if (sc.isDefault()) {
# 2107|               foundDefaultCase = true;
# 2108|->             if (stmt.get() != cases.back().get()) {
# 2109|                   // We only support a default case when it is the very last case. If that changes,
# 2110|                   // this logic will need to be updated.

Error: CPPCHECK_WARNING (CWE-562): [#def2097]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/ir/SkSLSymbolTable.h:124: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
#  122|           T* ptr = symbol.get();
#  123|           this->addWithoutOwnership(context, this->takeOwnershipOfSymbol(std::move(symbol)));
#  124|->         return ptr;
#  125|       }
#  126|   

Error: CPPCHECK_WARNING (CWE-562): [#def2098]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/ir/SkSLSymbolTable.h:135: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
#  133|           T* ptr = symbol.get();
#  134|           this->addWithoutOwnershipOrDie(this->takeOwnershipOfSymbol(std::move(symbol)));
#  135|->         return ptr;
#  136|       }
#  137|   

Error: CPPCHECK_WARNING (CWE-562): [#def2099]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/ir/SkSLSymbolTable.h:152: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
#  150|           T* ptr = symbol.get();
#  151|           this->injectWithoutOwnership(this->takeOwnershipOfSymbol(std::move(symbol)));
#  152|->         return ptr;
#  153|       }
#  154|   

Error: CPPCHECK_WARNING (CWE-562): [#def2100]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/sksl/ir/SkSLSymbolTable.h:162: error[returnDanglingLifetime]: Returning pointer to local variable 'symbol' that will be invalid when returning.
#  160|           T* ptr = symbol.get();
#  161|           fOwnedSymbols.push_back(std::move(symbol));
#  162|->         return ptr;
#  163|       }
#  164|   

Error: CPPCHECK_WARNING (CWE-476): [#def2101]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/text/StrikeForGPU.cpp:33: error[nullPointer]: Null pointer dereference: spec
#   31|               std::exchange(std::get<std::unique_ptr<SkStrikeSpec>>(fStrikeOrSpec), nullptr);
#   32|   
#   33|->         fStrikeOrSpec = SkStrikeCache::GlobalStrikeCache()->findOrCreateStrike(*spec);
#   34|       }
#   35|       return std::get<sk_sp<SkStrike>>(fStrikeOrSpec).get();

Error: CPPCHECK_WARNING (CWE-758): [#def2102]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/text/gpu/GlyphVector.cpp:109: error[overlappingWriteUnion]: Overlapping read/write of union is undefined behavior
#  107|           // Get all the atlas locations for each glyph.
#  108|           for (Variant& variant : fGlyphs) {
#  109|->             variant.glyph = fTextStrike->getGlyph(variant.packedGlyphID);
#  110|           }
#  111|   

Error: CPPCHECK_WARNING (CWE-562): [#def2103]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/text/gpu/SubRunContainer.h:189: error[danglingLifetime]: Non-local variable 'fTail' will use pointer to local variable 'subRun'.
#  187|           SubRunOwner* newTail = &subRun->fNext;
#  188|           *fTail = std::move(subRun);
#  189|->         fTail = newTail;
#  190|       }
#  191|       bool isEmpty() const { return fHead == nullptr; }

Error: CPPCHECK_WARNING (CWE-457): [#def2104]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/text/gpu/TextBlob.cpp:149: warning[uninitvar]: Uninitialized variables: key.fUniqueID, key.fCanonicalColor, key.fFrameWidth, key.fMiterLimit, key.fPixelGeometry, key.fBlurRec, key.fScalerContextFlags, key.fHasSomeDirectSubRuns, key.fHasBlur, key.fStyle, key.fJoin
#  147|       }
#  148|   
#  149|->     return {canCache, key};
#  150|   }
#  151|   

Error: CPPCHECK_WARNING (CWE-476): [#def2105]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/src/utils/SkPolyUtils.cpp:1339: warning[nullPointer]: Possible null pointer dereference: prevEdge
# 1337|       // close up the linked list
# 1338|       SkASSERT(prevEdge);
# 1339|->     prevEdge->fNext = &edgeData[0];
# 1340|       edgeData[0].fPrev = prevEdge;
# 1341|   

Error: UNICONTROL_WARNING (CWE-94): [#def2106]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/skia/tools/using_skia_and_harfbuzz.cpp:264: warning: bidirectional control characters: ['\u2067', '\u2069']
#  262|       assert(shaper);
#  263|       //SkString line("This is هذا هو الخط a line.");
#  264|->     //SkString line("⁧This is a line هذا هو الخط.⁩");
#  265|       for (std::string line; std::getline(std::cin, line);) {
#  266|           placement.WriteLine(*shaper, line.c_str(), line.size());

Error: COMPILER_WARNING (CWE-563): [#def2107]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/vma.cpp:8: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h: scope_hint: In member function ‘void VmaBlockMetadata::DebugLogAllocation(VkDeviceSize, VkDeviceSize, void*) const’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h:6467:21: warning[-Wunused-variable]: unused variable ‘name’
# 6467 |         const char* name = allocation->GetName();
#      |                     ^~~~
# 6465|   
# 6466|           userData = allocation->GetUserData();
# 6467|->         const char* name = allocation->GetName();
# 6468|   
# 6469|   #if VMA_STATS_STRING_ENABLED

Error: COMPILER_WARNING (CWE-563): [#def2108]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h: scope_hint: In member function ‘virtual void VmaBlockMetadata_Linear::Alloc(const VmaAllocationRequest&, VmaSuballocationType, void*)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h:8606:34: warning[-Wunused-variable]: unused variable ‘suballocations1st’
# 8606 |         SuballocationVectorType& suballocations1st = AccessSuballocations1st();
#      |                                  ^~~~~~~~~~~~~~~~~
# 8604|       case VmaAllocationRequestType::EndOf2nd:
# 8605|       {
# 8606|->         SuballocationVectorType& suballocations1st = AccessSuballocations1st();
# 8607|           // New allocation at the end of 2-part ring buffer, so before first allocation from 1st vector.
# 8608|           VMA_ASSERT(!suballocations1st.empty() &&

Error: COMPILER_WARNING (CWE-563): [#def2109]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h: scope_hint: In member function ‘void VmaBlockVector::Free(VmaAllocation)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h:12672:22: warning[-Wunused-variable]: unused variable ‘res’
#12672 |             VkResult res = pBlock->ValidateMagicValueAfterAllocation(m_hAllocator, hAllocation->GetOffset(), hAllocation->GetSize());
#      |                      ^~~
#12670|           if (IsCorruptionDetectionEnabled())
#12671|           {
#12672|->             VkResult res = pBlock->ValidateMagicValueAfterAllocation(m_hAllocator, hAllocation->GetOffset(), hAllocation->GetSize());
#12673|               VMA_ASSERT(res == VK_SUCCESS && "Couldn't map block memory to validate magic value.");
#12674|           }

Error: COMPILER_WARNING (CWE-563): [#def2110]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h: scope_hint: In member function ‘VkResult VmaBlockVector::CommitAllocationRequest(VmaAllocationRequest&, VmaDeviceMemoryBlock*, VkDeviceSize, VmaAllocationCreateFlags, void*, VmaSuballocationType, VmaAllocation_T**)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h:12855:18: warning[-Wunused-variable]: unused variable ‘res’
#12855 |         VkResult res = pBlock->WriteMagicValueAfterAllocation(m_hAllocator, (*pAllocation)->GetOffset(), allocRequest.size);
#      |                  ^~~
#12853|       if (IsCorruptionDetectionEnabled())
#12854|       {
#12855|->         VkResult res = pBlock->WriteMagicValueAfterAllocation(m_hAllocator, (*pAllocation)->GetOffset(), allocRequest.size);
#12856|           VMA_ASSERT(res == VK_SUCCESS && "Couldn't map block memory to write magic value.");
#12857|       }

Error: COMPILER_WARNING (CWE-563): [#def2111]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h: scope_hint: In member function ‘VkResult VmaDefragmentationContext_T::DefragmentPassEnd(VmaDefragmentationPassMoveInfo&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h:13347:18: warning[-Wunused-variable]: unused variable ‘res’
#13347 |         VkResult res = block.block->Map(allocator, block.data, VMA_NULL);
#      |                  ^~~
#13345|       for (const FragmentedBlock& block : mappedBlocks)
#13346|       {
#13347|->         VkResult res = block.block->Map(allocator, block.data, VMA_NULL);
#13348|           VMA_ASSERT(res == VK_SUCCESS);
#13349|       }

Error: COMPILER_WARNING (CWE-563): [#def2112]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h: scope_hint: In member function ‘VkResult VmaAllocator_T::AllocateVulkanMemory(const VkMemoryAllocateInfo*, VkDeviceMemory_T**)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h:15451:20: warning[-Wunused-variable]: unused variable ‘prevDeviceMemoryCount’
#15451 |     const uint64_t prevDeviceMemoryCount = deviceMemoryCountIncrement.Increment(&m_DeviceMemoryCount);
#      |                    ^~~~~~~~~~~~~~~~~~~~~
#15449|   {
#15450|       AtomicTransactionalIncrement<VMA_ATOMIC_UINT32> deviceMemoryCountIncrement;
#15451|->     const uint64_t prevDeviceMemoryCount = deviceMemoryCountIncrement.Increment(&m_DeviceMemoryCount);
#15452|   #if VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT
#15453|       if(prevDeviceMemoryCount >= m_PhysicalDeviceProperties.limits.maxMemoryAllocationCount)

Error: COMPILER_WARNING: [#def2113]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/api/media_stream_interface.h:355:55: warning[-Woverloaded-virtual=]: ‘virtual bool webrtc::MediaStreamInterface::AddTrack(webrtc::AudioTrackInterface*)’ was hidden
#  355 |   [[deprecated("Pass a scoped_refptr")]] virtual bool AddTrack(
#      |                                                       ^~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/pc/media_stream.h:30:8: note:   by ‘virtual bool webrtc::MediaStream::AddTrack(rtc::scoped_refptr<webrtc::AudioTrackInterface>)’
#   30 |   bool AddTrack(rtc::scoped_refptr<AudioTrackInterface> track) override;
#      |        ^~~~~~~~
#  353|     }
#  354|     // Deprecated: Should use scoped_refptr versions rather than pointers.
#  355|->   [[deprecated("Pass a scoped_refptr")]] virtual bool AddTrack(
#  356|         AudioTrackInterface* track) {
#  357|       return AddTrack(rtc::scoped_refptr<AudioTrackInterface>(track));

Error: COMPILER_WARNING: [#def2114]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/api/media_stream_interface.h:359:55: warning[-Woverloaded-virtual=]: ‘virtual bool webrtc::MediaStreamInterface::AddTrack(webrtc::VideoTrackInterface*)’ was hidden
#  359 |   [[deprecated("Pass a scoped_refptr")]] virtual bool AddTrack(
#      |                                                       ^~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/pc/media_stream.h:30:8: note:   by ‘virtual bool webrtc::MediaStream::AddTrack(rtc::scoped_refptr<webrtc::AudioTrackInterface>)’
#   30 |   bool AddTrack(rtc::scoped_refptr<AudioTrackInterface> track) override;
#      |        ^~~~~~~~
#  357|       return AddTrack(rtc::scoped_refptr<AudioTrackInterface>(track));
#  358|     }
#  359|->   [[deprecated("Pass a scoped_refptr")]] virtual bool AddTrack(
#  360|         VideoTrackInterface* track) {
#  361|       return AddTrack(rtc::scoped_refptr<VideoTrackInterface>(track));

Error: COMPILER_WARNING: [#def2115]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/api/media_stream_interface.h:363:55: warning[-Woverloaded-virtual=]: ‘virtual bool webrtc::MediaStreamInterface::RemoveTrack(webrtc::AudioTrackInterface*)’ was hidden
#  363 |   [[deprecated("Pass a scoped_refptr")]] virtual bool RemoveTrack(
#      |                                                       ^~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/pc/media_stream.h:32:8: note:   by ‘virtual bool webrtc::MediaStream::RemoveTrack(rtc::scoped_refptr<webrtc::AudioTrackInterface>)’
#   32 |   bool RemoveTrack(rtc::scoped_refptr<AudioTrackInterface> track) override;
#      |        ^~~~~~~~~~~
#  361|       return AddTrack(rtc::scoped_refptr<VideoTrackInterface>(track));
#  362|     }
#  363|->   [[deprecated("Pass a scoped_refptr")]] virtual bool RemoveTrack(
#  364|         AudioTrackInterface* track) {
#  365|       return RemoveTrack(rtc::scoped_refptr<AudioTrackInterface>(track));

Error: COMPILER_WARNING: [#def2116]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/pc/media_stream.h:18: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/pc/media_stream.cc:11: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/api/media_stream_interface.h:367:55: warning[-Woverloaded-virtual=]: ‘virtual bool webrtc::MediaStreamInterface::RemoveTrack(webrtc::VideoTrackInterface*)’ was hidden
#  367 |   [[deprecated("Pass a scoped_refptr")]] virtual bool RemoveTrack(
#      |                                                       ^~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/pc/media_stream.h:32:8: note:   by ‘virtual bool webrtc::MediaStream::RemoveTrack(rtc::scoped_refptr<webrtc::AudioTrackInterface>)’
#   32 |   bool RemoveTrack(rtc::scoped_refptr<AudioTrackInterface> track) override;
#      |        ^~~~~~~~~~~
#  365|       return RemoveTrack(rtc::scoped_refptr<AudioTrackInterface>(track));
#  366|     }
#  367|->   [[deprecated("Pass a scoped_refptr")]] virtual bool RemoveTrack(
#  368|         VideoTrackInterface* track) {
#  369|       return RemoveTrack(rtc::scoped_refptr<VideoTrackInterface>(track));

Error: COMPILER_WARNING: [#def2117]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/api/video_codecs/h264_profile_level_id.cc: scope_hint: In function ‘std::optional<std::__cxx11::basic_string<char> > webrtc::H264ProfileLevelIdToString(const H264ProfileLevelId&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/api/video_codecs/h264_profile_level_id.cc:244:24: warning[-Wformat-truncation=]: ‘%02x’ directive output may be truncated writing between 2 and 8 bytes into a region of size 3
#  244 |   snprintf(str, 7u, "%s%02x", profile_idc_iop_string,
#      |                        ^~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/api/video_codecs/h264_profile_level_id.cc:244:21: note: directive argument in the range [1, 4294967295]
#  244 |   snprintf(str, 7u, "%s%02x", profile_idc_iop_string,
#      |                     ^~~~~~~~
/usr/include/bits/stdio2.h:68:35: note: ‘__builtin___snprintf_chk’ output between 7 and 13 bytes into a destination of size 7
#   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
#      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   69 |                                    __glibc_objsize (__s), __fmt,
#      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#   70 |                                    __va_arg_pack ());
#      |                                    ~~~~~~~~~~~~~~~~~
#  242|   
#  243|     char str[7];
#  244|->   snprintf(str, 7u, "%s%02x", profile_idc_iop_string,
#  245|              static_cast<unsigned>(profile_level_id.level));
#  246|     return {str};

Error: CPPCHECK_WARNING (CWE-190): [#def2118]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/common_audio/signal_processing/levinson_durbin.c:155: error[integerOverflow]: Signed integer underflow for expression 'temp3W32-((int32_t)K_hi*65536)'.
#  153|           // Put K on hi and low format
#  154|           K_hi = (int16_t)(temp3W32 >> 16);
#  155|->         K_low = (int16_t)((temp3W32 - ((int32_t)K_hi * 65536)) >> 1);
#  156|   
#  157|           // Store Reflection coefficient in Q15

Error: CPPCHECK_WARNING (CWE-457): [#def2119]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/common_audio/vad/vad_core.c:627: warning[uninitvar]: Uninitialized variable: speech_nb
#  625|   
#  626|     // Do VAD on an 8 kHz signal
#  627|->   vad = WebRtcVad_CalcVad8khz(inst, speech_nb, frame_length / 6);
#  628|   
#  629|     return vad;

Error: CPPCHECK_WARNING (CWE-476): [#def2120]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/common_audio/vad/webrtc_vad.c:27: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: self
#   25|     VadInstT* self = (VadInstT*)malloc(sizeof(VadInstT));
#   26|   
#   27|->   self->init_flag = 0;
#   28|   
#   29|     return (VadInst*)self;

Error: CPPCHECK_WARNING (CWE-476): [#def2121]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:95: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: aecm
#   93|     AecMobile* aecm = static_cast<AecMobile*>(calloc(1, sizeof(AecMobile)));
#   94|   
#   95|->   aecm->aecmCore = WebRtcAecm_CreateCore();
#   96|     if (!aecm->aecmCore) {
#   97|       WebRtcAecm_Free(aecm);

Error: CPPCHECK_WARNING (CWE-476): [#def2122]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc:96: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: aecm
#   94|   
#   95|     aecm->aecmCore = WebRtcAecm_CreateCore();
#   96|->   if (!aecm->aecmCore) {
#   97|       WebRtcAecm_Free(aecm);
#   98|       return NULL;

Error: CPPCHECK_WARNING (CWE-476): [#def2123]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/webrtc/modules/third_party/g722/g722_decode.c:156: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: s
#  154|                                             int options) {
#  155|       s = s ? s : malloc(sizeof(*s));
#  156|->     memset(s, 0, sizeof(*s));
#  157|       if (rate == 48000)
#  158|           s->bits_per_sample = 6;

Error: CPPCHECK_WARNING (CWE-457): [#def2124]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/zstd/src/lib/compress/zstd_compress.c:2797: error[uninitvar]: Uninitialized variables: stats.Offtype, stats.MLtype
# 2795|                   DEBUGLOG(3, "ZSTD_buildCTable for LitLens failed");
# 2796|                   stats.size = countSize;
# 2797|->                 return stats;
# 2798|               }
# 2799|               if (stats.LLtype == set_compressed)

Error: CPPCHECK_WARNING (CWE-457): [#def2125]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/third_party/zstd/src/lib/decompress/zstd_decompress.c:729: error[uninitvar]: Uninitialized variable: frameSizeInfo.nbBlocks
#  727|       frameSizeInfo.compressedSize = ret;
#  728|       frameSizeInfo.decompressedBound = ZSTD_CONTENTSIZE_ERROR;
#  729|->     return frameSizeInfo;
#  730|   }
#  731|   

Error: COMPILER_WARNING (CWE-476): [#def2126]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/accessibility/platform/ax_platform_node_base.cc:265:56: warning[-Wnonnull]: ‘this’ pointer is null
#  265 |   AXPlatformNodeBase* parent = FromNativeViewAccessible(GetParent());
#      |                                ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/accessibility/platform/ax_platform_node_base.cc: scope_hint: In member function ‘std::optional<int> ui::AXPlatformNodeBase::CompareTo(ui::AXPlatformNodeBase&)’
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/accessibility/platform/ax_platform_node_base.cc:191:27: note: in a call to non-static member function ‘AtkObject* ui::AXPlatformNodeBase::GetParent() const’
#  191 | gfx::NativeViewAccessible AXPlatformNodeBase::GetParent() const {
#      |                           ^~~~~~~~~~~~~~~~~~
#  263|   
#  264|   std::optional<size_t> AXPlatformNodeBase::GetIndexInParent() {
#  265|->   AXPlatformNodeBase* parent = FromNativeViewAccessible(GetParent());
#  266|     if (!parent)
#  267|       return std::nullopt;

Error: COMPILER_WARNING (CWE-476): [#def2127]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/accessibility/platform/ax_platform_node_base.cc:379:72: warning[-Wnonnull]: ‘this’ pointer is null
#  379 |         FromNativeViewAccessible(our_ancestors.top())->GetIndexInParent();
#      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
#  377|     if (!our_ancestors.empty() && !other_ancestors.empty()) {
#  378|       std::optional<int> this_index_in_parent =
#  379|->         FromNativeViewAccessible(our_ancestors.top())->GetIndexInParent();
#  380|       std::optional<int> other_index_in_parent =
#  381|           FromNativeViewAccessible(other_ancestors.top())->GetIndexInParent();

Error: COMPILER_WARNING (CWE-476): [#def2128]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/accessibility/platform/ax_platform_node_base.cc:381:74: warning[-Wnonnull]: ‘this’ pointer is null
#  381 |         FromNativeViewAccessible(other_ancestors.top())->GetIndexInParent();
#      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
#  379|           FromNativeViewAccessible(our_ancestors.top())->GetIndexInParent();
#  380|       std::optional<int> other_index_in_parent =
#  381|->         FromNativeViewAccessible(other_ancestors.top())->GetIndexInParent();
#  382|   
#  383|       if (!this_index_in_parent || !other_index_in_parent)

Error: UNICONTROL_WARNING (CWE-94): [#def2129]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/gfx/render_text_unittest.cc:6853: warning: bidirectional control characters: ['\u202d', '\u202c']
# 6851|     RenderTextHarfBuzz* render_text = GetRenderText();
# 6852|     // This string, unescaped (logical order):
# 6853|->   // ‭www.אב.גד/הוabc/def?זח=טי‬
# 6854|     const std::u16string mixed =
# 6855|         u"www.אב.גד/הו"

Error: UNICONTROL_WARNING (CWE-94): [#def2130]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/gfx/render_text_unittest.cc:6865: warning: bidirectional control characters: ['\u202d', '\u202c']
# 6863|     // This is complex because a new run is created for each punctuation mark, but
# 6864|     // it simplifies down to: [0->3][11<-4][12->19][24<-20]
# 6865|->   // Should render as: ‭www.וה/דג.באabc/def?יט=חז‬
# 6866|     const char kExpectedRunListNormalBidi[] =
# 6867|         "[0->2][3][11<-10][9][8<-7][6][5<-4][12->14][15][16->18][19][24<-23][22]"

Error: UNICONTROL_WARNING (CWE-94): [#def2131]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/ui/strings/translations/ax_strings_ar.xtb:6: warning: bidirectional control characters: ['\u202c', '\u202c']
#    4|   <translation id="1018939186200882850">عنصر القائمة</translation>
#    5|   <translation id="10623998915015855">زر التبديل</translation>
#    6|-> <translation id="1088086359088493902">ثوانٍ‬‬</translation>
#    7|   <translation id="1142001580032786438">عرض منتقي الأسبوع</translation>
#    8|   <translation id="1188858454923323853">تكميلي</translation>

Error: COMPILER_WARNING: [#def2132]
qtwebengine-everywhere-src-6.9.0/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/v8_compiler_jumbo_18.cc:11: included_from: Included from here.
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/compiler/revectorizer.cc:1459:13: warning: extra tokens at end of ‘#undef’ directive
# 1459 | #undef TRACE(...)
#      |             ^
# 1457|   }
# 1458|   
# 1459|-> #undef TRACE(...)
# 1460|   
# 1461|   }  // namespace compiler

Error: CPPCHECK_WARNING (CWE-825): [#def2133]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/libplatform/default-foreground-task-runner.cc:158: warning[derefInvalidIterator]: Possible dereference of an invalid iterator: it
#  156|     }
#  157|     DCHECK(it != task_queue_.end());
#  158|->   std::unique_ptr<Task> task = std::move(it->second);
#  159|     task_queue_.erase(it);
#  160|   

Error: COMPILER_WARNING (CWE-457): [#def2134]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((__vector(2) unsigned int*)<unknown>)[2305843009213693951]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2135]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387888]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2136]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387892]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2137]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387896]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2138]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387898]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2139]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387899]’ is used uninitialized
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2140]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387900]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2141]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387901]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2142]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387902]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING (CWE-457): [#def2143]
qtwebengine-everywhere-src-6.9.0/src/3rdparty/chromium/v8/src/wasm/function-body-decoder-impl.h:6270:30: warning[-Wuninitialized]: ‘((uint32_t*)<unknown>)[4611686018427387903]’ is used uninitialized
# 6270 |       return stack_.end()[i++];
#      |                              ^
# 6268|       auto ValidateAndGetNextArg = [this, i = 0](ValueType type) mutable {
# 6269|         ValidateStackValue(i, stack_.end()[i], type);
# 6270|->       return stack_.end()[i++];
# 6271|       };
# 6272|       return {ValidateAndGetNextArg(expected_types)...};

Error: COMPILER_WARNING: [#def2144]
qtwebengine-everywhere-src-6.9.0/src/process/main.cpp: scope_hint: In function ‘main’
qtwebengine-everywhere-src-6.9.0/src/process/main.cpp:82:66: warning[-Walloc-size-larger-than=]: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807
#   82 |     std::unique_ptr<char*[], decltype(dt)> argv_(new char*[argc+1], dt);
#      |                                                                  ^
/usr/include/c++/15/new:140:26: note: in a call to allocation function ‘operator new []’ declared here
#  140 | _GLIBCXX_NODISCARD void* operator new[](std::size_t)
#      |                          ^
#   80|       };
#   81|   
#   82|->     std::unique_ptr<char*[], decltype(dt)> argv_(new char*[argc+1], dt);
#   83|       for (int i = 0; i < argc; ++i) {
#   84|           size_t len = strlen(argv[i]) + 1;

Scan Properties

analyzer-version-clippy1.86.0
analyzer-version-cppcheck2.17.1
analyzer-version-gcc15.0.1
analyzer-version-gcc-analyzer15.0.1
analyzer-version-shellcheck0.10.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-205.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-nameqt6-qtwebengine-6.9.0-2.fc43
store-results-to/tmp/tmpqtf8p9dj/qt6-qtwebengine-6.9.0-2.fc43.tar.xz
time-created2025-04-25 19:35:21
time-finished2025-04-26 00:09:18
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpqtf8p9dj/qt6-qtwebengine-6.9.0-2.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpqtf8p9dj/qt6-qtwebengine-6.9.0-2.fc43.src.rpm'
tool-versioncsmock-3.8.1.20250422.172604.g26bc3d6-1.el9