1
2 09/21/87 extended_objects
3 Known errors in the current release of extended_objects.
4 # Associated TR's
5 Description
6
7 22
8 switch_on off will not work with non-standard switches of extended
9 objects.
10
11 13
12 standard objects seg dir msf dm file don't return suffix_info
13 flags correctly. flags for all should be: suffix_info.standard = "1"b
14 and suffix_info.extended_acl = "0"b.
15
16 12
17 suffix_XXX_ must return "0"b for suffix_info.standard_object and "1"b
18 for suffix_info.extended_acl if it uses extended acls. failure to set
19 standard_object to "0" for all suffix_XXX_$suffix_info and extended_acl
20 to "1"b for thise types that use extended acl will cause acl_commands_
21 to refuse to work in many different situations.
22
23 11
24 status blows up when reporting about DM files when it tries to free
25 storage through a null pointer.
26
27 1 phx16345
28 fs_copy_util_ does not check for consistency in the original MSF when
29 copying to the new MSF. if component 0 does not exist, it complains
30 about not finding it, but does not care about any other missing
31 component.