You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is an error of end-user, not of clearsilver.
Documentation for hdf_copy says:
"hdf_copy is a deep copy of an HDF tree pointed to by
src to the named node of dest. dest and src need not be
part of the same data set"
there isnt something like "if src is NULL, ..."
If all other functions, if src is NULL - function does nothing and returns, and
only in hdf_copy application crashed in NULL pointer dereference handler.
I think it should be consistent with other functions - if source is NULL, do
nothing.
Original issue reported on code.google.com by
[email protected]
on 26 Sep 2012 at 11:48The text was updated successfully, but these errors were encountered: