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>
Mon, 5 Aug 2013 10:49:17 +0000 (12:49 +0200)
commitc8d8bb257ac390c89c4238ed86dfef02750b6049
treebed9872045147e617d49d9af429e6e3e24dae1b8
parent6659f0164c6b8d7ad522bcd6c2c6748c3d9bca81
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>
source3/smbd/nttrans.c