summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-28 16:33:15 +0000
committerGitHub <noreply@github.com>2019-09-28 16:33:15 +0000
commita491f25f5c6ac65e7d3ea68a4429aa8e9dd29762 (patch)
tree529ff69b7039fbd524a5a86256c12a95d041a4f6 /src/unistd.rs
parent5abef55ea3a9851cd6e83717112126b5df860cde (diff)
parent9ebc63335ddecc605ffc56c03cddfca1eab8f273 (diff)
parente4814dd8569832e33dd8d2e462e2351b58cf1a2f (diff)
downloadnix-a491f25f5c6ac65e7d3ea68a4429aa8e9dd29762.zip
Merge #1121 #1130
1121: Fix #1093 r=asomers a=tathanhdinh Hello, This PR fixes the problem discovered in #1093. Thanks for any comment. 1130: unistd: getgrouplist: Rework code to use `reserve_double_buffer_size` r=asomers a=otavio The buffer resize logic can be simplified reusing the `reserve_double_buffer_size` method. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Co-authored-by: Ta Thanh Dinh <tathanhdinh@gmail.com> Co-authored-by: Otavio Salvador <otavio@ossystems.com.br>