- Doing open(O_WRONLY) and then fdopen("w+") will now fail with
"Invalid Argument" whereas former glibcs would succeed. So now do open(O_RDWR). - Print error message when open(2) fails. - Add debugging traces in open_outfile. OBS-URL: https://build.opensuse.org/package/show/Archiving/unzip?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
ae7f693109
commit
f55ede6623
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 25 18:21:34 CEST 2010 - pth@suse.de
|
||||
|
||||
- Doing open(O_WRONLY) and then fdopen("w+") will now fail with
|
||||
"Invalid Argument" whereas former glibcs would succeed. So now
|
||||
do open(O_RDWR).
|
||||
- Print error message when open(2) fails.
|
||||
- Add debugging traces in open_outfile.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 21 16:39:24 CEST 2010 - pth@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user