Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify size in alignToBin() #1165

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

ldorau
Copy link
Contributor

@ldorau ldorau commented Aug 9, 2023

Description

Size in alignToBin() must not be less than the StepFactor (8).
It fixes the Coverity issues: 449474 and 913880.

  • - git commit message contains an appropriate signed-off-by string (see CONTRIBUTING.md for details)

Type of change

  • bug fix - change that fixes an issue
  • new feature - change that adds functionality
  • tests - change in tests
  • infrastructure - change in infrastructure and CI
  • documentation - documentation update

Tests

  • added - required for new features and some bug fixes
  • not needed

Documentation

  • updated in # - add PR number
  • needs to be updated
  • not needed

Breaks backward compatibility

  • Yes
  • No
  • Unknown

Notify the following users

@lplewa @KFilipek

Size in alignToBin() must not be less than the StepFactor (8).

It fixes the Coverity issues: 449474 and 913880.

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
@lplewa lplewa merged commit 4992457 into oneapi-src:master Aug 10, 2023
19 of 20 checks passed
@ldorau ldorau deleted the Verify_size_in_alignToBin branch August 10, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants