]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix potential memory leak.
authorpfg <pfg@FreeBSD.org>
Sun, 28 May 2017 17:48:54 +0000 (17:48 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 28 May 2017 17:48:54 +0000 (17:48 +0000)
commit1de50b64b4c998753839832c4865171e7017ed5f
treee017955e40e7525312616ada1dc633b933a916ed
parentbf86c89723cd4d14c173dcaeda17792e37d9afbd
Fix potential memory leak.

Moving the allocation forward, just before it's actually needed, seems
sensible.
Add newline character at the last line while here.

Reported by: pluknet
Differential Revision: https://reviews.freebsd.org/D10974
sys/fs/ext2fs/ext2_acl.c