Skip to content

Fix statics analysis issues #202

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

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

bwikbs
Copy link
Member

@bwikbs bwikbs commented Nov 4, 2021

Handling issues from static analysis
detailed report (internal only)

There seems to be no major problem, but there is a issue this assigned value between different types
int <-> size_t , int32_t <-> size_t

@bwikbs bwikbs marked this pull request as ready for review November 4, 2021 09:46
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
@swift-kim swift-kim merged commit bdc4479 into flutter-tizen:flutter-2.5.1-tizen Nov 9, 2021
swift-kim pushed a commit that referenced this pull request Nov 14, 2021
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
swift-kim pushed a commit that referenced this pull request Dec 9, 2021
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
swift-kim pushed a commit that referenced this pull request Dec 17, 2021
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
swift-kim pushed a commit that referenced this pull request Feb 7, 2022
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
swift-kim pushed a commit that referenced this pull request Feb 11, 2022
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
swift-kim pushed a commit that referenced this pull request May 12, 2022
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
swift-kim pushed a commit that referenced this pull request Aug 5, 2022
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
* Casting a signed value which has type 'int' to a bigger unsigned integer type 'size_t' while initializing a variable
* Assignment of a signed value which has type 'int32_t' to a variable of a bigger integer type 'size_t'
* Uninitialized field

Signed-off-by: MuHong Byun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants