mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
54207bb3b2
>>> len("user0@samba.example.com") 23 But the string definition does not take a final '\0' into account. As per Volker's suggestion, use compiler's support to allocate the string properly. Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>