"Initial commit to Gerrit"
[profile/ivi/libgsf.git] / BUGS
1 General
2     - Can we buffer things to support sequential access only ?
3
4 gsf-output-stdio.c:
5
6 1. We require write permission in the target directory.
7
8 2. A "chdir" between open and close might move the file!
9
10 3. Changing the directory structure between open and close might
11    produce interesting effects.
12
13 4. If the target file is multiple (hard) linked, the file will
14    be unlinked.  (Thus, the other "copies" will not change.)
15
16 5. If the target file is owned by someone else, we will most
17    likely take ownership.
18
19 6. Race conditions (inter-process and inter-thread) all over.
20
21 OLE2
22     Properties
23         - in/out support for blobs and storages