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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.