Opened 13 years ago
Closed 13 years ago
#3953 closed Bugs (fixed)
[boost][iostreams] mapped_file bug on Win32?
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | iostreams |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
error checking may be incorrect... see discussion at
http://comments.gmane.org/gmane.comp.lib.boost.devel/199777
it looks to me like eg's solution (see the thread) would work
Attachments (2)
Change History (7)
by , 13 years ago
Attachment: | mapped_file_test.patch added |
---|
by , 13 years ago
Attachment: | mapped_file.patch added |
---|
fix to mapped_file.cpp which fixes this error
comment:2 by , 13 years ago
Version: | Boost 1.41.0 → Boost 1.42.0 |
---|
comment:3 by , 13 years ago
(In [60281]) Fix error checks after calling SetFilePointer. Refs #3953
Thanks to Eg. Especially for writing a test.
comment:4 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [60666]) Merge iostreams.
Note:
See TracTickets
for help on using tickets.
Test added which triggers the described failure