Dirk Ziegelmeier aa83bdf490 Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility because of strnlen
by replacing strnlen with strlen. It's a user-supplied string, so we can assume it is correctly \0 terminated (as done several times elsewhere in the code)
2018-11-19 14:43:26 +01:00
..
2018-11-09 17:14:20 +08:00
2018-11-12 21:01:47 +01:00
2016-08-03 20:21:54 +02:00