The attachment "Patch checks for filetype." seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.] -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs.launchpad.net/bugs/1807797 Title: Split doesn't check for filetype Status in coreutils package in Ubuntu: New Bug description: Hello! I noticed that Split doesn't check for filetypes before it starts splitting the file. As a result, it's possible to eat up CPU and Disk memory by passing in a character device as input. I wanted to make Split more robust by adding a patch to check for file type. This patch do break some of the tests for Split. The tests that are checking Split's ability to "elide empty files" by using /dev/null as input fail with this patch, since /dev/null is a character device. I would love to modify those tests to use a regular empty file, upon the approval of this patch. Thanks! To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1807797/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp