diff options
author | Volker Lendecke <vl@samba.org> | 2013-11-12 22:00:54 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-11-13 11:05:44 +0100 |
commit | 55b3d870361684a1eedc215fdb68b3051079047e (patch) | |
tree | aff3ce38d8675852d009fbdf5ada551399c3c6bc /ctdb/tcp/tcp_connect.c | |
parent | 91b04f708f790447552dc196e2bc0d2ae2e4379d (diff) | |
download | samba-55b3d870361684a1eedc215fdb68b3051079047e.tar.gz samba-55b3d870361684a1eedc215fdb68b3051079047e.tar.xz samba-55b3d870361684a1eedc215fdb68b3051079047e.zip |
heimdal: Fix CID 240779 Allocation size mismatch
The error Coverity complains about is in the malloc. krb5_enctypes is
an enum, so it is usually smaller than the size of a pointer. So we
overallocate, but in the memcpy further down we copy from potentially
invalid memory.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Nov 13 11:05:44 CET 2013 on sn-devel-104
Diffstat (limited to 'ctdb/tcp/tcp_connect.c')
0 files changed, 0 insertions, 0 deletions