summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_debug.cpp
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-03-22 17:59:05 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-03-23 11:03:40 (GMT)
commit1831e7f802d1bdba33f320c21f29df02d647ead8 (patch)
tree4e794b5046b8155422a2dc5d28f5f3feaa4c9bc8 /doc/src/snippets/code/doc_src_debug.cpp
parentf31dfc682402396e35dffd8952eb5ced8f6b4030 (diff)
downloadQt-1831e7f802d1bdba33f320c21f29df02d647ead8.zip
Qt-1831e7f802d1bdba33f320c21f29df02d647ead8.tar.gz
Qt-1831e7f802d1bdba33f320c21f29df02d647ead8.tar.bz2
Ensure parameters of async function calls stay in scope
Calling symbian asynchronous functions with parameters on the stack, even "in" parameters is unsafe. If the server is blocked on another operation, then it will not read the parameters until later (at which time the stack is invalid) Reviewed-by: Markus Goetz
Diffstat (limited to 'doc/src/snippets/code/doc_src_debug.cpp')
0 files changed, 0 insertions, 0 deletions