search for: 2657

Displaying 20 results from an estimated 57 matches for "2657".

Did you mean: 26,7
2018 Aug 16
2
Convert Function Pointer Call to Function Call at the IR Level
...ing line: ... %10 = tail call i32 %7(%struct.demuxer* nonnull %0, i32 %1, i8* %2) #7, !dbg !863222 ... I want to set the target which is stored in %7 to a real function called "demux_lavf_control()" with the following definition: ... define internal i32 @demux_lavf_control(%struct.demuxer.2657* nocapture readonly, i32, i8* nocapture) #0 !dbg !963916 { ... I wrote a function pass and found the mentioned function pointer call (here, stored in "CallInstr") and set the call target as follows: ... Module *theModule = F.getParent(); Function *targetFunc = theModule->getFunction(&q...
2016 Dec 31
1
[Bug 2657] New: Documentation does not mention that AuthorizedKeysCommandUser accepts "%u" token substitution
https://bugzilla.mindrot.org/show_bug.cgi?id=2657 Bug ID: 2657 Summary: Documentation does not mention that AuthorizedKeysCommandUser accepts "%u" token substitution Product: Portable OpenSSH Version: 7.4p1 Hardware: 68k OS: Ma...
2015 Dec 16
0
CESA-2015:2657 Critical CentOS 7 firefox Security Update
CentOS Errata and Security Advisory 2015:2657 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2657.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 1cc9fba74ceb042a050ed4b678c449be6e3d15590d94b74a70a8dc6c26b1f4a8 firefox-38.5.0-3.el7.centos...
2015 Dec 16
0
CESA-2015:2657 Critical CentOS 6 firefox Security Update
CentOS Errata and Security Advisory 2015:2657 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2657.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: d878f9f3704a32b0f6a32031a6d2753fb71e62fa5cdb2946fba1387b83839713 firefox-38.5.0-2.el6.centos.i...
2015 Dec 17
0
CESA-2015:2657 Critical CentOS 5 firefox Security Update
CentOS Errata and Security Advisory 2015:2657 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2657.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: b943b91d2dbce25e113aa719243add555b7498e06a2e4b66e6cedcbd6346c768 firefox-38.5.0-2.el5.centos.i...
2020 Jun 23
0
CEBA-2020:2657 CentOS 7 fence-agents BugFix Update
CentOS Errata and Bugfix Advisory 2020:2657 Upstream details at : https://access.redhat.com/errata/RHBA-2020:2657 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 240a697def27942418fd0f9e7c6af29e2d03b41f3081f8a069a7f7a2d55ad10b fence-agents-aliyun-4.2.1-30.el7_8.1....
2015 Dec 17
0
CentOS-announce Digest, Vol 130, Issue 6
...the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2015:2655 Important CentOS 7 bind Security Update (Johnny Hughes) 2. CESA-2015:2657 Critical CentOS 7 firefox Security Update (Johnny Hughes) 3. CEBA-2015:2654 CentOS 6 udev BugFix Update (Johnny Hughes) 4. CESA-2015:2655 Important CentOS 6 bind Security Update (Johnny Hughes) 5. CESA-2015:2658 Important CentOS 5 bind97 Security Update (Johnny Hughes)...
2011 Mar 21
1
iax2 sound problem
Hello, I installed 1.6.2.17 version of asterisk. Set the user database to realtime. I have no problems with sip users. They can register talk etc.. With iax clients, they can register also.. And when they call iax to sip, it works. When they make an echo test..no voice received on iax clients. When they make call from sip to iax ..no sound received on iax clients. I didnt see any clue on debug.
2007 Mar 12
0
[LLVMdev] Expressing inter thread dependencies
...Vikram Adve and Chris Lattner ACM Transactions in Embedded Computing Systems (TECS), February 2005. http://llvm.org/pubs/2005-02-TECS-SAFECode.html (2) "Enforcing Alias Analysis for Weakly Typed Languages" Dinakar Dhurjati, Sumant Kowshik, and Vikram Adve Technical Report #UIUCDCS-R-2005-2657, Computer Science Dept., Univ. of Illinois, Nov. 2005. http://llvm.org/pubs/2005-11-SAFECodeTR.html SAFECode is a research prototype and so not yet robust, but we aim to make it robust and distribute it publicly. You can get the current version with that caveat. --Vikram http://www.cs.uiuc...
2004 Oct 22
0
assertion failed
Using test51: Oct 22 23:37:21 one dovecot: 2657(ts at dreamcoder.dk): file mail-cache-fields.c: line 338 (mail_cache_header_fields_get): assertion failed: (buffer_get_used_size(dest) == sizeof(hdr) + (sizeof(uint32_t)*2 + 2) * hdr.fields_count) Oct 22 23:37:21 one dovecot: child 2657 (imap) killed with signal 6 What does it mean? -- Tom
2011 Apr 01
0
Fw: Re: core Matrix package segfaulted on R CMD check --use-gct
...memory.? The first > > time install is > > called on a particular string it allocates and > SEXPREC, > > which may > > cause a garbage collection. > > Have a different (but similiar) problem git cherry-picking > > trunk at 2658 on top of Matrix-for-R-2.13 at 2657.? > trunk at 2658 + Matrix-for-R-2.13 at 2657 should be identical to > Matrix-for-R-2.13 at 2659 which you committed earlier > (according to git svn rebase): > > > pkgname <- "Matrix" > > source(file.path(R.home("share"), "R", > "ex...
2007 Mar 12
3
[LLVMdev] Expressing inter thread dependencies
Hello everybody, I'm developing a source code transformation system for real-time systems currently, i.e. I want to map the application (a set of event handlers) to a run-time or operating system semi-automatically (if anybody is interested in the background - see below, of course, comments are welcome there, too ;-)). Therefore, I have to be able to express dependencies between different
2011 Apr 01
1
"R CMD check" accepts but "R CMD INSTALL" rejects a tar ball.
...to do R CMD INSTALL from the untar'ed data, so I am a bit lost at where the problem is. The tar ball was generated with git archive ... | gzip > package.tar.gz similar to the example at the bottom of git-archive. It is the result of git cherry-pick trunk at 2658 + Matrix-for-R-2.13 at 2657 .
2013 Dec 04
5
[PATCH] arm: xen: foreign mapping PTEs are special.
These mappings are in fact special and require special handling in privcmd, which already exists. Failure to mark the PTE as special on arm64 causes all sorts of bad PTE fun. x86 already gets this correct. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Cc: xen-devel@lists.xenproject.org --- arch/arm/xen/enlighten.c |
2015 Jun 25
5
[Bug 2417] New: SOCKS5 should respond with appropriate error reply in error situations
https://bugzilla.mindrot.org/show_bug.cgi?id=2417 Bug ID: 2417 Summary: SOCKS5 should respond with appropriate error reply in error situations Product: Portable OpenSSH Version: 6.8p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component:
2008 Mar 16
1
Should I update to DRBD 82?
...entos As far as I'm aware DRBD works fine for me. Is there a way I can find out about the new release and weather I should upgrade? I can't figure out the CentOS issue tracking system at bugs.centos.org but a google site search came up with http://bugs.centos.org/print_bug_page.php?bug_id=2657 (a DRBD 82 tracker bug with empty reports), which makes me feel like this version of the package is not 100% trusted. So - should I upgrade it or not? Generally, I try to stick to the "standard" as much as I can, but the text in http://wiki.centos.org/Repositories gives an impression th...
2020 Jun 24
0
CentOS-announce Digest, Vol 184, Issue 9
...ents of CentOS-announce digest..." Today's Topics: 1. CEBA-2020:2656 CentOS 7 net-snmp BugFix Update (Johnny Hughes) 2. CEBA-2020:2658 CentOS 7 resource-agents BugFix Update (Johnny Hughes) 3. CEBA-2020:2660 CentOS 7 rsyslog BugFix Update (Johnny Hughes) 4. CEBA-2020:2657 CentOS 7 fence-agents BugFix Update (Johnny Hughes) 5. CEBA-2020:2666 CentOS 7 ca-certificates BugFix Update (Johnny Hughes) 6. CEBA-2020:2655 CentOS 7 ncompress BugFix Update (Johnny Hughes) 7. CESA-2020:2642 Important CentOS 7 unbound Security Update (Johnny Hughes) 8. CEB...
2011 Jan 05
0
Vim plugin for outlining Markdown
Hello, VOoM is a plugin for Vim that emulates two-pane outliner: http://www.vim.org/scripts/script.php?script_id=2657 The most recent version has support for Markdown. Command :Voom markdown creates outline from Markdown headers. Both underline-style and hashes-style headers are supported. There is screenshot at http://vim-voom.webs.com/index.html#rest It's for reST, but it looks and works pretty much th...
2008 Feb 07
0
drbd82 RPMS for testing
...-January/008318.html (We have 8.2.4, so should not have this issue ... but just in case). The process will be similar for drbd-8.0.x to drbd82-8.2.x upgrades as well. Please report successful uses of the RPMS (upgrades and new installs) and any problems here: http://bugs.centos.org/view.php?id=2657 Here is a post to the DRBD mailing list for reference as well: http://lists.linbit.com/pipermail/drbd-user/2008-February/008473.html Thanks, Johnny Hughes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252...
2016 Apr 08
0
Is this a bug in quantmod::OpCl?
...e Sym.Volume 2016-04-06 00:00:59 0.4068302 0.9926841 0.01307758 0.44628435 3133 2016-04-06 00:01:59 0.6401010 0.9918386 0.03554058 0.60530345 2896 2016-04-06 00:02:59 0.9030816 0.9614099 0.04646089 0.42962441 3323 2016-04-06 00:03:59 0.4527201 0.9815635 0.02778712 0.05043966 2657 > lag(minute.data.xts)[1:4] Sym.Open Sym.High Sym.Low Sym.Close Sym.Volume 2016-04-06 00:00:59 NA NA NA NA NA 2016-04-06 00:01:59 0.2655087 0.9919061 0.01339033 0.6620051 3136 2016-04-06 00:02:59 0.4068302 0.9926841 0.01307758 0.4462843 31...