mirror of https://github.com/lukechilds/node.git
Browse Source
`WrapperInfo` casts pointer in JS object's internal field to `AsyncWrap`. This approach fails miserably for `TLSWrap` because it was inhereted from the `StreamBase` first, creating different kind of `vtable` for the whole class. Reorder parent classes to put `AsyncWrap` first. Fix: https://github.com/nodejs/node/issues/4250 PR-URL: https://github.com/nodejs/node/pull/4268 Reviewed-By: James M Snell <jasnell@gmail.com>v5.x
Fedor Indutny
9 years ago
committed by
cjihrig
2 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue