JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

Use strdup to copy strings #71

Closed yuyichao closed 2 years ago

yuyichao commented 2 years ago

The previous code failed to allocate space for the terminal NUL byte.

This started to cause a build failure on archlinux build bot a yesterday.

staticfloat commented 2 years ago

Thanks @yuyichao!