]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not ignore error from tmpfs_alloc_vp(). It results in access to
authorkib <kib@FreeBSD.org>
Wed, 16 Jul 2014 14:08:01 +0000 (14:08 +0000)
committerkib <kib@FreeBSD.org>
Wed, 16 Jul 2014 14:08:01 +0000 (14:08 +0000)
commit4a70d74f6e621a6b19b574f9fcbd60741ace2c07
tree013597099bfdb63216fe1a1ae722bc7e4d256166
parent8708f6a5a23e0fe1dc767d550762ae9e206b0992
Do not ignore error from tmpfs_alloc_vp().  It results in access to
the random memory.

Reported and tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
sys/fs/tmpfs/tmpfs_vnops.c