summaryrefslogtreecommitdiffstats
path: root/Doc/includes/shoddy.c
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-05 08:27:19 (GMT)
committerNed Deily <nad@python.org>2017-12-05 08:27:19 (GMT)
commit90a6785f6328bd27d307ce20202d6b34aa0cc10b (patch)
tree796b8a1d8a1e34aa12eaf98aabdb1efe0df4e4ae /Doc/includes/shoddy.c
parent3f9a728d955579373f45dac1dd89f5b3e4f36a1c (diff)
downloadcpython-3.7.0a3.zip
cpython-3.7.0a3.tar.gz
cpython-3.7.0a3.tar.bz2
Bump to 3.7.0a3v3.7.0a3
Diffstat (limited to 'Doc/includes/shoddy.c')
0 files changed, 0 insertions, 0 deletions
/tests/auto/qabstractprintdialog/tst_qabstractprintdialog.cpp parent7f2cf050d1cddd6db1b07ff90540d9b2a27e2a5e (diff)downloadQt-3c20105f2344172cb1dce95864c0c3b70497f029.zip
Qt-3c20105f2344172cb1dce95864c0c3b70497f029.tar.gz
Qt-3c20105f2344172cb1dce95864c0c3b70497f029.tar.bz2
Fix qfile test crash with glibc
The test was using a FILE* after closing it (which was a pointer to deleted memory). glibc detects and asserts on this. If the test failed, then file could be closed twice too, so I fixed that at the same time. (would have caused a double free) Reviewed-by: joao
Diffstat (limited to 'tests/auto/qabstractprintdialog/tst_qabstractprintdialog.cpp')