Michael Ortmann
Michael Ortmann
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix debug mem accounting for tcl.c Additional description (if needed): Regression since eggdrop 1.9.0rc1 Test cases demonstrating functionality (if applicable): make...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): Fixes the following 2 compiler warnings: ``` language.c:235:33: warning: format '%x' expects argument of type 'unsigned int...
Found by: michaelortmann Patch by: michaelortmann Fixes: Could help with fixing #133 One-line summary: Fix `user_entry_find()` Additional description (if needed): Test cases demonstrating functionality (if applicable): Here is a bug...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): The big uptime.mod PR #548 is postponed to year 2100 ;) so lets make those 2 functions...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix and cleanup `ssl_cleanup()` proto Additional description (if needed): Fix the return type of `ssl_cleanup()` proto. this function returns void (see...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Update configure/make Additional description (if needed): `misc/install-sh` and `misc/mkinstalldirs` were 10 years old and overdue for an update Updated `misc/install-sh` to...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix possible file descriptor leak in `share_ufsend()` Additional description (if needed): Test cases demonstrating functionality (if applicable):
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): Fixes the following compiler warning: ``` modules.c:98:13: warning: type of 'argv0' does not match original declaration [-Wlto-type-mismatch]...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix a function parameter constness for openssl < 1.0.0 Additional description (if needed): Fixes debris of #1791 ``` openssl-0.9.8zh:int ASN1_UTCTIME_print(BIO *fp,...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Adds Git commit hash (if available) to `.status all` Additional description (if needed): Think of this as additional version information, good...