Mouse
Mouse
> Crash looks rather strange, because I've tested parsing... Different platforms - that's the only thing that comes to mind. And I'm using https://github.com/ikarso/3GPPTS36.413_AuthenticEshkinKot data for testing. The crash is...
> Maybe or maybe not, your crash is connected with this commit AuthenticEshkinKot@5da982f. Rather unlikely, because this commit does not apply - check the relevant file in my fork. One...
> Could you get backtrace for your crash? Already posted it here: https://github.com/vlm/asn1c/pull/115#issuecomment-277011343 If you'd like something different - please let me know.
> the reason of crash is a freeing of unallocated memory. But I suppose that the real reason is 'double free', which also suits this description I suspect that either...
> OK, I'll write it. Thank you!! And I'll test it and post the results/traces.
Here's what I think is happening. During cloning, the part `marker.default_value` is not clone-constructed, but instead just the pointer is copied along with the rest of the content of the...
> ...it will be very useful to see references values before and after clone... There likely to be a lot of values, so we either need to figure how to...
I think I've fixed this crash. Please feel free to: 1. Check whether branch 115 of my fork works for you. *It worked for me on your data.* 2. Check...
> It works correctly for #115. Can you please check also my #99 or *master* branch? > Could you make a PR to my repo? Certainly (at least will do...
First of all - thank you for trying #99 and _master_ for me. > Your master and #99 got same problem, as @ikarso's version - they fail to decode my...