Fix bug #10010 - Missing integer wrap protection in EA list reading can cause server...
commit2036f255c83d644447e65d00112b494d00d799f4
authorJeremy Allison <jra@samba.org>
Thu, 11 Jul 2013 00:10:17 +0000 (10 17:10 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 5 Aug 2013 18:25:08 +0000 (5 20:25 +0200)
tree41a2f496c25ae2f5c96843232206bc9edda56aef
parent216b3f46753a8641ca269840b5548ffeaab50393
Fix bug #10010 - Missing integer wrap protection in EA list reading can cause server to loop with DOS.

Ensure we never wrap whilst adding client provided input.

Signed-off-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit c8d8bb257ac390c89c4238ed86dfef02750b6049)
source3/smbd/nttrans.c