Summary: | sys-fs/udftools-1.0.0b-r7 - open with O_CREAT in second argument needs 3 arguments | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Magnus Granberg <zorry> |
Component: | [OLD] GCC Porting | Assignee: | Daniel Drake (RETIRED) <dsd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system, esigra, kanelxake, loki_val |
Priority: | High | ||
Version: | 2008.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 259417 | ||
Attachments: |
Fix for O_CREAT bug in udftools
Removed CREATE |
Description
Magnus Granberg
![]() Created attachment 160658 [details, diff]
Fix for O_CREAT bug in udftools
Your work is greatly appreciated. However, could you please start each Summary with a full package atom? (In reply to comment #2) > Your work is greatly appreciated. However, could you please start each Summary > with a full package atom? > okey Does it really need O_CREAT here? I mean, it's a dev file it's trying to open, right? agreed ... but even if it werent a device file, opening something as O_RDONLY|O_CREAT doesnt make any sense Magnus: could you update the patch accordingly please ? Created attachment 170280 [details, diff]
Removed CREATE
Something like that?
This only seems to happen because of -DFORTIFY_SOURCE=2, so this shouldn't block our gcc-4.3 tracker. thanks, committed as 1.0.0b-r9 |