lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 289 forks source link

lastpass-cli: Do not interpose reallocarray in /usr/bin/lpass #659

Open eclipseo opened 10 months ago

eclipseo commented 10 months ago

/usr/bin/lpass defines the reallocarray symbol, which is also provided by glibc. Please use the function from glibc, rather than supplying your own.

https://bugzilla.redhat.com/show_bug.cgi?id=1457758

markstos commented 10 months ago

Wow, Fedora identified that issue six years ago.

I'm noting the the glibc musl also implements reallocarray since 2020:

reallocarray