1

Topic: Segfault on ban in cfg file

Someone kept flooding my server with connections so I wanted to ban their IP in the config file in case someone restarted the server. When I restarted the server to test the ban, I got a segmentation fault. Did anyone else have any issues with this? All I had added was:

ban 1.2.3.4 1000 flood

in my config. This happened on multiple servers running Ubuntu 12.04 and 13.04 with teeworlds-server 0.6.2 and 0.6.3.

masked tee / florin.teeworlds@gmail.com

2

Re: Segfault on ban in cfg file

This is weird. Maybe I'm not up-to-date with the last ban features, but the command should be:

ban 1.2.3.4:1000
Not Luck, Just Magic.

3

Re: Segfault on ban in cfg file

Florin, have you fixed the mistake? I've got the same.
Or only upgrade to the current server version can fix this?
(0.6)

4

Re: Segfault on ban in cfg file

The issue has been fixed in the development version: https://github.com/teeworlds/teeworlds/issues/1173