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

[spot] Fix abort trap with NotoNastaliqUrdu #520

Merged
merged 8 commits into from
Aug 1, 2018
Merged

Commits on Jul 30, 2018

  1. [spot] Abort trap with NotoNastaliqUrdu spot issue 465

    Add test to validate failure of spot in this test case.
    
    When dumping a format 2 PosRule from a lookup Type 7, spot was writing past the end of a fixed length string buffer and destroying the stack.
    readroberts committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    bc66f09 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. [spot] Abort trap with NotoNastaliqUrdu spot issue 465

    Fix test to validate failure of spot in this test case - did not fail with crash because spot reported that output file was bad in Appveyor run.
    readroberts committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    777c47b View commit details
    Browse the repository at this point in the history
  2. spot] Abort trap with NotoNastaliqUrdu spot issue 465

    Fix test to validate failure of spot in this test case - on Windows, needed to overrun by the buffer by more than 1K.
    readroberts committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    7bffca9 View commit details
    Browse the repository at this point in the history
  3. [spot] Abort trap with NotoNastaliqUrdu spot issue 465

    Fix text buffer overrun by writing it out whenever the buffer gets close to its limit,
    
    Change test to validate success of spot in this test case.
    readroberts committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    213d537 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. [spot] Abort trap with NotoNastaliqUrdu spot issue 465

    Fix test to validate success of spot in this test case: correct typo, and that the tests requires success rather than failure.
    readroberts committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    2d3a36f View commit details
    Browse the repository at this point in the history
  2. [spot] Abort trap with NotoNastaliqUrdu spot issue 465

    Fix spacing in message string. GPOS.c
    readroberts committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d86e780 View commit details
    Browse the repository at this point in the history
  3. [spot] Abort trap with NotoNastaliqUrdu spot issue 465

    Updated expected output file to match previous
    six spacing in message string. GPOS.c.
    readroberts committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    cd8ea17 View commit details
    Browse the repository at this point in the history
  4. Fix path

    miguelsousa committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    64f96da View commit details
    Browse the repository at this point in the history