Skip to content

Avoid memrchr() when not available #17

Avoid memrchr() when not available

Avoid memrchr() when not available #17

GitHub Actions / Qodana for C/C++ completed Jul 12, 2024 in 0s

26 new problems found by Qodana for C/C++

Qodana for C/C++

26 new problems were found

Inspection name Severity Problems
DeprecatedOrUnsafeBufferHandling 🔶 Warning 26

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 198 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11

Check warning on line 230 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11

Check warning on line 234 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 356 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11

Check warning on line 361 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11

Check warning on line 379 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11

Check warning on line 453 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11

Check warning on line 474 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11

Check warning on line 510 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memmove' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memmove_s' in case of C11

Check warning on line 513 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 571 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 599 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 600 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 630 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 669 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 771 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 793 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 1103 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11

Check warning on line 1778 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11

Check warning on line 1796 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11

Check warning on line 1813 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11

Check warning on line 1830 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11

Check warning on line 1869 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11

Check warning on line 1886 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11

Check warning on line 1903 in lite_string.c

See this annotation in the file changed.

@github-actions github-actions / Qodana for C/C++

DeprecatedOrUnsafeBufferHandling

Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11