summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/urldb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 9e5c45ac1..2d862c66d 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -79,6 +79,10 @@
* with similar performance characteristics, but with a significantly
* simpler implementation. Entries in this tree comprise pointers to the
* leaf nodes of the host tree described above.
+ *
+ * REALLY IMPORTANT NOTE: urldb expects all URLs to be normalised. Use of
+ * non-normalised URLs with urldb will result in undefined behaviour and
+ * potential crashes.
*/
#define _GNU_SOURCE /* For strndup */