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>
Fri, 2 Aug 2013 18:02:34 +0000 (20:02 +0200)
commitb4bfcdf921aeee05c4608d7b48618fdfb1f134dc
tree1c955728f24f7f5bb57fb32367da823ba192a918
parent4df0ef084be147c70f57e39d052f9c69c145d3b0
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