selinux: keep context struct members in sync
authorChristian Göttsche <cgzones@googlemail.com>
Thu, 11 May 2023 12:31:47 +0000 (14:31 +0200)
committerPaul Moore <paul@paul-moore.com>
Thu, 18 May 2023 17:38:39 +0000 (13:38 -0400)
commited99135f7621459ef873991115372ba1afe88a04
tree5344b34150dced9a882f403070b9990678a0416e
parent85c3222dddc6697dc7513623983a2ba748ba710e
selinux: keep context struct members in sync

Commit 53f3517ae087 ("selinux: do not leave dangling pointer behind")
reset the `str` field of the `context` struct in an OOM error branch.
In this struct the fields `str` and `len` are coupled and should be kept
in sync.  Set the length to zero according to the string be set to NULL.

Fixes: 53f3517ae087 ("selinux: do not leave dangling pointer behind")
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/context.h