some more comment / todo updates
diff --git a/src/db_hlr.c b/src/db_hlr.c
index 5d22717..baa0456 100644
--- a/src/db_hlr.c
+++ b/src/db_hlr.c
@@ -60,6 +60,7 @@
 	subscr->id = sqlite3_column_int64(stmt, 0);
 	SL3_TXT(subscr->imsi, stmt, 1);
 	SL3_TXT(subscr->msisdn, stmt, 2);
+	/* FIXME: These should all be BLOBs as they might contain NUL */
 	SL3_TXT(subscr->vlr_number, stmt, 3);
 	SL3_TXT(subscr->sgsn_number, stmt, 4);
 	SL3_TXT(subscr->sgsn_address, stmt, 5);