*OSDN:* Development Tools - Newsletters - Shop *SEARCH: * *my sf.net * *software map * *foundries * *about sf.net * *Login via SSL New User via SSL * * Search* * SF.net Resources* * · **Site Docs* * · *Site Status * · *Site Map * · *Compile Farm * · *Project Help Wanted * · *New Releases * · **Get Support* *Most Active* *1* Gaim *2* phpMyAdmin *3* Compiere ERP + CRM Business Solution *4* guliverkli *5* ScummVM *6* Tiki CMS/Groupware *7* JBoss.org *8* Alvaro\'s Messenger *9* WinMerge *10* Azureus - BitTorrent Client More Activity >> *Top Downloads* More Statistics >> * Sponsored Content* * Bugs: Tracker Detailed View * ------------------------------------------------------------------------ Summary | Admin | Home Page | Tracker | Bugs | Support | Patches | RFE | Lists | Tasks | Docs | News | Files | ------------------------------------------------------------------------ *Submit New | Browse | Admin * [ 642113 ] wrong type in deHTMLxs.xs You may monitor this Tracker item after you login (register an account, if you do not already have one ). *Submitted By:* Nobody/Anonymous (nobody) *Date Submitted:* 2002-11-21 13:21 *Last Updated By:* lemkemch - Comment added *Date Last Updated:* 2003-08-23 16:25 *Number of Comments:* 1 *Number of Attachments:* 0 *Category:* *(?)* None *Group:* *(?)* None *Assigned To:* *(?)* Nobody/Anonymous *Priority:* *(?)* 5 *Status:* *(?)* Open *Resolution:* *(?)* None *Summary:* *(?)* wrong type in deHTMLxs.xs From: Anne Bennett Version: razor-clients-2.21 O/S: Tru64Unix 5.1a and 4.0e In the file Razor2-Preproc-deHTMLxs/deHTMLxs.xs, in two places, "size" is declared as an int where it should be declared as a STRLEN. This matters for 64-bit operating systems such as Tru64Unix. # --- Razor2-Preproc-deHTMLxs/deHTMLxs.xs.original Mon Jun 24 01:01:35 2002 # +++ Razor2-Preproc-deHTMLxs/deHTMLxs.xs Thu Nov 21 13:57:34 2002 # @@ -64,7 +64,8 @@ # SV * scalarref; # CODE: # { # - int size; # + /* 2002/11/21 Anne Bennett: use the right type def: */ # + STRLEN size; # char * raw; # SV * text; # const char mynull = 0; # @@ -101,7 +102,8 @@ # CODE: # { # char * cleaned, * raw, * res; # - int size; # + /* 2002/11/21 Anne Bennett: use the right type def: */ # + STRLEN size; # SV * text; # SV * newtext; # SV * newref; *Add a Comment:* Please log in! Tracker items submitted anonymously should include a valid email address in the detailed description field. You will not receive notification of changes to Tracker items submitted anonymously. DO NOT enter passwords or other confidential information! Followups: *Comments* ------------------------------------------------------------------------ Date: 2003-08-23 16:25 Sender: lemkemch Logged In: YES user_id=850891 This also matters on VMS. Still hasn't been fixed in 2.36. Will this patch be includ, please? See also my report #793936. But this fix is better. Attached Files: *Name* *Description* *Download* No Files Currently Attached Changes: No Changes Have Been Made to This Item Powered by SourceForge(tm) collaborative software development tools from VA Software © Copyright 2003 - OSDN Open Source Development Network, All Rights Reserved About SourceForge.net ? About OSDN ? Privacy Statement ? Terms of Use ? Advertise ? Self Serve Ad System ? Get Support