libkdumpfile icon indicating copy to clipboard operation
libkdumpfile copied to clipboard

Attributes need reference counting

Open ptesarik opened this issue 2 years ago • 1 comments

Attributes can be used after deallocation (see e.g. https://github.com/osandov/drgn/issues/280). That's because an explicit or implicit (like in the above case) reference may still exist after the attribute is cleared.

ptesarik avatar Feb 24 '23 18:02 ptesarik