Subversion Repositories filter_foundry

Rev

Rev 174 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 174 Rev 178
Line 5... Line 5...
5
1. Filter cannot be loaded by PSPI, because of a memory error.
5
1. Filter cannot be loaded by PSPI, because of a memory error.
6
 
6
 
7
	Status: FIXED (Bug in FF) in FilterFoundry 1.7
7
	Status: FIXED (Bug in FF) in FilterFoundry 1.7
8
	
8
	
9
	FilterFoundry 1.6 used wrong length values for the TLV (Type, Length, Value) members
9
	FilterFoundry 1.6 used wrong length values for the TLV (Type, Length, Value) members
10
	of the PIPL structury (in RC files, and in fixpipl()).
10
	of the PIPL structure (in RC files, and in fixpipl()).
11
	The length value must include everything, including paddings of strings.
11
	The length value must include everything, including paddings of strings.
12
	
12
	
13
	Adobe writes in SPPiPL.h:
13
	Adobe writes in SPPiPL.h:
14
	"Number of characters in the data array. Rounded to a multiple of 4."
14
	"Number of characters in the data array. Rounded to a multiple of 4."
15
	
15