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/12401] [PATCH] fix assertion in mktime.c


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

--- Comment #3 from Robert Millan <rmh at gnu dot org> 2011-01-15 11:47:27 UTC ---
I forgot something regarding patch #1.  If the assert is going to pass with its
left part, then condition A is met, and as a result long is used and its left
part remains unmodified by my patch.  If the assert is going to pass with its
right part, or not pass at all, then my change is not relevant.  So in either
case, no regression is introduced.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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