]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsa: memory leak in tftp_open()
authorToomas Soome <tsoome@FreeBSD.org>
Sat, 8 Sep 2018 19:17:22 +0000 (19:17 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Sat, 8 Sep 2018 19:17:22 +0000 (19:17 +0000)
commit7ee96df3b35f182899d6f66bb9ea513f11f7549d
treeabb353386664944d53fc864e4d2955200929ac8f
parentfc71a66be0585082b12268a5427c748344ac02f2
libsa: memory leak in tftp_open()

tftpfile is allocated just above and needs to be freed.

Reviewed by: imp
Approved by: re (kib)
Differential Revision: https://reviews.freebsd.org/D17058
stand/libsa/tftp.c