Skip to content

core: Use libc::readlink function properly #4474

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
Jan 13, 2013

Conversation

tychosci
Copy link
Contributor

The specification of readlink() says it's not guaranteed that the
returned contents of the symbolic link is null-terminated.

Source: POS30-C. Use the readlink() function properly

The specification of readlink() says it's not guaranteed that the
returned contents of the symbolic link is null-terminated.
catamorphism added a commit that referenced this pull request Jan 13, 2013
core: Use libc::readlink function properly
@catamorphism catamorphism merged commit 07c39b1 into rust-lang:incoming Jan 13, 2013
@catamorphism
Copy link
Contributor

Thanks!

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
* Test cases and get spans

* Fixed type bounds

* Fixed issue of test cases

* Fixed first test case issue

* Removed unwanted whitespaces

* Removed tmp files
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.

2 participants