Closed GoogleCodeExporter closed 9 years ago
We want O_EXCL and a mode no more permissive than 0600 for this. We should do
this
on all platforms that we create minidump files with POSIX APIs for.
We should probably apply the same principle to our use of CreateFile in the
Windows
handler.
Original comment by mmento...@gmail.com
on 21 May 2007 at 6:15
This patch fixes the call to open in MinidumpFileWriter::Open.
Original comment by ted.mielczarek
on 5 Jul 2007 at 9:24
Attachments:
This changes the CreateFile call in the Windows exception handler slightly.
Actually
setting up an ACL to deny access to anyone but the owner is pretty complicated,
so I
punted on that.
Original comment by ted.mielczarek
on 5 Jul 2007 at 9:30
Attachments:
Original comment by ted.mielczarek
on 5 Jul 2007 at 10:13
Original issue reported on code.google.com by
ted.mielczarek
on 21 May 2007 at 6:12