The open() system call in f8 really broken...

Ville Skyttä ville.skytta at iki.fi
Fri Aug 17 06:03:48 UTC 2007


On Friday 17 August 2007, Dave Jones wrote:
>
> More like it. 267 hits.

Thanks, Dave!

> Checking ./lirc/lirc-0.8.2/daemons/slinke.c
> Found open with O_CREAT and no mode.
>     fd = open(remote->name, O_CREAT | O_EXCL | O_RDWR);
>
> Checking ./dvb-apps/linuxtv-dvb-apps-1.1.1/test/test.c
> Found open with O_CREAT and no mode.
>     int vout = open("qv", O_RDWR | O_CREAT);
>     int aout = open("qa", O_RDWR | O_CREAT);

Neither of these are compiled in the current lirc and dvb-apps packages.  
test.c is compiled in <= F-7 dvb-apps, but the resulting executable is not 
invoked during build nor shipped.  Will send patches upstream anyway.




More information about the Fedora-maintainers mailing list