Menu

#2 Test for null pointer in STRING'

open
nobody
None
5
2012-12-12
2011-12-12
No

In mlsource/extra/CInterface/Conversions/CONVERSIONS.ML, STRING' checks for a null pointer using
if fromCint v = 0 ...
but this should probably be
if fromClong v = 0 ...
for use on i386 and x86_64 architectures.

Discussion


Log in to post a comment.