Skip to content

gs-app-context-bar: Fix lifetime of reviewed_by variable

Milan Crha requested to merge wip/gs-app-context-bar-reviewed_by-lifetime into main

The descriptions array only borrows passed-in pointers, because almost all of them are static strings, thus the reviewed_by should outlive its place of assignment to avoid use-after-free when joining the array items.

Merge request reports