Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168983615
D59282.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
358 B
Referenced Files
None
Subscribers
None
D59282.diff
View Options
diff --git a/tests/sys/kern/procdesc.c b/tests/sys/kern/procdesc.c
--- a/tests/sys/kern/procdesc.c
+++ b/tests/sys/kern/procdesc.c
@@ -372,7 +372,8 @@
ATF_TC_WITHOUT_HEAD(pdopenpid_capmode);
ATF_TC_BODY(pdopenpid_capmode, tc)
{
- pid_t child, grandchild;
+ pid_t child;
+ volatile pid_t grandchild;
ATF_REQUIRE_FEATURE("security_capability_mode");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 1, 1:29 AM (8 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37732448
Default Alt Text
D59282.diff (358 B)
Attached To
Mode
D59282: tests/sys/kern/procdesc.c: mark grandchild var in pdopenpid_capmode() as volatile
Attached
Detach File
Event Timeline
Log In to Comment