Commit Graph

3332 Commits (dac30f1523fd1db6809f5dbb498010dd48cd18f3)

Author SHA1 Message Date
Richard Mudgett 91154705df * Made ast_change_name() hold the channels container lock while changing the channel name.
14 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
14 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
14 years ago
Jonathan Rose a7650f8002 Coverity Report: Fix issues for error type UNINIT in Core supported modules
14 years ago
Matthew Jordan 2c8f87dcb4 Support VoiceMail d() option when extension does not exist in channel's context
14 years ago
Mark Michelson eafb430562 Fix findings 0-3, 5, and 8 for Coverity MISSING_BREAK errors.
14 years ago
Kinsey Moore 83d3444284 Fix many issues from the NULL_RETURNS Coverity report
14 years ago
Terry Wilson c068460b12 Don't leak a ref if out of memory and can't link the linkedid
14 years ago
Terry Wilson 7da21c68c4 Fix a CEL LINKEDID_END race and local channel linkedids
14 years ago
Richard Mudgett a11540c95b Fixed __ao2_ref() validating user_data twice.
14 years ago
Jason Parker be16f2da64 Prevent a potential crash when using manager hooks.
14 years ago
Jonathan Rose 5b45764bb7 Fix bad check in voicemail functions for ast_inboxcount2_func
14 years ago
Mark Murawki 2a6bdce6b4 Sanatize result from bfd_find_nearest_line (BETTER_BACKTRACES)
14 years ago
Terry Wilson f0eb58d0d5 Fix ast_parse_arg numeric type range checking and add tests
14 years ago
Richard Mudgett 28fef5789b Fix DTMF atxfer running h exten after the wrong bridge ends.
14 years ago
Terry Wilson bbd95e031d Add more constness to the end_buf pointer in the netconsole
14 years ago
Richard Mudgett 262ee9fd02 Fix recalled party B feature flags for a failed DTMF atxfer.
14 years ago
Richard Mudgett 0dbc13d013 Hangup affected channel in error paths of bridge_call_thread().
14 years ago
Tilghman Lesher 233b8364d3 On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of O_RDWR and O_WRONLY.
14 years ago
Jonathan Rose 7c6c99c317 AST-2012-004: Fix an error that allows AMI users to run shell commands sans authorization.
14 years ago
Terry Wilson fe7f595e9b OpenBSD doesn't have rawmemchr, use strchr
14 years ago
Terry Wilson 07a9b1744d Handle multiple commands per connection via netconsole
14 years ago
Matthew Jordan 0e488d7cc4 Fix a variety of potential buffer overflows
14 years ago
Matthew Jordan 7c0583212e Handle case where an unknown format is used to get the preferred codec size
14 years ago
Matthew Jordan 0bdbd0d899 Fix places in main where a negative return value could impact execution
14 years ago
Jonathan Rose bcd63be3cd Make use of va_args more appropriate to form in various res_config modules plus utils.
14 years ago
Matthew Jordan 40beb62845 Fix crash caused by unloading or reloading of res_http_post
14 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
14 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
14 years ago
Richard Mudgett 1df90a2cf1 Fix logger deadlock on Asterisk shutdown.
14 years ago
Mark Michelson 82fbd4a401 Fix potential race condition during call pickup.
14 years ago
Paul Belanger df02086396 Increase verbosity level for ast_verb messages
14 years ago
Russell Bryant 2b2c5f27fc Rebuild parsers.
14 years ago
Russell Bryant 17cd5abb22 expression parser: Fix (theoretical) memory leak.
14 years ago
Richard Mudgett c04afdbc70 Make number not available presentation also set screening to network provided.
14 years ago
Richard Mudgett 8dc6345d0f Allow AMI action callback to be reentrant.
14 years ago
Matthew Jordan 4666efb849 Fix remotely exploitable stack overflow in HTTP manager
14 years ago
Russell Bryant d9c2ea6d15 udptl: Ensure fec[] in udptl_build_packet() is initialized.
14 years ago
Richard Mudgett 5b61050209 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
14 years ago
Matthew Jordan 6625f0a50c Fix incorrect jitter buffer overflow due to missed resynchronizations
14 years ago
Richard Mudgett 7141a29e1b Fix Dial m and r options and forked calls generating warnings for voice frames.
14 years ago
Russell Bryant 5a87fa5de9 Fix bogus reads/writes of console log levels in asterisk.c
14 years ago
Russell Bryant a66d14f2ae Fix inaccurate sizeof() in sched.c.
14 years ago
Russell Bryant 48b1c5e5a6 Fix incorrect sizeof() usage in features.c.
14 years ago
Russell Bryant c8f8fcc518 Fix incorrect sizeof() on a pointer in MD5Final().
14 years ago
Russell Bryant f5067300be Don't use a buffer after it goes out of scope.
14 years ago
Terry Wilson c546ff5110 Fix setting CDR variables in the hangup extension
14 years ago
Terry Wilson 7622a34c89 Make hints for invalid SIP devices return Unavail, not idle
14 years ago
Jonathan Rose 47244a11d6 Eliminate double close of file descriptor in manager.c
14 years ago
Kinsey Moore f1277cc0e0 Fix case-sensitivity for device-specific event subscriptions and CCSS
14 years ago