mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
The memory allocations here are wasteful, but they do nicely ensure we cannot walk off the end of the DATA_BLOB that might be a string, or might be binary and might not be NULL terminated. Andrew Bartlett