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
Comment for ats_base64_ functions seems wrong #7108
Comments
Would that becorrect? |
|
I think the routines do not allocate memory. |
|
Hi, I want to work on this issue. How to get started? |
|
@maskit can you tell me what changes you want? |
|
If you think the behavior is obvious and the comment is unnecessary, remove it. I think documentation is always nice to have, but it should not tell a lie if it exists. I'd modify the comment. Here is the implementations if you need to know what the functions do. |
|
@maskit please correct me if I am wrong.
So can I add these comments: |
|
@willwendorfvm Do you want to take a look at this? |
|
@moonchen is going to take a look at this |


The comment says functions return pointers for malloc-ed buffers, but the implementations don't seem like so.
trafficserver/include/tscore/ink_base64.h
Lines 34 to 35 in c196db5
The text was updated successfully, but these errors were encountered: