Skip to content

[action] [PR:20759] To fix: redis-cli build broken on Debian/Bookworm (librdb use-after-free) (#20759)#20779

Merged
mssonicbld merged 1 commit intosonic-net:202405from
mssonicbld:cherry/202405/20759
Nov 13, 2024
Merged

[action] [PR:20759] To fix: redis-cli build broken on Debian/Bookworm (librdb use-after-free) (#20759)#20779
mssonicbld merged 1 commit intosonic-net:202405from
mssonicbld:cherry/202405/20759

Conversation

@mssonicbld
Copy link
Copy Markdown
Collaborator

Fix #20757

Why I did it
To Fix the issue: redis-cli build broken on Debian/Bookworm (librdb use-after-free)
#20757

How I did it
This issue is a known open issue below:
redis/librdb#55

According to Walter Doekes's solution, currently to work around it by adding -floto=auto compiler option.

make -j$(SONIC_CONFIG_MAKE_JOBS) WARNS='-Wall -Wextra -pedantic -flto=auto'

…ree) (sonic-net#20759)

Fix sonic-net#20757

Why I did it
To Fix the issue: redis-cli build broken on Debian/Bookworm (librdb use-after-free)
sonic-net#20757

How I did it
This issue is a known open issue below:
redis/librdb#55

According to Walter Doekes's solution, currently to work around it by adding -floto=auto compiler option.

	make -j$(SONIC_CONFIG_MAKE_JOBS) WARNS='-Wall -Wextra -pedantic -flto=auto'
@mssonicbld
Copy link
Copy Markdown
Collaborator Author

Original PR: #20759

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants