8000 Disallow reserved characters in command data by stphnt · Pull Request #109 · stphnt/zproto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Disallow reserved characters in command data #109

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

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

stphnt
Copy link
Owner
@stphnt stphnt commented Aug 3, 2023

The use of reserved characters can a command's data field may cause a BADCOMMAND rejected but may also cause the command to be ignored or incorrectly interpreted by the device. To avoid these problems check for these characters in the command before writing out the command.

Fixes #108

The use of reserved characters can a command's data field may cause a BADCOMMAND
rejected but may also cause the command to be ignored or incorrectly interpreted
by the device. To avoid these problems check for these characters in the command
before writing out the command.
@stphnt stphnt added the enhancement New feature or request label Aug 3, 2023
@stphnt stphnt self-assigned this Aug 3, 2023
@stphnt stphnt merged commit 7bfd8dc into main Aug 3, 2023
@stphnt stphnt deleted the reject-reserved-ascii-characters branch August 3, 2023 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return error if command data contains reserved characters
1 participant
0