Qt: fix crash when opening/saving IP map on Windows
According to https://bugreports.qt.io/browse/QTBUG-20372 you need to close a QFile before calling fclose, otherwise it leads to an unexpected behavior. Let's duplicate the file handle to avoid this issue as suggested in https://stackoverflow.com/questions/9465727/convert-qfile-to-file
Closes #17074 (closed)
Edited by Pascal Quantin
Merge request reports
Activity
added 1 commit
- 81f242f9 - Qt: fix crash when opening/saving IP map on Windows
added 1 commit
- 1142a44f - Qt: fix crash when opening/saving IP map on Windows
assigned to @ws-gitlab-utility
added 5 commits
-
1142a44f...e2e43c0a - 4 commits from branch
wireshark:master
- 746051d0 - Qt: fix crash when opening/saving IP map on Windows
-
1142a44f...e2e43c0a - 4 commits from branch
enabled automatic add to merge train when the pipeline for 15588bb5 succeeds
assigned to @pquantin and unassigned @ws-gitlab-utility
Please register or sign in to reply