On Fri, 7 Jan 2022 20:02:15 +0700, Ammar Faizi wrote: > This series fixes undefined behavior caused by accessing local > variables that have been out of their scope. > > FWIW, compile the following code with gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0: > ``` > #include <stdio.h> > > [...] Applied, thanks! [1/3] test/socket-rw-eagain: Fix UB, accessing dead object commit: 5ee4feeac88d42c8c4cadee1f242279ff5fc0277 [2/3] test/socket-rw: Fix UB, accessing dead object commit: e5bb9f3e65f0e18132b27ba0322e2419d87f4f92 [3/3] test/socket-rw-offset: Fix UB, accessing dead object commit: 3f10277e6412d56cb52424d07f685128112498fa Best regards, -- Jens Axboe