Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #274289: Patch to prevent mmaping of dirs for
bug #368353
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 368353
Collapse All
|
Expand All
(-)
src/eixTk/varsreader.cc (+5 lines)
Lines 731-736
Link Here
731
close(fd);
731
close(fd);
732
return false;
732
return false;
733
}
733
}
734
else {
735
if (S_ISDIR(st.st_mode)) {
736
return false;
737
}
738
}
734
if(st.st_size == 0) {
739
if(st.st_size == 0) {
735
close(fd);
740
close(fd);
736
return true;
741
return true;
Return to
bug 368353