Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

rootless: Fix rangeUID parsing #2174

Merged
merged 1 commit into from
Nov 8, 2019

Conversation

darfux
Copy link
Contributor

@darfux darfux commented Nov 8, 2019

rangeUID should be parsed as ids[2] rather than ids[1]

Fixes: #2173
Signed-off-by: Li Yuxuan [email protected]

`rangeUID` should be parsed as ids[2] rather than ids[1]

Fixes: kata-containers#2173
Signed-off-by: Li Yuxuan <[email protected]>
@devimc
Copy link

devimc commented Nov 8, 2019

related to #2132

cc @jodh-intel

Copy link
Contributor

@jodh-intel jodh-intel left a comment

Choose a reason for hiding this comment

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

@amshinde
Copy link
Member

amshinde commented Nov 8, 2019

/test

@codecov
Copy link

codecov bot commented Nov 8, 2019

Codecov Report

Merging #2174 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #2174   +/-   ##
=======================================
  Coverage   50.94%   50.94%           
=======================================
  Files         110      110           
  Lines       15205    15205           
=======================================
  Hits         7746     7746           
  Misses       6505     6505           
  Partials      954      954

@jcvenegas jcvenegas merged commit bcb3854 into kata-containers:master Nov 8, 2019
@darfux darfux deleted the fix-rootless-ids branch November 11, 2019 02:43
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.

rootless: rangeUID is parsed with wrong index
5 participants