Martchus
Martchus
Implemented on master. Do you want a development build for Windows or GNU/Linux to test it out?
I can't reproduce the problem on my Tumbleweed system. > seteuid(pw->pw_uid) is supposed to change the owner to "nobody" This call is supposed to change the *effective user* to "nobody"....
The refactoring has been merged as 7d365d72ba. I'll check whether this also covers the error handling.
It looks like the refactoring included a fix (using `SAFE_SENDMSG()` instead of `sendmsg()`). So this issue can probably be closed.
Looks like this has already been implemented via 6ac00ddcd4.
Maybe a change similar to what I did for #1082 should be applied here as well?
You haven't gotten a response since May so I guess you really have to submit your solution to [email protected] as proper patch. The same counts for your other issues.
The patchwork link shows no results but it looks like this has already been implemented via https://github.com/linux-test-project/ltp/commit/813457d01c2b3db6e1f5f1fa4291b932e132bb30. So this issue can probably be closed. (I'm currently looking for issues tagged...
Ok, then maybe a ticket for me to pick-up after all. I guess I'll have a look whether I can make sense of what you're saying.
I think I understood it. I'll send a patch for the first part (TCGETA vs. TCGETS). It is a while ago since I have sent a patch to a mailing...