Skip to content

exception 0x770DC5AF when i read an special char in json file #2106

Description

@raoul632
  • What is the issue you have?
    when i try to read a json file application crash

  • Please describe the steps to reproduce the issue. Can you provide a small but working code example?
    just a special char like ê in the json file, can crash application at runtime
    in json hpp at line 4982
    case 4:
    JSON_THROW(static_cast<const detail::out_of_range>(&ex));

  • What is the expected behavior?
    report i can't read your actual json file.

  • And what is the actual behavior instead?
    application crashed

  • Which compiler and operating system are you using? Is it a supported compiler?
    visual studio 2019 community and win 7

  • Did you use a released version of the library or the version from the develop branch?
    the released version

  • If you experience a compilation error: can you compile and run the unit tests?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions