vmime/tests/utility
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
..
encoder Code style and clarity. 2018-09-05 23:54:48 +02:00
datetimeUtilsTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
filteredStreamTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
outputStreamByteArrayAdapterTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
outputStreamSocketAdapterTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
outputStreamStringAdapterTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
parserInputStreamAdapterTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
pathTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
seekableInputStreamRegionAdapterTest.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
stringUtilsTest.cpp More tests. 2018-09-06 00:22:34 +02:00
urlTest.cpp url: repair off-by-one bug in extractHost (#297) 2024-03-04 11:45:49 +01:00