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

Sandbox uriparser #130

Closed
wants to merge 1 commit into from
Closed

Sandbox uriparser #130

wants to merge 1 commit into from

Conversation

oshogbo
Copy link
Contributor

@oshogbo oshogbo commented Feb 24, 2022

No description provided.

Copy link
Collaborator

@okunz okunz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a first pass.

contrib/uriparser/example/main.cc Outdated Show resolved Hide resolved
contrib/uriparser/utils/utils_uriparser.cc Show resolved Hide resolved
contrib/uriparser/example/main.cc Outdated Show resolved Hide resolved
contrib/uriparser/example/main.cc Outdated Show resolved Hide resolved
contrib/uriparser/example/main.cc Outdated Show resolved Hide resolved
contrib/uriparser/example/main.cc Outdated Show resolved Hide resolved
contrib/uriparser/example/main.cc Outdated Show resolved Hide resolved
contrib/uriparser/utils/utils_uriparser.cc Outdated Show resolved Hide resolved
contrib/uriparser/example/main.cc Outdated Show resolved Hide resolved
contrib/uriparser/utils/utils_uriparser.h Outdated Show resolved Hide resolved
contrib/uriparser/utils/utils_uriparser.h Outdated Show resolved Hide resolved
contrib/uriparser/utils/utils_uriparser.h Outdated Show resolved Hide resolved
contrib/uriparser/utils/utils_uriparser.h Show resolved Hide resolved
#include "contrib/uriparser/sandboxed.h"
#include "contrib/uriparser/utils/utils_uriparser.h"

void Print(const char* name, absl::StatusOr<std::string> r) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r should be a const reference to avoid an extra copy: const absl::StatusOr<std::string>&

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

copybara-service bot pushed a commit that referenced this pull request Mar 15, 2022
--
74c7f66 by Mariusz Zaborski <oshogbo@invisiblethingslab.com>:

Sandbox uriparser

COPYBARA_INTEGRATE_REVIEW=#130 from oshogbo:uriparser 74c7f66
PiperOrigin-RevId: 434755972
Change-Id: I90f97229122acd47354327c0ae9e58a02cb7bd20
@oshogbo oshogbo closed this Mar 17, 2022
happyCoder92 pushed a commit that referenced this pull request May 4, 2022
--
74c7f66 by Mariusz Zaborski <oshogbo@invisiblethingslab.com>:

Sandbox uriparser

COPYBARA_INTEGRATE_REVIEW=#130 from oshogbo:uriparser 74c7f66
PiperOrigin-RevId: 434755972
Change-Id: I90f97229122acd47354327c0ae9e58a02cb7bd20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants