Dirk Ziegelmeier 66706f469d 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)

(cherry picked from commit aa83bdf490a8b4573823619bfe48e2e75d9dbd49)
2018-11-19 14:48:54 +01:00
..
2018-11-12 20:55:23 +01:00
2016-08-03 20:21:54 +02:00