dnscat2 icon indicating copy to clipboard operation
dnscat2 copied to clipboard

Update ll.c

Open Matir opened this issue 4 years ago • 0 comments

Fixes:

libs/ll.c: In function 'compare':
libs/ll.c:85:28: warning: self-comparison always evaluates to true [-Wtautological-compare]                                                                                
         return a.value.ptr == a.value.ptr;

Matir avatar Feb 15 '21 21:02 Matir