php-src/ext/calendar
Christoph M. Becker f67ccd4a7b Fix #71894: AddressSanitizer: global-buffer-overflow in zif_cal_from_jd
Julian days < 347998 denote invalid Jewish calendar dates, so
cal_from_jd($jd, CAL_JEWISH) and jdmonthname($jd, CAL_MONTH_JEWISH) should
actually fail. For BC we don't yet let them though, but we fix the OOB read
that happens in this case, and we also adjust cal_from_jd()'s return value
to have empty strings for "abbrevdayname" and "dayname" instead of "Sun"/
"Sunday" and NULL for "dow" instead of 0, which doesn't make any sense.
2016-07-29 01:04:21 +02:00
..
tests Fix #71894: AddressSanitizer: global-buffer-overflow in zif_cal_from_jd 2016-07-29 01:04:21 +02:00
cal_unix.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
calendar.c Fix #71894: AddressSanitizer: global-buffer-overflow in zif_cal_from_jd 2016-07-29 01:04:21 +02:00
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
config.w32 Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
CREDITS
dow.c
easter.c Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
french.c Consistency. 2002-02-02 19:33:36 +00:00
gregor.c - Oops missed return. Also improved the readability of a test. 2011-09-27 11:43:07 +00:00
jewish.c Merge branch 'PHP-5.4' into PHP-5.5 2013-05-22 08:29:30 +02:00
julian.c typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:33:43 -08:00
package.xml Typo 2007-03-14 09:58:14 +00:00
php_calendar.h Removed pointless declarations 2006-07-09 23:28:28 +00:00
sdncal.h some fixes for bug#54254 2012-08-07 01:48:31 -07:00