• Antonin Décimo's avatar
    Don't do pointer arithmetic on void*. · 0f90a538
    Antonin Décimo authored
    Reported by cppcheck.
    
    (portability) '(void*)((char*)current_attribute)' is of type
    'void *'. When using void pointers in calculations, the behaviour is
    undefined.
    0f90a538
kernel_netlink.c 44 KB