[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-bugs] #32625 [Core Tor/Tor]: If statements to getresuid() and getresgid() in setuid.c shouldn't have an extra space.



#32625: If statements to getresuid() and getresgid() in setuid.c shouldn't have an
extra space.
------------------------------+----------------------
     Reporter:  neel          |      Owner:  neel
         Type:  defect        |     Status:  assigned
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+----------------------
 In `setuid.c`:

 {{{
 src/lib/process/setuid.c:  if (getresuid(&ruid, &euid, &suid) != 0 ) {
 src/lib/process/setuid.c:  if (getresgid(&rgid, &egid, &sgid) != 0 ) {
 }}}

 These if statements to `getresuid()` and `getresgid()` shouldn't have an
 extra space.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32625>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs