This is a discussion on Re: NULL ptr dereferences found with Calysto static checker within the OpenSSH Development forums, part of the Networking and Network Related category; Hi, On Wed, Jun 20, 2007 at 11:47:59PM -0700, Domagoj Babic wrote: > Please see > > localtime/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
On Wed, Jun 20, 2007 at 11:47:59PM -0700, Domagoj Babic wrote: > Please see > > localtime/gmtime in > http://www.gnu.org/software/libc/man...o/libc.html.gz Indeed, on GNU systems, this can happen: "The return value is the null pointer if time cannot be represented as a broken-down time; typically this is because the year cannot fit into an int." - so, OpenSSH will break in the year 4294967297. Damn. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany gert@greenie.muc.de fax: +49-89-35655025 gert@net.informatik.tu-muenchen.de _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://lists.mindrot.org/mailman/lis...enssh-unix-dev |