Skip to content

bubblewrap: Fix deadcode.DeadStores warnings from analyze-build#761

Open
correctmost wants to merge 1 commit into
containers:mainfrom
correctmost:fix-deadstore-warnings
Open

bubblewrap: Fix deadcode.DeadStores warnings from analyze-build#761
correctmost wants to merge 1 commit into
containers:mainfrom
correctmost:fix-deadstore-warnings

Conversation

@correctmost

Copy link
Copy Markdown

There were two duplicate assignment blocks without any intervening reads:

ns_uid = opt_sandbox_uid;
ns_gid = opt_sandbox_gid;
...
ns_uid = opt_sandbox_uid;
ns_gid = opt_sandbox_gid;

@correctmost correctmost force-pushed the fix-deadstore-warnings branch from ede8601 to 3dd1f33 Compare June 9, 2026 04:07
There were two duplicate assignment blocks without any
intervening reads:

ns_uid = opt_sandbox_uid;
ns_gid = opt_sandbox_gid;
...
ns_uid = opt_sandbox_uid;
ns_gid = opt_sandbox_gid;

Signed-off-by: correctmost <cmlists@sent.com>
@correctmost correctmost force-pushed the fix-deadstore-warnings branch from 3dd1f33 to 4e72101 Compare June 9, 2026 04:11
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.

1 participant