-
Notifications
You must be signed in to change notification settings - Fork 202
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
SB accepts empty string for Pipe Name #2436
Labels
Comments
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 6, 2023
2 tasks
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 6, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 7, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 21, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 21, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 22, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 25, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 25, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 28, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 30, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Sep 30, 2023
dzbaker
added a commit
that referenced
this issue
Oct 5, 2023
Fix #2436, Adds an empty string or null pointer check for pipe creation
2 tasks
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Oct 5, 2023
chillfig
pushed a commit
to chillfig/cFE
that referenced
this issue
Oct 10, 2023
dzbaker
added a commit
that referenced
this issue
Oct 12, 2023
Fix #2436, Adds an empty string or null pointer check for pipe creation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
SB currently accepts an empty string as a pipe name. This can result user's accidentally forgetting to populate the pipe name. Further, doing so will result in failures if multiple pipes are left unpopulated.
Describe the solution you'd like
Include a check to ensure that the name is populated when creating the pipe
Requester Info
Dan Knutsen
NASA Goddard
The text was updated successfully, but these errors were encountered: