This is a discussion on Re: Patch for openssh server within the OpenSSH Development forums, part of the Networking and Network Related category; Christian Iversen wrote: >>>>> + logit("Accounting: Bytes in/out: %ld/%ld", bytes_in, bytes_out); >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Christian Iversen wrote:
>>>>> + logit("Accounting: Bytes in/out: %ld/%ld", bytes_in, bytes_out); >>>> bytes_in and bytes_out are unsigned but the format string is signed. >>> Oops, my bad. Indeed, that would be a problem if the user transferred >>> more bytes than there are atoms in the universe ;-) >> Yeah, it's not something that people are likely hit in an enormous hurry >> :-) > > Not really, no ;-) Based on the amount of data we're moving around at the US supercomputing centers I'd say you have 5 to 7 years at the outside. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://lists.mindrot.org/mailman/lis...enssh-unix-dev |