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

javascript diff_cleanupSemantic uses negative indexes in the equalities array #89

Open
GoogleCodeExporter opened this issue Jun 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

javascript diff_cleanupSemantic uses negative indexes in the equalities array.

This is because it equalitiesLength is allowed to go into a negative range.

Normally this doesn't cause any problems, because it will just be stored as a 
property on the array, but Safari 1.5.x seems to have some issues and doesn't 
always get the value that's stored in equalities[-1] back out. (Or perhaps it 
didn't properly go in in some cases.)

Original issue reported on code.google.com by d...@twkie.net on 21 Jun 2013 at 10:48

Attachments:

@GoogleCodeExporter
Copy link
Author

Sorry, I meant Safari 5.1.x

Original comment by d...@twkie.net on 21 Jun 2013 at 10:51

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

No branches or pull requests

1 participant