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

AspOpenList: use recordLength to avoid offset issues from the new fields in v75 #145

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JMConnect
Copy link

In 7.5 (and maybe some patch levels of 7.4?) some of the QYASPOL formats have added fields. The recordLength value was not taken into account and for these systems the values read were incorrectly offset after the first record.

Signed-off-by: John Marshall <jmarshall@connectria.com>
@JMConnect
Copy link
Author

Another issue here is getBestGuessReceiverSize returns too small of a number for some of these now and it has to re-run with a larger receiver variable. I could adjust this to return updated record lengths based on the system version if that makes sense and wouldn't cause other issues.

@ThePrez
Copy link
Member

ThePrez commented Dec 22, 2023

Another issue here is getBestGuessReceiverSize returns too small of a number for some of these now and it has to re-run with a larger receiver variable. I could adjust this to return updated record lengths based on the system version if that makes sense and wouldn't cause other issues.

Seems safe and reasonable

JMConnect and others added 2 commits May 1, 2024 10:56
Signed-off-by: John Marshall <jmarshall@connectria.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants