-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Collection of backports from the 8.0 development work. #6818
Conversation
* Refactor validation of numeric content read from the mapfile. * Updated create image function with guard to ensure positive image size (matches Cairo approach).
Addressed issues identified in issue MapServer#6463. Mostly expanding allowed values to account for documentation and adding line numbers to error messages to make debugging easier.
@jmckenna, is Travis completely hosed for branch-7-6? |
@sdlime the history here is that I put much effort into upgrading TravisCI and GitHub action for MapServer 8.0.0 release (and MapCache 1.14.0 also)....I did not devote time into older branches for either MapServer or MapCache. If it's required I can find some time, but I was thinking the priorities were the main branches. |
short answer: yes, I would ignore CI errors in older branches for MapServer and MapCache. |
Oh, I agree with you on priorities. I just wanted to make sure these issues weren't cause by these changes. I don't believe they are... |
Yes, agreed, darn, it was just about priorities. |
Thanks Steve, merging now... |
These will contribute increased stability and security. Specifically:
Plus fixing (cherrypick) a memory leak discovered while writing OGCAPI tests.
--Steve