commit | 0963b8a07f13094dd7ae8e05ad3b0aca1b6a6bc1 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Sat Apr 08 14:58:53 2023 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Sat Apr 08 15:01:57 2023 +0200 |
tree | eff081788746a2e3af1eaef8b63b0ab39a485bad | |
parent | 7f2b3f9431f279d71a59dc73b77139d2ce16e503 [diff] |
BUG/MEDIUM: listeners: Use the right parameters for strlcpy2(). When calls to strcpy() were replaced with calls to strlcpy2(), one of them was replaced wrong, and the source and size were inverted. Correct that. This should fix issue #2110.