]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: Fix copying uninitialized field 'special'.
authorjilles <jilles@FreeBSD.org>
Sun, 13 Mar 2016 22:54:14 +0000 (22:54 +0000)
committerjilles <jilles@FreeBSD.org>
Sun, 13 Mar 2016 22:54:14 +0000 (22:54 +0000)
commitadf4768f5af774c81558db775f0ac527b1785af4
tree49b7da8aa1df22c0963434f6490e9bde5c5d5fe5
parent21613a57af9500acca9b3528958312dd3ae12bb4
sh: Fix copying uninitialized field 'special'.

This just copied uninitialized data and did not depend on it later, so it
should not be dangerous.

Found by: clang static analyzer
bin/sh/exec.c