Closed issues
There's currently 0 open and 5 closed issues.
moftpd fails to reap children under heavy load.
Compile error in sql code if stpcpy() is missing.
Bus error if <directory> is used in <server>
epoll code does not compile
Connection immediately closes
moftpd fails to reap children under heavy load.
2004-08-19
| Status: | Fixed in source. |
|---|---|
| Versions affected: | 1.0-1.2 |
| Description: | Under heavy load, moftpd will not notice all SIGCHLD signals sent to it and will fail to reap all of its children. |
| Workaround: | Run moftpd from inetd. |
| Fixed date: | 2004-08-19 |
Compile error in sql code if stpcpy() is missing.
2004-05-17
| Status: | Fixed in source. |
|---|---|
| Versions affected: | 1.2rc0-1.2 |
| Description: | A mistake in sql.c prevents the code from compiling if stpcpy() is not available. |
| Workaround: |
Change line 175 from strcpy (rp, arg); to strcpy (rp, args[i].str); |
| Fixed date: | 2004-05-17 |
Bus error if <directory> is used in <server>
2004-04-07
| Status: | Fixed in source. |
|---|---|
| Versions affected: | 1.2rc0 |
| Description: | If a <directory> is put directly inside a <server> moftpd will crash with a bus error when reading the config file. |
| Workaround: | Create a <user> only for the <directory> and put all other users inside this. No easy workaround for system users. |
| Fixed date: | 2004-04-07 |
| Fixed in: | 1.2 |
epoll code does not compile
2004-04-02
| Status: | Fixed in source. |
|---|---|
| Versions affected: | 1.2b1 |
| Description: | Two typos in events_epoll.c prevented the code from compiling. |
| Workaround: | none |
| Fixed date: | 2004-04-02 |
| Fixed in: | 1.2rc0 |
Connection immediately closes
2004-04-02
| Status: | Fixed in source. |
|---|---|
| Versions affected: | 1.2b1 |
| Description: | When moftpd is started without the -f flag, sometimes the connection closes directly upon connect. |
| Workaround: | Always start moftpd with -f |
| Fixed date: | 2004-04-02 |
| Fixed in: | 1.2rc0 |