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
atf map: Fix double-free in low memory error path
If atf_list_append(, X, ) fails, X is freed. Don't free it again.
If anyone wants to walk this patch upstream, be my guest. I literally cannot
upstream it myself due to Google's stupid CLA.
Reported by: Coverity
CID: 979936
Sponsored by: EMC / Isilon Storage Division
The text was updated successfully, but these errors were encountered:
I took a quick look the other day and I think the fix is wrong: the internals of atf_list seem to not be properly respecting the managed=false flag. I need to look at this in more detail though.
Per https://svnweb.freebsd.org/base?view=revision&revision=299496 :
The text was updated successfully, but these errors were encountered: