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 segfault in PHP MapScript implementation of saveQuery #5098

Merged
merged 1 commit into from May 26, 2015

Conversation

mkofahl
Copy link
Contributor

@mkofahl mkofahl commented May 11, 2015

Calling saveQuery from php MapScript with result parameter set to MS_TRUE or MS_FALSE, php may segfault due to illegal assignmet of a variable parsed as long to an int variable.

@mkofahl mkofahl added this to the 7.0 Release milestone May 11, 2015
sdlime added a commit that referenced this pull request May 26, 2015
Fix segfault in PHP MapScript implementation of saveQuery
@sdlime sdlime merged commit 7593b85 into MapServer:branch-7-0 May 26, 2015
sdlime added a commit that referenced this pull request May 26, 2015
@sdlime
Copy link
Member

sdlime commented May 26, 2015

Pulled into master as well... --Steve

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

Successfully merging this pull request may close these issues.

None yet

2 participants