-
Notifications
You must be signed in to change notification settings - Fork 101
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
unimplemented null return in class_loader_imp.hpp #160
Comments
artivis
added a commit
to artivis/pluginlib
that referenced
this issue
Aug 19, 2019
std::string my_string(NULL) is UB Fix ros#160 Signed-off-by: artivis <jeremie.deray@canonical.com>
nuclearsandwich
pushed a commit
that referenced
this issue
Feb 14, 2020
std::string my_string(NULL) is UB Fix #160 Signed-off-by: artivis <jeremie.deray@canonical.com>
artivis
added a commit
to artivis/pluginlib
that referenced
this issue
Feb 21, 2020
std::string my_string(NULL) is UB Fix ros#160 Signed-off-by: artivis <jeremie.deray@canonical.com>
artivis
added a commit
to artivis/pluginlib
that referenced
this issue
Feb 21, 2020
std::string my_string(NULL) is UB Fix ros#160 Signed-off-by: artivis <jeremie.deray@canonical.com>
artivis
added a commit
to artivis/pluginlib
that referenced
this issue
Feb 21, 2020
std::string my_string(NULL) is UB Fix ros#160 Signed-off-by: artivis <jeremie.deray@canonical.com>
clalancette
pushed a commit
to artivis/pluginlib
that referenced
this issue
Oct 23, 2020
std::string my_string(NULL) is UB Fix ros#160 Signed-off-by: artivis <jeremie.deray@canonical.com>
clalancette
pushed a commit
that referenced
this issue
Oct 23, 2020
std::string my_string(NULL) is UB Fix #160 Signed-off-by: artivis <jeremie.deray@canonical.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tinyxml2::XMLElement Attribute() may return NULL if none exists
pluginlib/pluginlib/include/pluginlib/class_loader_imp.hpp
Lines 668 to 669 in 54c925e
The text was updated successfully, but these errors were encountered: