> this little fix greatly enhanced lodule loading under 2.0.25, 2.1.7 and
> 2.1.8 :-)
>
> - memset(secref[bss_seg], 0, bss_size);
> + memset(secref[bss_seg], bss_size, 0);
ROTFL... Fill 0 bytes in memory with the value of bbs_size.
I'm convinced this can be optimized... There just has to be a faster nop
function... ;)
LLaP
bero