debug ctx_Type_GetName does not take trailing NULL into account #448
Labels
bug
Something isn't working
HPy update in GraalPy
This change requires a related change in GraalPy
HPy update in PyPy
This change requires a related change in PyPy
Milestone
In this call the trailing NULL is not copied back out of
protect_and_associate_data_ptr
, so I am getting garbage on the end of the returnedchar*
. I thinkn_name
should be incremented to include the trailing NULL.hpy/hpy/debug/src/debug_ctx.c
Lines 559 to 564 in 8310a76
The text was updated successfully, but these errors were encountered: