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

segfault in msSLDApplySLD #5505

Closed
wdc-rsat opened this issue Oct 30, 2017 · 1 comment
Closed

segfault in msSLDApplySLD #5505

wdc-rsat opened this issue Oct 30, 2017 · 1 comment

Comments

@wdc-rsat
Copy link

wdc-rsat commented Oct 30, 2017

The typo in /* opacity for sld raster */ code crashes mapserver 7.0.6 (the layer index is 'j' and not 'i')

  •          pasLayers[i].compositer && pasLayers[j].compositer->opacity != 100)
    

should be

  •          pasLayers[j].compositer && pasLayers[j].compositer->opacity != 100)
    
@rouault
Copy link
Contributor

rouault commented Oct 31, 2017

Do not hesitate to submit your fixes as pull requests. This makes it easier for us to review and regression tests are automatically run

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

No branches or pull requests

2 participants