Closed
Bug 1944417
Opened 20 days ago
Closed 14 days ago
MAPI code creates directory with wrong permissions
Categories
(MailNews Core :: General, defect)
MailNews Core
General
Tracking
(Not tracked)
RESOLVED
FIXED
137 Branch
People
(Reporter: benc, Assigned: benc)
Details
Attachments
(1 file)
Just spotted some MAPI-related code where temp directories look like they're being created with wrong permissions (777
decimal, instead of 0777
octal). TBH I think 0777 is too lax anyway, but... well... you know. Windows. And I don't know if this code is even used :-)
Assignee | ||
Comment 1•20 days ago
|
||
Assignee | ||
Updated•14 days ago
|
Keywords: checkin-needed-tb
Updated•14 days ago
|
Target Milestone: --- → 137 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e01cc7fdd4e4
Fix up bad directory permissions in mapihook code. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•