diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-03-22 17:59:05 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-03-23 11:03:40 (GMT) |
commit | 1831e7f802d1bdba33f320c21f29df02d647ead8 (patch) | |
tree | 4e794b5046b8155422a2dc5d28f5f3feaa4c9bc8 /doc/src/snippets/sqldatabase/sqldatabase.pro | |
parent | f31dfc682402396e35dffd8952eb5ced8f6b4030 (diff) | |
download | Qt-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/sqldatabase/sqldatabase.pro')
0 files changed, 0 insertions, 0 deletions