Sashan

Results 48 issues of Sashan

On most OS platforms fprintf() et.al. are considered to be signal unsafe. I've noticed the signal handlers in tcpdump call fprintf(). The patch below defers call to fprintf() triggered by...

bug
improvement

…ten to, before it switches to user nobody. patch has been submitted to upstream: https://github.com/the-tcpdump-group/tcpdump/issues/637

improvement
reviewed_needswork
priviledge-issue

On most OS platforms `fprintf()` et.al. are considered to be [signal unsafe](https://www.google.co.uk/search?q=is+fprintf+signal+safe). I've noticed the signal handlers in tcpdump call `fprintf()`. The patch below defers call to `fprintf()` triggered by...

improvement

### What I Did I've run proftpd unit test for 1.3.8rc4 version ``` perl tests.pl t/commands/rang.t ``` ### What I Expected/Wanted the test fails with error ``` Expected response message...

I've found t/commands/help.t test fails for 1.3.8-rc4 I think it is because the testcase needs to be updated. it seems to miss some changes which accumulated in recent years.

one of our customers hit this glitch on back up server, which serves files from SAM-QFS [1] volume. The I/O on such FS can take up to several seconds. This...

### What I Did `pool_destroy_pool_test` unit test always fails with `Test timeout expired` error on Oracle Solaris. ### ProFTPD Version and Configuration I'm using 1.3.6 $ proftpd -V ```Compile-time Settings:...

test

ftpcount, ftpwho programs should not run in backround to avoid a race with test script let fpdctl to derive correct path from PROFTPD_TEST_PATH (when specified)