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

[Bug] Send Msg headers parse function can crash LabVIEW #14

Closed
kwitekrac opened this issue Jun 4, 2024 · 0 comments
Closed

[Bug] Send Msg headers parse function can crash LabVIEW #14

kwitekrac opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
bug This issue/PR relates to a bug.

Comments

@kwitekrac
Copy link

Describe the bug

Current version of send function will filter out the header that value containes 0x3B or 0x3D byte in content. This leads to issues when sending integers like timestamp
(in the range of one year, 0x3B or 0x3D will appear more then 1M times).

Expected Behavior

Any value of headers should be possible to send. To tackle this we should consider to change how headers as send to C share library using Rolf idea:
https://lavag.org/topic/23965-pass-complex-data-structure-to-c-function/#comment-186770

Steps To Reproduce

No response

Exceptions (if any)

No response

Version

No response

@kwitekrac kwitekrac added the bug This issue/PR relates to a bug. label Jun 4, 2024
@kwitekrac kwitekrac self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant