[Vm-dev] Bug in unix/vm/sqUnixExternalPrims.c

Ian Piumarta piumarta at speakeasy.net
Mon Oct 10 12:16:46 UTC 2011


Dear Stefan,

On Oct 10, 2011, at 04:49 , Stefan Marr wrote:

> I belief there is a small bug in ioLoadModule as it is currently in the SVN:

I believe you are wrong.

Line 314 finds libraries that are located in the CWD or implicitly (via LD_LIBRARY_PATH, ld.so.conf, etc...) but which are named without an explicit prefix (lib) or suffix (.so, .dylib).

Line 221 explains why the order of the arguments is correct and cannot be reversed.

Line 315 explains why the goal of line 314 cannot be achieved by anything after line 315 in ioLoadModule.

> it is still there, buggy

What was your test case, expected outcome, and observed incorrect result?

Regards,
Ian



More information about the Vm-dev mailing list