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:43:37 +0000 (12:43 +0200)
commit6173b83e7df39f222771bd71de7a92086387c293
tree61895b319a716c233beeee7aa31f985969f199e6
parentdbb52ee98b84659386d70f0e75b0fa93fada1a97
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>
(cherry picked from commit efdbcabbe97a594572d71d714d258a5854c5d8ce)
source3/smbd/nttrans.c