Fix string_to_sid() to allow non '\0' termination of the string - allows
authorJeremy Allison <jra@samba.org>
Tue, 14 Sep 2010 21:45:45 +0000 (14:45 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 14 Sep 2010 21:48:50 +0000 (14:48 -0700)
commit55b315094ef8a8ed691f9717c28cab301e17ef25
treeb3cebf0bba50890e61917d2a1a251da53df16410
parent15abd86d54c582edfec29dfd55c256b6565da569
Fix string_to_sid() to allow non '\0' termination of the string - allows
string_to_sid() to be used in formatted strings like FOO/S-1-5-XXXX-YYYY/BAR.

Jeremy.
libcli/security/dom_sid.c