Bug 3836

Summary: FRIBIDI_MAX_STRING_LENGTH is not set properly on 64-bit machines
Product: FriBidi Reporter: Behdad Esfahbod <freedesktop>
Component: generalAssignee: Behdad Esfahbod <freedesktop>
Status: ASSIGNED --- QA Contact:
Severity: trivial    
Priority: high    
Version: unspecified   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Behdad Esfahbod 2005-07-22 09:11:19 UTC
#define FRIBIDI_MAX_STRING_LENGTH (sizeof (FriBidiStrIndex) == 2 ?      \
                                   0x7FFE : (sizeof (FriBidiStrIndex) == 1 ? \
                                             0x7E : 0x8FFFFFFEL))


this doesn't work on 64-bit architectures.
Comment 1 chemtech 2013-03-15 13:40:21 UTC
Behdad Esfahbod,
Do you still experience this issue with newer drivers ?
Please check the status of your issue.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.