gesslar

Results 32 issues of gesslar

I'm setting it here, but as soon as it receives info, it immediately crashes the driver. ```c protected nomask void socket_listen(int fd) { int client_fd ; mapping client ; string...

### Strsrch ``` Evaluating: return strsrch("\nhello", "\n") Result = 0 ``` ``` Evaluating: return strsrch("\r\nhello", "\n") Result = -1 ``` ``` Evaluating: return strsrch("\n\rhello", "\n") Result = 0 ``` ###...