mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
346844b730
A u16string is supposed to contain UTF‐16 code units, but ndr_pull_u16string() and ndr_push_u16string() fail to correctly ensure this on big‐endian systems. Code that relies on the u16string array containing correct values will then fail. Fix ndr_pull_u16string() and ndr_push_u16string() to work on big‐endian systems, ensuring that other code can use these strings without having to worry about first encoding them to little‐endian. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
dcerpc_auth.c | ||
dcerpc_connect.c | ||
dcerpc_roh_channel_in.c | ||
dcerpc_roh_channel_out.c | ||
dcerpc_roh.c | ||
dcerpc_roh.h | ||
dcerpc_schannel.c | ||
dcerpc_secondary.c | ||
dcerpc_smb.c | ||
dcerpc_sock.c | ||
dcerpc_util.c | ||
dcerpc.c | ||
dcerpc.h | ||
dcerpc.py | ||
pyrpc_util.c | ||
pyrpc_util.h | ||
pyrpc.c | ||
pyrpc.h |