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

Ish/envvar #321

Closed
wants to merge 4 commits into from
Closed

Ish/envvar #321

wants to merge 4 commits into from

Conversation

jasonish
Copy link
Member

Rebased against current master.

new_str_len = strlen(string) - (segment_end - segment_start) +
var_val_len + 1;
BUG_ON(new_str_len < 1);
new_str = SCCalloc(1, new_str_len);
Copy link
Contributor

Choose a reason for hiding this comment

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

Need return check here.

@jasonish
Copy link
Member Author

jasonish commented Dec 3, 2013

Closing, more general options discussed in feature 921.

@jasonish jasonish closed this Dec 3, 2013
@jasonish jasonish deleted the ish/envvar branch December 3, 2013 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants