]> git.neil.brown.name Git - portmap.git/commit
Avoid list corruption in load_table()
authorDenis Zaitceff <zaitceff@gmail.com>
Sat, 24 May 2014 15:27:45 +0000 (21:27 +0600)
committerNeil Brown <neilb@suse.de>
Mon, 26 May 2014 00:18:00 +0000 (10:18 +1000)
commit026c8f47bbaf401c93f5e14b560746ef724a8161
tree81315b96b81b17d1410fa2a60f178543e851c5c0
parent64562491929464207b8048501a317c6c5df83bb6
Avoid list corruption in load_table()

load_table() currently swallows the current - last in the list - (*ep) item.
This may be a registration of the UDP port that portmap listens on.

Signed-off-by: Neil Brown <neilb@suse.de>
portmap.c