Bug#696296: qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD

2013-11-04 Thread Lisandro Damián Nicanor Pérez Meyer
tag 696296 moreinfo thanks On Wednesday 19 December 2012 21:56:40 Pino Toscano wrote: severity 696296 wishlist thanks Hi Guillem, Alle mercoledì 19 dicembre 2012, Guillem Jover ha scritto: This package contains code that tries to set the FD_CLOEXEC flag for a file descriptor, but it

Processed: Re: Bug#696296: qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD

2013-11-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tag 696296 moreinfo Bug #696296 [src:qtwebkit] qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD Added tag(s) moreinfo. thanks Stopping processing here. Please contact me if you need assistance. -- 696296:

Bug#696296: qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD

2013-11-04 Thread Guillem Jover
Hi! On Mon, 2013-11-04 at 21:18:21 -0300, Lisandro Damián Nicanor Pérez Meyer wrote: On Wednesday 19 December 2012 21:56:40 Pino Toscano wrote: Alle mercoledì 19 dicembre 2012, Guillem Jover ha scritto: This package contains code that tries to set the FD_CLOEXEC flag for a file

Bug#696296: qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD

2012-12-19 Thread Pino Toscano
severity 696296 wishlist thanks Hi Guillem, Alle mercoledì 19 dicembre 2012, Guillem Jover ha scritto: This package contains code that tries to set the FD_CLOEXEC flag for a file descriptor, but it does using F_SETFL instead of F_SETFD. [...]

Processed: Re: Bug#696296: qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD

2012-12-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 696296 wishlist Bug #696296 [src:qtwebkit] qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD Severity set to 'wishlist' from 'important' thanks Stopping processing here. Please contact me if you need assistance. --

Bug#696296: qtwebkit: Sets FD_CLOEXEC incorrectly with F_SETFL instead of F_SETFD

2012-12-18 Thread Guillem Jover
Source: qtwebkit Version: 2.2.1-5 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: fcntl-fd-cloexec Hi! This package contains code that tries to set the FD_CLOEXEC flag for a file descriptor, but it does using F_SETFL instead of F_SETFD. Using that value on F_SETFL is