http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1158 *** shadow/1158 Fri Mar 30 07:48:41 2001 --- shadow/1158.tmp.22565 Thu May 10 13:44:42 2001 *************** *** 2,9 **** | use PATH_MAX instead of fixed size 1024 buffer! | +----------------------------------------------------------------------------+ | Bug #: 1158 Product: Xerces-C | ! | Status: NEW Version: 1.4 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Linux | | Priority: Medium Component: Miscellaneous | +----------------------------------------------------------------------------+ --- 2,9 ---- | use PATH_MAX instead of fixed size 1024 buffer! | +----------------------------------------------------------------------------+ | Bug #: 1158 Product: Xerces-C | ! | Status: RESOLVED Version: 1.4 | ! | Resolution: FIXED Platform: PC | | Severity: Normal OS/Version: Linux | | Priority: Medium Component: Miscellaneous | +----------------------------------------------------------------------------+ *************** *** 40,43 **** and PATH_MAX is on my machine 4096 (on all cern linux installations), so the buffer of 1024 bytes is too small. ! fix: simply use the PATH_MAX constant instead of 1024 --- 40,46 ---- and PATH_MAX is on my machine 4096 (on all cern linux installations), so the buffer of 1024 bytes is too small. ! fix: simply use the PATH_MAX constant instead of 1024 ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-05-10 13:44 ------- ! You're right, I changed the code as suggested. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
