- Test updates for rspamd-3.7 branch by @fatalbanana in #4708 - Fix rspamadm lua logger in rspamd-3.7 (#/4727) by @fatalbanana in #4729 - Some picks for rspamd-3.7 by @fatalbanana in #4731 - rspamd-3.7: fix systemd logging by @fatalbanana in #4734 - rspamd-3.7: [Fix] dkim_signing: siging_table: lowercase before lookup by @fatalbanana in #4737 - drop pwatches included in update: rspamd-d907a95.patch - refreshed patches to apply cleanly again: fix_missing_return.patch rspamd-conf.patch - While the fix for the logging bug was accepted into master. The 3.7.5 release uses a different solution apparently. Update patch fix_stack_smash.patch. https://github.com/rspamd/rspamd/pull/4732#issuecomment-1858255236 OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=102
13 lines
431 B
Diff
13 lines
431 B
Diff
Index: rspamd-3.7.5/src/libserver/symcache/symcache_item.hxx
|
|
===================================================================
|
|
--- rspamd-3.7.5.orig/src/libserver/symcache/symcache_item.hxx
|
|
+++ rspamd-3.7.5/src/libserver/symcache/symcache_item.hxx
|
|
@@ -78,6 +78,7 @@ constexpr static auto item_type_to_str(s
|
|
case symcache_item_type::VIRTUAL:
|
|
return "virtual";
|
|
}
|
|
+ return "should_not_reach_this_bug_found";
|
|
}
|
|
|
|
/**
|