summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMarios Makassikis <mmakassikis@freebox.fr>2021-05-06 11:41:54 +0900
committerSteve French <stfrench@microsoft.com>2021-05-10 19:15:48 -0500
commit1fca8038e9f10bc14eb3484d212b3f03b49ac3f5 (patch)
tree00569f801fcc95ee39abc39b36ce6c6a90cd78ae /tools/perf/scripts/python/export-to-sqlite.py
parente7735c854880084a6d97e60465f19daa42842eff (diff)
cifsd: Fix potential null-ptr-deref in destroy_previous_session()
The user field in the session structure is allocated when the client is authenticated. If the client explicitly logs off, the user field is freed, but the session is kept around in case the user reconnects. If the TCP connection hasn't been closed and the client sends a session setup with a PreviousSessionId set, destroy_previous_session() will be called to check if the session needs to be cleaned up. Signed-off-by: Marios Makassikis <mmakassikis@freebox.fr> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions