diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-02 10:28:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:17 -0500 |
commit | 4754082feabdb7af88883d8dc89324834c9cbca1 (patch) | |
tree | 3964fca3b802a5fa79614f969f482f83fa456bd1 /source4/lib | |
parent | 7ea35407632984b1f88d2d5b75fff1b6dc77c09b (diff) | |
download | samba-4754082feabdb7af88883d8dc89324834c9cbca1.tar.gz samba-4754082feabdb7af88883d8dc89324834c9cbca1.tar.bz2 samba-4754082feabdb7af88883d8dc89324834c9cbca1.zip |
r4039: added a test for an element > 128 bytes in length, to ensure we test
for sign extending errors in element length
(This used to be commit 07378fca6c12ffffcd3fe5e91f4d70ef838a45d5)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/tests/test.ldif | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/test.ldif b/source4/lib/ldb/tests/test.ldif index 2d7e1f95de..b9afad8b63 100644 --- a/source4/lib/ldb/tests/test.ldif +++ b/source4/lib/ldb/tests/test.ldif @@ -409,6 +409,9 @@ postaladdress: Alumni Association $ 111 Maple St $ Ann Arbor, MI 48109 seealso: cn=All Staff,ou=Groups,o=University of Michigan,c=US homepostaladdress: 123 Anystreet $ Ann Arbor, MI 48104 mail: uham@mail.alumni.example.com +seeAlso: a long attribute name, longer than 128 bytes so that we + trigger sign extension problems in tdb_pack, no thats not long enough + yet, maybe this is. I'll just keep going till it triggers the error homephone: +1 313 555 8421 pager: +1 313 555 2844 facsimiletelephonenumber: +1 313 555 9700 |