K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-03-20T03:18:16.551565Z K 7 svn:log V 281 MFC r315206: bsnmpd: fix segfault when trans_insert_port(..) is called with multiple out of order addresses Move `port->transport` initialization before the TAILQ_FOREACH(..) loop to ensure that the value is properly initialized before it's inserted into the TAILQ. PR: 217760 END