This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1952] time() returns incorrect value when given bad address


------- Additional Comments From jakub at redhat dot com  2005-11-30 16:18 -------
time is marked with E, i.e. not returning error (which I'd say matches
POSIX which doesn't define any errors for time).  By passing an invalid
address to the function you reach undefined behaviour territory and all answers
are fine in that case.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1952

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]