You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly initialize the char array used in type hash calculations. (#1182)
Previously, we were zero initializing it and only setting
up one of its fields. But that doesn't totally properly
initialize it; we really should call rcutils_char_array_init
to make sure everything is initialized. Do that in the
live source, as well as in the test for it.
Signed-off-by: Chris Lalancette <[email protected]>
0 commit comments