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

rcutils_concat() should use an allocator #103

Closed
sloretz opened this issue May 22, 2018 · 2 comments
Closed

rcutils_concat() should use an allocator #103

sloretz opened this issue May 22, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@sloretz
Copy link
Contributor

sloretz commented May 22, 2018

rcutils_concat() currently uses malloc() internally instead of an allocator.

char * concat = (char *) malloc((lhs_len + rhs_len + del_len + 1) * sizeof(char));

@sloretz sloretz added the bug Something isn't working label May 22, 2018
@mikaelarguedas
Copy link
Member

👍
Apparently the issue tracking that has been closed #4

@wjwwood
Copy link
Member

wjwwood commented Jun 21, 2018

Concat was removed in #102

@wjwwood wjwwood closed this as completed Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants