mbox series

[GIT,PULL] SELinux fixes for v5.3 (#2)

Message ID CAHC9VhQ6X==anxZ435QAdbjiWtGiVA3LQbBbp0vhbzOhW6NvCQ@mail.gmail.com (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] SELinux fixes for v5.3 (#2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git

Message

Paul Moore Aug. 1, 2019, 11:01 p.m. UTC
Hi Linus,

One more small patch for Linux v5.3-rcX to fix a potential memory leak
in an error path.  Please merge.

Thanks,
-Paul
--
The following changes since commit acbc372e6109c803cbee4733769d02008381740f:

 selinux: check sidtab limit before adding a new entry
   (2019-07-24 11:13:34 -0400)

are available in the Git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
   tags/selinux-pr-20190801

for you to fetch changes up to 45385237f65aeee73641f1ef737d7273905a233f:

 selinux: fix memory leak in policydb_init() (2019-07-31 16:51:23 -0400)

----------------------------------------------------------------
selinux/stable-5.3 PR 20190801

----------------------------------------------------------------
Ondrej Mosnacek (1):
     selinux: fix memory leak in policydb_init()

security/selinux/ss/policydb.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Aug. 3, 2019, 5:45 p.m. UTC | #1
The pull request you sent on Thu, 1 Aug 2019 19:01:52 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20190801

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4f1a6ef1df6f952fc9f22f34d51a6c3d3c4fbe23

Thank you!