Open
Bug 1171198
Opened 11 years ago
Updated 3 years ago
|ShmemCreated::ReadInfo| shouldn't reinterpret_cast |aType|
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | affected |
People
(Reporter: erahm, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we reinterpret_cast an enum pointer to an int32_t pointer [1]. froydnj believes there are better ways to do this.
[1] https://hg.mozilla.org/mozilla-central/annotate/b0a507af2b4a/ipc/glue/Shmem.cpp#l51
Blocks: 1732213
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•