TS-5061 TS use ats_malloc instead of malloc in log module - #1229
Merged
Conversation
Contributor
|
[approve ci] |
|
Linux build failed! See https://ci.trafficserver.apache.org/job/Github-Linux/1101/ for details. |
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1208/ for details. |
zwoop
approved these changes
Nov 23, 2016
Contributor
|
This needs to be updated with clang-format. Easiest is to just run and then push the branch again to update the PR. |
Contributor
|
[approve ci] |
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1238/ for details. |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/1133/ for details. |
zwoop
approved these changes
Dec 4, 2016
Contributor
|
Well dammit, I screwed up, this PR was against the 7.0.x branch :-/ Can you please make a new PR against master please? I will undo the 7.0.x commit. |
Member
Author
|
Here is another one , Sorry! |
shinrich
pushed a commit
to shinrich/trafficserver
that referenced
this pull request
Jul 15, 2017
…ang-format (PR apache#1229 in open source).
shinrich
pushed a commit
to shinrich/trafficserver
that referenced
this pull request
Jan 9, 2018
…ang-format (PR apache#1229 in open source).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It should be abort immediately while malloc failed . So why do not use ats_malloc instead of malloc?