Re: NULL Pointer Dereference in setnmap() at cmds.c:2303
Erik Auerswald <[email protected]>
| Newsgroups | gmane.comp.gnu.inetutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi AiDai, On Thu, Dec 23, 2021 at 08:16:31PM +0800, AiDai wrote: > ## Description > > A NULL Pointer Dereference was discovered in setnmap() at cmds.c:2303. The > vulnerability causes a segmentation fault and application crash. > > **version** > > ``` > ./ftp --version > ftp (GNU inetutils) 2.2.16-cf091 > [...] I have fixed this problem in commit ef17ae467e8893f1e3dade95212e91fc411d2714 <https://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=ef17ae467e8893f1e3dade95212e91fc411d2714>. Br, Erik