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

Fix langAltValue::read() parsing #1482

Merged

Commits on Mar 6, 2021

  1. Fix langAltValue::read() parsing

    + Fix segmentation faults in langAlt parse
    + Fix mismatched quotation marks and incorrect values
    + Add Python testing
      + Some tests commented out as quotation marks are filtered, preventing them
        from running.
    Closes Exiv2#1481.
    postscript-dev committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    6cd9263 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Add static to LangAltValue::read() const values

    postscript-dev committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    282d1d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Change LangAltValue::read() tests to unitTests

    Removed previous Python tests.
    postscript-dev committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    207a0d6 View commit details
    Browse the repository at this point in the history
  2. Fix spelling mistakes in LangAltValue::read()

    Removed unneeded comments and empty space.
    postscript-dev committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    5f563b5 View commit details
    Browse the repository at this point in the history
  3. Update exiv2 man page - langAlt format

    postscript-dev committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2917b83 View commit details
    Browse the repository at this point in the history