]> git.eshelyaron.com Git - emacs.git/commit
Fix libselinux object leaks
authorPo Lu <luangruo@yahoo.com>
Sun, 20 Aug 2023 04:46:33 +0000 (12:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 20 Aug 2023 04:48:03 +0000 (12:48 +0800)
commitfd1479a0af1ba896ae194c9fc91ec7dd49416d9b
treef839c95a83fac467294838babe8de8a9fd6170f3
parent15e498047f8d37526e0c361e369e5f06c4712db3
Fix libselinux object leaks

* src/fileio.c (Fcopy_file, Fset_file_selinux_context): Call
freecon prior to signaling file errors.
src/fileio.c