From 93c754359d9a52a1e848f1c2ad9603a0c04bf1d7 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 15 Dec 2024 00:12:54 +0300 Subject: Add bound checking for LibHTTPC_loadRequest I realized that you don't need to pass buf_len as buf is a c-string. Anyway, that is bound checking and it should work. --- TODO.7 | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'TODO.7') diff --git a/TODO.7 b/TODO.7 index bfcb305..12a0adb 100644 --- a/TODO.7 +++ b/TODO.7 @@ -19,17 +19,6 @@ from .Xr socket 2 directly. .It -Add bound-checking for -.Fn LibHTTPC_loadRequest . -This just needs -to add a -.Fa buf_len -parameter -and check -if function -is righter than -.Ql buf + buf_len . -.It Make .Fn LibHTTPC_dumpResponse accept -- cgit 1.4.1