Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Crash when command includes \x00 #50

Closed
siscia opened this issue Apr 28, 2019 · 1 comment
Closed

Crash when command includes \x00 #50

siscia opened this issue Apr 28, 2019 · 1 comment

Comments

@siscia
Copy link
Collaborator

siscia commented Apr 28, 2019

While working on pg-redis-proxy, it became clear that RediSQL crash if a command contains the null character.

To fix.

siscia added a commit that referenced this issue Apr 29, 2019
Indeed we internally use CString::new that return NulError if the string contains NULL characters.
@siscia
Copy link
Collaborator Author

siscia commented Apr 29, 2019

Solved by #51

@siscia siscia closed this as completed Apr 29, 2019
siscia added a commit that referenced this issue May 8, 2019
Indeed we internally use CString::new that return NulError if the string contains NULL characters.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant