search for: endmark

Displaying 14 results from an estimated 14 matches for "endmark".

Did you mean: denmark
2014 Dec 15
0
Asterisk 11.15.0 Now Available
...K-24502 - Build fails when dev-mode, dont optimize and coverage are enabled (Reported by Corey Farrell) * ASTERISK-24444 - PBX: Crash when generating extension for pattern matching hint (Reported by Leandro Dardini) * ASTERISK-24522 - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) * ASTERISK-15242 - transmit_refer leaks sip_refer structures (Reported by David Woolley) * ASTERISK-24440 - Call leak in Confbridge (Reported by Ben Klang) * ASTERISK-24469 - Security Vulnerability: Mixed IPv4/IPv6 ACLs...
2014 Dec 15
0
Asterisk 11.15.0 Now Available
...K-24502 - Build fails when dev-mode, dont optimize and coverage are enabled (Reported by Corey Farrell) * ASTERISK-24444 - PBX: Crash when generating extension for pattern matching hint (Reported by Leandro Dardini) * ASTERISK-24522 - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) * ASTERISK-15242 - transmit_refer leaks sip_refer structures (Reported by David Woolley) * ASTERISK-24440 - Call leak in Confbridge (Reported by Ben Klang) * ASTERISK-24469 - Security Vulnerability: Mixed IPv4/IPv6 ACLs...
2006 Aug 02
1
read.spss and umlaut
Hello When I read a SPSS *.por file with read.spss everything after a umlaut is missing: > library("foreign") > spssdaten <- read.spss("projets.por") > attr(spssdaten$PROJETX, "value.labels")[1:20] Bg Stammzellenforschung Bb 863 862 Bb
2013 Aug 11
10
[PATCH 00/10] Add support for MPEG2 and VC-1 on VP3/VP4 for NV98-NVAF
As it turns out, with the proprietary firmware, the VP3 and VP4 interfaces are identical. Furthermore, this is all already implemented for nvc0. So these patches (a) move the easily sharable bits of the nvc0 implementation into the nouveau directory, and then (b) implement the other parts in nv50. The non-shared parts are still largely copies, but there are some differences, not the least of which
2016 Sep 08
4
[PATCH 0/3] Use gnulib's getprogname
Hi, this series update libguestfs to a recent gnulib version, so that we can use its new getprogname module, and solve altogether one of the porting issues (the need for 'program_name' by the error module of gnulib), and have a single way to get the name of the current program. A number of changes in tools mostly, although mechanical. Thanks, Pino Toscano (3): Update gnulib to latest
2014 Dec 15
0
Asterisk 12.8.0 Now Available
...lue under 90 causes crash (Reported by Leon Rowland) * ASTERISK-23651 - Reloading some modules that are loaded already, results in 'No such module' before a successful reload (Reported by Rusty Newton) * ASTERISK-24522 - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) * ASTERISK-15242 - transmit_refer leaks sip_refer structures (Reported by David Woolley) * ASTERISK-24508 - pjsip - REFER request from SNOM is rejected with "400 bad request" - DEBUG shows "Received a...
2014 Dec 15
0
Asterisk 12.8.0 Now Available
...lue under 90 causes crash (Reported by Leon Rowland) * ASTERISK-23651 - Reloading some modules that are loaded already, results in 'No such module' before a successful reload (Reported by Rusty Newton) * ASTERISK-24522 - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) * ASTERISK-15242 - transmit_refer leaks sip_refer structures (Reported by David Woolley) * ASTERISK-24508 - pjsip - REFER request from SNOM is rejected with "400 bad request" - DEBUG shows "Received a...
2014 Dec 15
0
Asterisk 13.1.0 Now Available
...lue under 90 causes crash (Reported by Leon Rowland) * ASTERISK-23651 - Reloading some modules that are loaded already, results in 'No such module' before a successful reload (Reported by Rusty Newton) * ASTERISK-24522 - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) * ASTERISK-15242 - transmit_refer leaks sip_refer structures (Reported by David Woolley) * ASTERISK-24508 - pjsip - REFER request from SNOM is rejected with "400 bad request" - DEBUG shows "Received a...
2014 Dec 15
0
Asterisk 13.1.0 Now Available
...lue under 90 causes crash (Reported by Leon Rowland) * ASTERISK-23651 - Reloading some modules that are loaded already, results in 'No such module' before a successful reload (Reported by Rusty Newton) * ASTERISK-24522 - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) * ASTERISK-15242 - transmit_refer leaks sip_refer structures (Reported by David Woolley) * ASTERISK-24508 - pjsip - REFER request from SNOM is rejected with "400 bad request" - DEBUG shows "Received a...
2016 Mar 07
2
[PATCH v2] Use less stack.
...) { + perror ("malloc"); + return; + } + pid = fork (); if (pid == -1) { perror ("event handler: fork"); diff --git a/fish/fish.c b/fish/fish.c index d26f8b3..1e29639 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -1843,9 +1843,15 @@ file_in_heredoc (const char *endmarker) CLEANUP_FREE char *tmpdir = guestfs_get_tmpdir (g), *template = NULL; int fd; size_t markerlen; - char buffer[BUFSIZ]; + CLEANUP_FREE char *buffer = NULL; int write_error = 0; + buffer = malloc (BUFSIZ); + if (buffer == NULL) { + perror ("malloc"); + return NULL...
2015 Feb 14
2
[PATCH 0/2] Change guestfs__*
libguestfs has used double and triple underscores in identifiers. These aren't valid for global names in C++. (http://stackoverflow.com/a/228797) These large but completely mechanical patches change the illegal identifiers to legal ones. Rich.
2016 Mar 06
8
[PATCH 0/5] Use less stack.
Various changes/fixes to use smaller stack frames. Rich.
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...ot;400 bad request" - DEBUG shows "Received a REFER without a parseable Refer-To" (Reported by Beppo Mazzucato) * ASTERISK-15242 - transmit_refer leaks sip_refer structures (Reported by David Woolley) * ASTERISK-24522 - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) * ASTERISK-23651 - Reloading some modules that are loaded already, results in 'No such module' before a successful reload (Reported by Rusty Newton) * ASTERISK-24336 - PJSIP timer_min_se value under 90 causes...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...- [ASTERISK-15242 <https://issues.asterisk.org/jira/browse/ASTERISK-15242>] - transmit_refer leaks sip_refer structures (Reported by David Woolley) - [ASTERISK-24522 <https://issues.asterisk.org/jira/browse/ASTERISK-24522>] - ConfBridge: delay occurs between kicking all endmarked users when last marked user leaves (Reported by Matt Jordan) - [ASTERISK-23651 <https://issues.asterisk.org/jira/browse/ASTERISK-23651>] - Reloading some modules that are loaded already, results in 'No such module' before a successful reload (Reported by Rusty Newton) -...