Re: [PATCH] libtelnet: do not accept duplicate table entry names

2022-07-10 Thread Erik Auerswald
Hi, On 12.02.22 20:53, Erik Auerswald wrote: the function "genget()" in the file "libtelnet/genget.c" does not detect duplicated table entries. Instead it returns the first entry as an "exact match". Checking for duplicated command names instead of exiting early on an exact match would have

[PATCH] libtelnet: do not accept duplicate table entry names

2022-02-12 Thread Erik Auerswald
Hi, the function "genget()" in the file "libtelnet/genget.c" does not detect duplicated table entries. Instead it returns the first entry as an "exact match". Checking for duplicated command names instead of exiting early on an exact match would have masked the NULL pointer dereference bugs in