Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

appc: Fix errno check #3788

Closed
wants to merge 1 commit into from
Closed

appc: Fix errno check #3788

wants to merge 1 commit into from

Conversation

glevand
Copy link
Contributor

@glevand glevand commented Sep 7, 2017

errno symbols can contain numeric characters.

This is a rebased patch I submitted upstream: appc/spec#692 (linuxSeccompBase: Fix errno check).

Copy link
Member

@alban alban left a comment

Choose a reason for hiding this comment

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

Thanks!

Since it is updating the vendor directory, glide.yaml should be updated accordingly. See:
https://github.com/rkt/rkt/blob/master/Documentation/hacking.md#managing-dependencies

Usually we prefer to vendor released versions.

@glevand
Copy link
Contributor Author

glevand commented Sep 8, 2017

@alban Sorry, I don't quite understand what you would like. My appc patch hasn't yet been merged upstream, and I can't see how to get glide to work with a local patch to rkt's vendor directory.

@alban
Copy link
Member

alban commented Sep 13, 2017

@glevand sorry I was unclear. I meant we should wait until a new release of appc/spec with the fix before merging this PR.

@lucab
Copy link
Member

lucab commented Sep 14, 2017

I've left a comment on the appc PR. Once that is merged, we'll take care of pushing a tag there so we can unblock this.

errno must start with an 'E' character, and can also contain
numeric characters.  Fixup the errno check for these.

Also, improve the error message by printing the offending errno
value.

Signed-off-by: Geoff Levand <geoff@infradead.org>
@blixtra
Copy link
Collaborator

blixtra commented Sep 20, 2017

Looks like that fix is merged and there's a release. Let's unblock and get it in.

cc/ @alban

@lucab
Copy link
Member

lucab commented Sep 20, 2017

We forgot to cross-reference here, this should be superseded by #3803.

@lucab
Copy link
Member

lucab commented Sep 20, 2017

Closed via #3803.

@lucab lucab closed this Sep 20, 2017
@glevand glevand deleted the for-merge-appc branch September 20, 2017 23:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants