1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00
Volker Lendecke 227718cd1a Fix Coverity ID 587
The following test program prints "8" on 64-bit :-)

static void print_size(const char lenbuf[4])
{
        printf("sizeof(lenbuf) = %d\n", (int)sizeof(lenbuf));
}
int main(void)
{
        const char lenbuf[4];
        print_size(lenbuf);
        return 0;
}

Jeremy, please check :-)

Volker
(This used to be commit 9daea0ccfdda58450be3c9a9a94c016f5900c319)
2008-09-01 13:51:11 +02:00
..
2008-08-26 14:39:43 +02:00
2008-01-10 13:19:58 +01:00
2008-04-19 17:04:09 +02:00
2008-07-27 17:56:48 +02:00
2008-02-25 12:58:56 +01:00
2008-06-17 10:48:40 +02:00
2008-05-16 23:18:50 +02:00
2008-07-19 20:27:56 +02:00
2008-09-01 13:51:11 +02:00
2007-11-13 12:51:31 -08:00
2008-04-07 15:28:10 -07:00
2008-06-26 13:32:11 +02:00
2007-12-18 09:56:04 +01:00
2008-07-22 15:00:48 +02:00