mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
6e7754abd0
- added #if TALLOC_DEPRECATED around the _p functions - fixes the code that broke from the above while doing this I fixed quite a number of places that were incorrectly using the non type-safe talloc functions to use the type safe ones. Some were even doing multiplies for array allocation, which is potentially unsafe.