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

Bug: parse_csr_address failed on CI windows2022 #127

Open
Tracked by #120
trdthg opened this issue Apr 26, 2024 · 0 comments
Open
Tracked by #120

Bug: parse_csr_address failed on CI windows2022 #127

trdthg opened this issue Apr 26, 2024 · 0 comments

Comments

@trdthg
Copy link
Contributor

trdthg commented Apr 26, 2024

I found that the stroul function behaves differently in the CI windows2022 Clang Qt6 environment

stroul can't handle hex str correctly

log place

image

winows 2019 success char_token = 5
image

windows 2022 failed char_token = 0
image

Maybe we could use QString::toULong, but all the ways of determining whether parsing was successful by char_token ! = 0 should be changed to bool

image

@trdthg trdthg changed the title parse_csr_address failed, c parse_csr_address failed on CI windows2022 Apr 26, 2024
@trdthg trdthg changed the title parse_csr_address failed on CI windows2022 Bug: parse_csr_address failed on CI windows2022 Apr 26, 2024
@trdthg trdthg mentioned this issue May 2, 2024
13 tasks
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

No branches or pull requests

1 participant