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, 29 Jul 2013 18:51:51 +0000 (20:51 +0200)
commitefdbcabbe97a594572d71d714d258a5854c5d8ce
tree0a25638b6afac2eff6b0bb186143569aff6e0f66
parentb45411c40c8a1789c6359beee22b1faf190442e7
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