Bug 1765832 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

:smaug said that using MOZ_KNOWN_LIVE is not appropriate in a non-stack class as an incomplete unlink can break the assumption. Fortunately some uses are on stack classes but I think not all of them are. We need to adjust the linter.
:smaug said that using MOZ_KNOWN_LIVE is not appropriate in a non-stack class as an incomplete unlink can break the assumption. Fortunately some uses are on stack classes but I think not all of them are. We need to adjust the linter.

(Probably MOZ_KnownLive check should also be adjusted)
:smaug said that using MOZ_KNOWN_LIVE is not appropriate in a non-stack class as an incomplete unlink can break the assumption. Fortunately some uses are on stack classes but I think not all of them are. We need to adjust the linter.

(Probably MOZ_KnownLive check should also be adjusted, but perhaps it's easier to migrate to MOZ_KNOWN_LIVE.)

Back to Bug 1765832 Comment 0