mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Close buffer overflow noted in security advisory DSA-085.
Submitted by: Koga Youichirou <y-koga@jp.FreeBSD.org> Obtained from: Debian
This commit is contained in:
parent
8e2e767b1f
commit
3f2d9117d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1004,7 +1004,7 @@ success_open:
|
|||
*--s = '.';
|
||||
}
|
||||
}
|
||||
msgq(sp, M_INFO, s);
|
||||
msgq(sp, M_INFO, "%s", s);
|
||||
if (nf)
|
||||
FREE_SPACE(sp, p, 0);
|
||||
return (0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue