Joomla Component Clickheat 1.0.1 Multiple RFI Vulnerabilities ...
administrator/components/com_clickheat/includes/heatmap/_main.php. require_once( $mosConfig_absolute_path . ‘/components/Recly/Clickheat/Clickheat_Heatmap.php’ );. administrator/components/com_clickheat/includes/heatmap/main.php ... [ + info ]
01/04/2009 09:24 AM
General :: RE: Returning value from assembly function called by C
_main] to[??_main+3] when on_screen function is called: firstly the pointer of d is pushed and then variable a1 is pushed the MSB address of d is 128 the LSB address of d is <(?_main) There are two things confuse me: ... [ + info ]
11/10/2008 11:27 PM
General :: RE: Returning value from assembly function called by C
_main+0 to ??_main+3. The address of d (&d) is passed on the stack to on_screen() as a 16-bit pointer. This pointer lives on the stack and will be destroyed when on_screen() finishes. You will have to strip off the MSbit of the pointer ... [ + info ]
11/11/2008 02:40 PM