Slashdot Mirror


User: xUnit187x

xUnit187x's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:*** Help on upgrading a remote server? on OpenSSH Local Root Hole · · Score: 1

    If you overwrite shared libraries while a process is using them, it may segfault. Best to atomically replace them (i.e. with mv from the same filesystem), or unlink then replace.