Conversation
4190f85 to
3e8a31a
Compare
There was a problem hiding this comment.
@karya0 (and @gkliu), Thanks for this PR. It's an important fix.
@karya0 , I have one suggestion: Since the optional argument in SharedData::getRealIPCId() is always 'true', why not remove the optional argument? But if you have a reason for keeping the optional arg, let me know, and I'll still approve it.
3e8a31a to
b235ebf
Compare
b235ebf to
6e7fcf3
Compare
|
I'm not sure if I'm the one who should be replying after an update. Just in case, this is still the only concern that I have:
|
@gc00 : I already fixed a typo and added a response to your comment about the optional argument. Please take a look and approve if it looks good. |
gc00
left a comment
There was a problem hiding this comment.
Thanks. I have no mroe comments.
LGTM.
IPC_PRIVATE can [now] be called multiple times and it will in turn create new handlers every time.
Also updated sysv-shm1 test to create shm segments with IPC_PRIVATE key.
Thanks @gkliu for reporting the bug and creating an initial PR (#1191) with the fix.