https://github.com/openbmc/libmctp/blob/ba6727e6d61d19720d4ca8756f465375adc82536/core.c#L610-L611 I appears that the value stored at the pointer and the value of the pointer itself are never altered so they should be labeled as const.
libmctp/core.c
Lines 610 to 611 in ba6727e
I appears that the value stored at the pointer and the value of the pointer itself are never altered so they should be labeled as const.