vmime/tests
Jan Engelhardt c6b01fcc32
url: repair off-by-one bug in extractHost (#297)
`hostPart[len]` is pointing to `]`, but we need to check the
char after that.

Fixes: v0.9.2-187-g874a1d8c
2024-03-04 11:45:49 +01:00
..
misc Code style and clarity. 2018-09-05 23:54:48 +02:00
net Fixed Cppcheck issues. 2021-11-25 21:57:07 +01:00
parser Fixed possible recursion crash when parsing mailbox groups. 2022-01-25 10:28:20 +01:00
security/digest Code style and clarity. 2018-09-05 23:54:48 +02:00
utility url: repair off-by-one bug in extractHost (#297) 2024-03-04 11:45:49 +01:00
testRunner.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
testUtils.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
testUtils.hpp Fixed Cppcheck issues. 2021-11-25 21:57:07 +01:00