Created attachment 14022 [details] Patches for v4-7-test
Created attachment 14023 [details] Patches for v4-6-test
Pushed to autobuild-v4-{6,7}-test.
Pushed to v4-{6,7}-test
The problem can still happen. req->request_counters_updated = false; needs to move from smbd_smb2_request_dispatch_update_counts() to smbd_smb2_request_reply_update_counts(). Otherwise a failing compounded request can trigger smbd_smb2_request_reply_update_counts() twice, while smbd_smb2_request_dispatch_update_counts() was just called once.
Created attachment 14122 [details] Patch Fix from metze (already reviewed by me), together with a test by me (not reviewed yet)
Created attachment 14123 [details] correct patch Both patches now
Created attachment 14127 [details] fix for 4.8 (cherry-picked from master)
Created attachment 14128 [details] fix for 4.7 (cherry-picked from master)
Created attachment 14129 [details] fix for 4.6 (cherry-picked from master)
Pushed to autobuild-v4-{6,7,8}-test.
(In reply to Stefan Metzmacher from comment #11) Pushed to all branches. Closing out bug report. Thanks!