pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

powwow: remove alloca from TODO.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Thu May 19 18:57:23 2022 +0200
Changeset:	f0c86ec8f8d6e3c3f3e8ed493bab733c5285c046

Modified Files:
	powwow/TODO

Log Message:
powwow: remove alloca from TODO.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f0c86ec8f8d6e3c3f3e8ed493bab733c5285c046

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 powwow/TODO | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/powwow/TODO b/powwow/TODO
index 50e96e6fe3..8acc0bf920 100644
--- a/powwow/TODO
+++ b/powwow/TODO
@@ -14,7 +14,3 @@ ptr.c:442:9: warning: implicit declaration of function 'memrchr'; did you mean '
 ptr.c:442:9: warning: returning 'int' from a function with return type 'char *' makes pointer from integer without a cast [-Wint-conversion]
   442 |  return memrchr(ptrdata(p), ptrlen(p), c);
       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                    
-
-
-* Correctly patch alloca() usage. Upstream has been contacted for
-  resolution.


Home | Main Index | Thread Index | Old Index