SymEngine.jl icon indicating copy to clipboard operation
SymEngine.jl copied to clipboard

Segfault with `subs`

Open alhirzel opened this issue 4 years ago • 0 comments

https://github.com/symengine/SymEngine.jl/blob/826e6e910cf93ca84e0a855a7cc0fe185c6d6970/src/subs.jl#L33

Somewhat pathological, but would be good to protect against this:

using SymEngine
@vars a
subs(a)

alhirzel avatar Mar 27 '20 18:03 alhirzel