[Text.c:2519]: (error) Dead pointer usage. Pointer 'list' is dead if it has been assigned '&defaultSel' at line 2516. Source code is if (nelems == 0) { String defaultSel = "PRIMARY"; list = &defaultSel; nelems = 1; } _SetSelection(ctx, l, r, _XawTextSelectionList(ctx, list, nelems), nelems);
Patch submitted for code review: https://patchwork.freedesktop.org/patch/212686/
https://cgit.freedesktop.org/xorg/lib/libXaw3d/commit/?id=c8fd35e41fbd5e33f0155ac12ec89ac4048ed37e
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.