Open Bug 1322272 Opened 8 years ago Updated 2 years ago

consider making nsPipe use Maybe<uint32_t> to track write segment position

Categories

(Core :: XPCOM, defect, P3)

defect

Tracking

()

People

(Reporter: bkelly, Unassigned)

Details

Forked from code review feedback in bug 1134372 comment 24. Currently nsPipe has an int32_t mWriteSegment value that tracks the current buffer being written to. It uses -1 as a sentinal indicating there is no buffer yet. This could be changed to a Maybe<uint32_t> instead.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.