Hello, While doing some documentation for my GSOC application, I found a small bug in the Obex code, in src/obex.c, function "obex_write_stream". There's the declaration: "uint8_t hi;" If the "if" statement body between lines 640-648 is executed, after the jump to the "add_header" tag, the switch statement will test an uninitialized variable. At first I thought about sending a patch myself, but I don't know what value the header index variable should be initialized with. Cheers, Claudiu -- 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