Fix bug #10010 - Missing integer wrap protection in EA list reading can cause server...
authorJeremy Allison <jra@samba.org>
Thu, 11 Jul 2013 00:10:17 +0000 (17:10 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Jul 2013 18:47:52 +0000 (20:47 +0200)
commit6ef0e33fe8afa0ebb81652b9d42b42d20efadf04
treef26990640234679430e663c3badf236c56cc1919
parent81aa6c38f50ee67e47987b0acfb3f9b8e728cc58
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.
CVE-2013-4124

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/nttrans.c