summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-09-30 14:21:56 +0200
committerKarolin Seeger <kseeger@samba.org>2009-09-30 14:21:56 +0200
commitdff54f716bdd76e3d167dc96bba6e168ef58cadd (patch)
tree5e97b2fc987e70bf336e3835bd9314470f7db987 /source/include/smb.h
parent42c537c845f48149cb8492cb0eaa114fe64694f1 (diff)
downloadsamba-v3-0-stable.tar.gz
samba-v3-0-stable.tar.xz
samba-v3-0-stable.zip
Fix for CVE-2009-2906.samba-3.0.37v3-0-stable
Summary: Specially crafted SMB requests on authenticated SMB connections can send smbd into a 100% CPU loop, causing a DoS on the Samba server.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 7484efd1925..e512add4be2 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -759,6 +759,7 @@ struct pending_message_list {
struct pending_message_list *next, *prev;
struct timeval request_time; /* When was this first issued? */
struct timeval end_time; /* When does this time out? */
+ bool processed;
DATA_BLOB buf;
DATA_BLOB private_data;
};