Hi, On Wed, Nov 10, 2010, Anderson Lizardo wrote: > - uint8_t *uuid16; > - uint8_t *uuid32; > - uint8_t *uuid128; > + uint8_t *uuid16 = 0; > + uint8_t *uuid32 = 0; > + uint8_t *uuid128 = 0; 0 is for integers, NULL for pointers. However, in this case I don't see why the inialization is needed at all since the rest of the patch seems to take care of the bug by itself. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html