]> git.tuebingen.mpg.de Git - paraslash.git/commit
ipc: Remove pointless initialization in shm_get_shmmax().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 20 Mar 2024 22:32:24 +0000 (23:32 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 7 May 2024 18:28:14 +0000 (20:28 +0200)
commit0f8a8423c94cf0edba1e077a3b0e90f2b0b99edc
treeb27e1beafccac8ba4f8fd51b7a5d8fa7b00d7739
parent2934ee80367ee9d50b99ed8d7f672d1a397b4ce0
ipc: Remove pointless initialization in shm_get_shmmax().

The subsequent read() call overwrites the buffer.
ipc.c