Skip to content

Bug: parse_csr_address failed on CI windows2022 #127

@trdthg

Description

@trdthg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions