Michael Ortmann

Results 231 issues of Michael Ortmann

Found by: [BigBadWouf](https://github.com/BigBadWouf) Patch by: [michaelortmann](https://github.com/michaelortmann) Fixes: #1711 One-line summary: Should fix certain crashes like the one reported via #1711 Additional description (if needed): Test cases demonstrating functionality (if applicable):...

Python

Found by: [DasBrain](https://github.com/DasBrain) Patch by: michaelortmann Fixes: #1544 One-line summary: Fix `Tcl_TraceVar()` / `tcl_eggstr()` Additional description (if needed): This bug affects eggdrop since the dawn of time. Eggdrop uses Tcl_TraceVar()...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Do not silently truncate eggdrop settings Additional description (if needed): Test cases demonstrating functionality (if applicable): ``` .set firewall aaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbbaaaaaaaaaabbbbbbbbbba [06:20:56]...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Check return value of `fsync()` and log error Additional description (if needed): Rather boring PR, but checking return values is good...

Currently, eggdrop doesnt log IPs and pots of incomming connections to ssl ports. It would be useful, esp. in case of ssl handshake failure. Solution would be to add some...

### Zig Version 0.15.2 ### Steps to Reproduce and Observed Behavior ``` > cat test.c #include #include #include int main() { const char *s = "test"; char out[sizeof s clang...

bug
frontend

Found by: https://github.com/michaelortmann Patch by: https://github.com/michaelortmann Fixes: One-line summary: Show tls library name in status Additional description (if needed): This could also fix `.status` showing something like: `Tcl library: //zipfs:/lib/tcl/tcl_library`...

Found by: https://github.com/michaelortmann/ Patch by: https://github.com/michaelortmann/ Fixes: #1762 One-line summary: Additional description (if needed): `get_data_ptr()` -> `n_malloc()` could destroy `line`, so copy `line` to `line_r` to make `append_line() `reentrant Turn...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix client_msg_plain_len initialization Additional description (if needed): Better safe than sorry Test cases demonstrating functionality (if applicable): Fixes following compiler warning...

Found by: https://github.com/michaelortmann Patch by: https://github.com/michaelortmann Fixes: One-line summary: Fix tdns leak and init attr only once Additional description (if needed): Also cleaned up code structure, moved tdns init code...