dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/funcs
seanbright e5ab99ee4c Merged revisions 152059 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r152059 | seanbright | 2008-10-26 16:23:36 -0400 (Sun, 26 Oct 2008) | 7 lines

Since passing \0 as the second argument to strchr is valid (and will
match the trailing \0 of a string) we need to check that first, otherwise
we end up with incorrect results.  Fix suggested by reporter.

(closes issue #13787)
Reported by: meitinger

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@152060 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-26 20:25:08 +00:00
..
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
func_base64.c remove some unnecessary includes. 2007-11-19 20:42:06 +00:00
func_blacklist.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_callerid.c Independent change from branch issue8824 that is not part of COLP. (-r142574 rmudgett) 2008-10-07 02:02:39 +00:00
func_cdr.c Merged revisions 146799 via svnmerge from 2008-10-06 21:09:05 +00:00
func_channel.c Add some more IAX2-specific information about the channel to the CHANNEL() 2008-06-15 15:21:16 +00:00
func_config.c Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 2008-09-12 23:30:03 +00:00
func_curl.c Keep up with shadow warnings. One day I'll actually enable this in the Makefile. 2008-10-08 12:15:06 +00:00
func_cut.c (closes issue #13557) 2008-09-25 22:21:28 +00:00
func_db.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_devstate.c Add a \todo 2008-07-01 21:43:55 +00:00
func_dialgroup.c Merged revisions 140488 via svnmerge from 2008-08-29 17:47:17 +00:00
func_dialplan.c This function checks more than just contexts... 2007-12-27 09:13:07 +00:00
func_enum.c make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions 2008-08-05 16:56:11 +00:00
func_env.c Merged revisions 95470 via svnmerge from 2007-12-31 20:33:21 +00:00
func_extstate.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_global.c make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions 2008-08-05 16:56:11 +00:00
func_groupcount.c Merged revisions 146799 via svnmerge from 2008-10-06 21:09:05 +00:00
func_iconv.c implement "configure" checks for libiconv, and add the 2008-01-01 22:08:32 +00:00
func_lock.c make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions 2008-08-05 16:56:11 +00:00
func_logic.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
func_math.c Merged revisions 146799 via svnmerge from 2008-10-06 21:09:05 +00:00
func_md5.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_module.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_odbc.c allow to compile under --enable-dev-mode (gcc didn't actually complain when I was using ccache...) 2008-10-23 21:27:35 +00:00
func_rand.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_realtime.c Older versions of GNU gcc do not allow 'NULL' as sentinel. 2008-06-19 20:48:33 +00:00
func_sha1.c remove some useless includes 2007-11-22 02:30:58 +00:00
func_shell.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
func_speex.c make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions 2008-08-05 16:56:11 +00:00
func_strings.c Merged revisions 152059 via svnmerge from 2008-10-26 20:25:08 +00:00
func_sysinfo.c Fixes sysinfo operator issue also fixed elsewhere in r131445. 2008-07-16 21:54:08 +00:00
func_timeout.c Merged revisions 146799 via svnmerge from 2008-10-06 21:09:05 +00:00
func_uri.c another bunch of include removals (errno.h and asterisk/logger.h) 2007-11-19 19:09:03 +00:00
func_version.c Simplify a trivial snprintf() with ast_copy_string() 2008-03-04 04:57:29 +00:00
func_vmcount.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
func_volume.c make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions 2008-08-05 16:56:11 +00:00