1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00
Commit Graph

53 Commits

Author SHA1 Message Date
Andrew Tridgell
064cdb7ee6 fixed size alignment in talloc -
Jeremy Allison
20d72e8959 Fixed pointer arithmetic found by IRIX compiler.
Jeremy.
-
Andrew Tridgell
aa7f815525 implemented talloc() as described on samba-technical. This fixes the
lp_string() bug properly.

we still need to add lp_talloc_free() calls in all the main event
loops, I've only put it in smbd and nmbd thus far.
-