summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2008-09-01 13:46:27 +0200
committerVolker Lendecke <vl@samba.org>2008-09-01 13:51:11 +0200
commit227718cd1a2143cd3c9585fc76f335ec7b5a24a5 (patch)
tree3480e808344755ec7b0c556bf70fa63c6fe8d217 /source3/libsmb
parent9554f39b1245408e19bba4bda83f280020a49657 (diff)
downloadsamba-227718cd1a2143cd3c9585fc76f335ec7b5a24a5.tar.gz
samba-227718cd1a2143cd3c9585fc76f335ec7b5a24a5.tar.bz2
samba-227718cd1a2143cd3c9585fc76f335ec7b5a24a5.zip
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)
Diffstat (limited to 'source3/libsmb')
0 files changed, 0 insertions, 0 deletions