Replies: 8 comments 13 replies
|
In Windows it seemed like in the dwood3rc.txt file, the service would fail to load if there is no line break at the end of the file |
|
It’s not a bug. It’s a feature. Here’s the relevant code in if(feof(look) && last != '\r' && last != '\n') {
ret = -3; /* Premature EOF; incomplete last line */
goto catch_dwm_parse_line;
}Then, we have this, also in DwMararc.c if(a == -3) {
dwm_fatal("incomplete last line");
}It’s an aesthetic thing; a proper editor should put an end of line at the end of the file. If this bothers you, remove the above code (EDIT probably best to change the second block of code to give a warning, not a fatal error) and recompile Deadwood. Having a fairly strict parser minimizes the chances of a malformed file resulting in undefined behavior. |
|
Note that this .exe doesn’t have a usable version number, but the Deadwood.exe has a md5sum of |
|
Deadwood.exe now has version number "2022-03-15" as of b3619dd |
|
On the csv2 page, the examples for the SPF record are missing the terminating ~. |
|
Updates:
See: commit c737d22 commit b6a8168 commit c4cbafe commit 8558837 and commit 05b48c9 |
|
Locking discussion to stop spam bots. If you have an issue, start a new discussion. |

Uh oh!
There was an error while loading. Please reload this page.
This thread is for reporting MaraDNS bugs without a security impact. Use the MaraDNS security report thread for security bugs.
All reactions