https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7672
--- Comment #4 from Jan Šafránek <jsafrane@xxxxxxxxxx> 2012-09-03 02:44:42 PDT ---
The sequence in capture_loop_start() is:
capture_loop_open_input()
capture_loop_init_filter()
capture_loop_open_output()
So there will be just capture_loop_init_filter() called with still elevated
privileges. I might change the sequence of course to open_output() first and
init_filter() after that if you think it's safer.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.