Pepelux / sippts

Set of tools to audit SIP based VoIP Systems
GNU General Public License v3.0
440 stars 87 forks source link

sock.close() can be called without declaring #24

Closed igorolhovskiy closed 2 years ago

igorolhovskiy commented 2 years ago

On sipflood there is a possibility to calling sock.close() without actual declaring. (Happened with me with -th 200 -n 1000) P.S: Not sure last sock.close() is needed before return.

Pepelux commented 2 years ago

Thanks Igor