You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lpass login crashes immediately with a malloc error when attempting to log in on macOS with OpenSSL 3.6.0.
Steps to Reproduce
Install lastpass-cli via Homebrew: brew install lastpass-cli
Attempt to login: lpass login <email>
Process crashes immediately with malloc error
Expected Behavior
The login process should prompt for credentials and complete successfully.
Actual Behavior
The process crashes immediately with the following error:
lpass(12696,0x1f959df00) malloc: * error for object 0x600000000001: pointer being freed was not allocated
lpass(12696,0x1f959df00) malloc: * set a breakpoint in malloc_error_break to debug
zsh: abort lpass login <email>
System Information
OS: macOS 24.5.0 (darwin)
lastpass-cli version: 1.6.1 (also tested with HEAD version - same error)
Description
lpass logincrashes immediately with a malloc error when attempting to log in on macOS with OpenSSL 3.6.0.Steps to Reproduce
brew install lastpass-clilpass login <email>Expected Behavior
The login process should prompt for credentials and complete successfully.
Actual Behavior
The process crashes immediately with the following error:
System Information
brew install lastpass-cli)Additional Context
openssl@3, which resolves to 3.6.0 on current HomebrewRelated