lib: coerce -0 into 0 for process APIs#32841
lib: coerce -0 into 0 for process APIs#32841HarshithaKP wants to merge 2 commits intonodejs:masterfrom
-0 into 0 for process APIs#32841Conversation
|
|
|
@Trott, added a scenario in |
|
@targos, I believe it is generic already (covering more APIs that setuid), do you have any better suggestions? |
|
@HarshithaKP I think the most reasonable thing is to go through the C++ source code, and check it for usages of |
|
Ping @HarshithaKP |
|
@BridgeAR , I tried to implement the suggested approach, but got into issues. |
8ae28ff to
2935f72
Compare
|
This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open. |
|
Intention fulfilled in #36786 |
Fixes: #32750
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes