Fix the case where the pattern space is empty but does not start
authormillert <millert@openbsd.org>
Wed, 28 Aug 2024 14:30:26 +0000 (14:30 +0000)
committermillert <millert@openbsd.org>
Wed, 28 Aug 2024 14:30:26 +0000 (14:30 +0000)
commit01c98acc9b4c00302167d987e61d873d0abe9b30
tree83678b8c553865e9588e58510eb807ec991faf5a
parentd7d958b800f9bbe7631ae35740b07ddda356adc7
Fix the case where the pattern space is empty but does not start
with a NUL character, which might occur after using the D command.
From Mohamed Akram
usr.bin/sed/process.c