On 23/06/2025 09:21, Jaehoon Jang wrote: > Potential Out-of-Memory Risk in coreutils od Due to Inadequate Argument > Validation for -w Option > > *Description* > ``` > $ src/od -w0 /bin/ls > Aborted > ``` Well we shouldn't be aborting at least. The attached patch should avoid that. thanks, Padraig