Skip to content

Do not include memory.h in ndr.h

This fixes applications consuming samba libraries like OpenChange etc.

We should not include memory.h in ndr.h and should use memset() and not memset_s() in the public API.

Merge request reports