Skip to content

Cellular: Using new rather than malloc in debug_print #10354

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

Merged
merged 1 commit into from
Apr 9, 2019

Conversation

hasnainvirk
Copy link
Contributor

@hasnainvirk hasnainvirk commented Apr 9, 2019

Description

Using malloc will require us to add stdlib.h somewhere in the path for
the application. Maybe the CI apps are adding stdlib.h and that's why
the code would have worked. In a custom app, it can happen that the
header is not included. Using new avoids the need to add stdlib.h
anywhere and it is more in line with C++.

Fixes the issue defined here #10352

Pull request type

[X] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

@kivaisan @AnttiKauppila @0xc0170

Release Notes

Using malloc will require us to add stdlib.h somewhere in the path for
the application. Maybe the CI apps are adding stdlib.h and that's why
the code would have worked. In a custom app, it can happen that the
header is not included. Using new avoids the need to add stdlib.h
anywhere and it is more in line with C++.
@hasnainvirk hasnainvirk changed the title Using new rather than malloc in debug_print [Cellular] Using new rather than malloc in debug_print Apr 9, 2019
@hasnainvirk
Copy link
Contributor Author

@wajahat-ublox Please review.

@wajahat-abbas
Copy link
Member

Looks good to me, thank you for this quick fix.

@0xc0170 0xc0170 changed the title [Cellular] Using new rather than malloc in debug_print Cellular: Using new rather than malloc in debug_print Apr 9, 2019
@0xc0170
Copy link
Contributor

0xc0170 commented Apr 9, 2019

Ci started

@mbed-ci
Copy link

mbed-ci commented Apr 9, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@cmonr cmonr merged commit cec5a85 into ARMmbed:master Apr 9, 2019
@hasnainvirk hasnainvirk deleted the compile_error_at_handler branch April 9, 2019 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants