[Touch-packages] [Bug 1808092] Re: Checking and handling various filetypes in fmt

2019-01-18 Thread C de-Avillez
First of all, I apologise for the delay. Given what upstream, below, answered, I am closing this bug WONTFIX. Please contact Coreutils upstream at coreut...@gnu.org for more details. In general, changes to Coreutils code should be submitted upstream. Distro-wise, we very rarely deviate from upstr

[Touch-packages] [Bug 1808092] Re: Checking and handling various filetypes in fmt

2019-01-18 Thread Marc Deslauriers
** Information type changed from Public Security to Public -- 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/1808092 Title: Checking and handling various filetypes in fmt

[Touch-packages] [Bug 1808092] Re: Checking and handling various filetypes in fmt

2018-12-28 Thread C de-Avillez
Thank you for opening this bug and helping make Ubuntu/GNU Coreutils better. I have sent email to coreut...@gnu.org asking about this, and a few other bugs relating to the same basic issue, and am waiting on feedback from upstream: Hello, We have had some bugs reported recently at our BTS: https

[Touch-packages] [Bug 1808092] Re: Checking and handling various filetypes in fmt

2018-12-12 Thread Brian Murray
** Changed in: coreutils (Ubuntu) Importance: Undecided => Medium -- 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/1808092 Title: Checking and handling various filetype

[Touch-packages] [Bug 1808092] Re: Checking and handling various filetypes in fmt

2018-12-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "fmt.patch" 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

[Touch-packages] [Bug 1808092] Re: Checking and handling various filetypes in fmt

2018-12-11 Thread Snahil Singh
Following is the patch to check different filetypes in fmt and then raise error accordingly. It includes changes in the fmt.c file and tests/fmt/base.pl files in coreutils. ** Patch added: "fmt.patch" https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1808092/+attachment/5221549/+files/f

[Touch-packages] [Bug 1808092] Re: Checking and handling various filetypes in fmt

2018-12-11 Thread Snahil Singh
** Description changed: fmt doesn't check filetypes of the input arguments passed to it, it just opens the file and reads from it without checking its st_mode. It only throws an error if the file doesn't exist and can't handle the following filetypes - S_IFCHR, S_IFBLK and S_IFBLK. Passing