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

Qore can concatenate invalid character data to internal strings in HTTP calls #4810

Closed
davidnich opened this issue Sep 26, 2023 · 1 comment

Comments

@davidnich
Copy link
Contributor

Assertion failed: (!str || (str->encoding == encoding) || !str->encoding), function concat, file qore_string_private.h, line 508.

@davidnich davidnich added this to the 1.19.2 milestone Sep 26, 2023
@davidnich davidnich self-assigned this Sep 26, 2023
@davidnich davidnich added this to To do in Qore Development via automation Sep 26, 2023
@davidnich
Copy link
Contributor Author

this is because a call is used without allowing for encoding changes

@davidnich davidnich changed the title assertion / crash in string operations Qore can concatenate invalid character data to internal strings in HTTP calls Sep 26, 2023
davidnich added a commit that referenced this issue Sep 26, 2023
… character encoding to strings while processing HTTP headers in HTTP calls
davidnich added a commit that referenced this issue Sep 26, 2023
… character encoding to strings while processing HTTP headers in HTTP calls (#4812)
davidnich added a commit that referenced this issue Sep 26, 2023
… character encoding to strings while processing HTTP headers in HTTP calls (#4812)
Qore Development automation moved this from To do to Done Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant