Bugzilla – Attachment #70023: bugzilla-152315-locale-variable-used-before-set.patch for bug #152315
static char dump_buffer[1000];
static void dump_(uint8_t *data,int p,int c) {
uint8_t header=data[p],size;
uint8_t header=data[p],size=data[p+1];
int i;
}
printf ("\n");
size=data[p+1];
if (size > 0) {
if (header & 0x2) {