8devices / wakaama

Eclipse Wakaama (formerly liblwm2m) is an implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
0 stars 4 forks source link

rest-server: use strdup(3) #9

Closed valinskas closed 6 years ago

valinskas commented 6 years ago

• length was off by 1 (accommodate for ending '\0') • open coding strdup() functionally