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

Segmentation fault with option without value in query string #1805

Closed
crbrox opened this issue Feb 17, 2016 · 3 comments
Closed

Segmentation fault with option without value in query string #1805

crbrox opened this issue Feb 17, 2016 · 3 comments
Labels
Milestone

Comments

@crbrox
Copy link
Member

crbrox commented Feb 17, 2016

curl localhost:1026/v2/entities/E1?a

@kzangeli
Copy link
Member

Wow!
Interesting ...

Probably an error in rest.cpp, when trying to reach the value of 'a', as if it was ?a=something.
Should be an easy fix.

@crbrox
Copy link
Member Author

crbrox commented Feb 17, 2016

Right, under control. PR coming soon

@fgalan fgalan added this to the 0.28.0 milestone Feb 17, 2016
@fgalan
Copy link
Member

fgalan commented Feb 17, 2016

Fixed in PR #1806

@fgalan fgalan closed this as completed Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants