Skip to content

Commit

Permalink
Merge branch 'cgzones-user_root'
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Sep 24, 2023
2 parents d26eb1c + 7c43ec5 commit 2978af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Process.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ void Process_init(Process* this, const Machine* host) {
Row_init(&this->super, host);

this->cmdlineBasenameEnd = -1;
this->st_uid = (uid_t)-1;
}

static bool Process_setPriority(Process* this, int priority) {
Expand Down

0 comments on commit 2978af0

Please sign in to comment.