You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The array of struct subid_range allocated by subid_get_gid_ranges and subid_get_uid_ranges needs to be freed by the libsubid API user. Currently, these are being leaked from inside validateSubIDRanges(). This is a fallout from: ca8007c
The array of
struct subid_range
allocated bysubid_get_gid_ranges
andsubid_get_uid_ranges
needs to be freed by the libsubid API user. Currently, these are being leaked from insidevalidateSubIDRanges()
. This is a fallout from:ca8007c
Shadow 4.16.0 changed the library's soname to
libsubid.so.5.0.0
and introducedsubid_free()
for this. Earlier, the convention was to usefree(3)
. See:shadow-maint/shadow@0217516
shadow-maint/shadow#1019
shadow-maint/shadow#1018
The text was updated successfully, but these errors were encountered: