• Alex Henrie's avatar
    rpcrt4/tests: Don't use an array of pointers in test_conf_complex_struct. · e09c93de
    Alex Henrie authored
    An array of pointers isn't conformant on 64-bit and will overrun the
    destination buffer when unmarshalling. Since the purpose of this
    function is to test a conformant FC_BOGUS_STRUCT, use one that is
    conformant on both 32-bit and 64-bit.
    
    The revised test coincidentally reveals that there is a problem with the
    padding or alignment after a marshalled 16-bit enum, which will need to
    be addressed separately.
    Co-authored-by: 's avatarZebediah Figura <z.figura12@gmail.com>
    e09c93de
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...