Displaying 20 results from an estimated 29 matches for "1&q".
2017 Aug 29
3
how to auto-report LLVM bugs found by fuzzing?
Hi,
We have several llvm fuzz targets running on OSS-Fuzz, a continuous
automated fuzzing service:
https://github.com/google/oss-fuzz
https://www.usenix.org/sites/default/files/conference/protected-files/usenixsecurity17_slides_serebryany.pdf
It has reported a few bugs in cxa_demangler, clang, and dwarfdump already,
and we expect to add more fuzz targets to it soon (llvm-isel-fuzzer,
clang-format-fuzzer, ...)
A question to everyone: how do we report these bugs properly?
OSS-Fuzz files bugs automatically into a s...
2006 Apr 12
1
Recording queue transfers
Regarding this article (1) I have one question to make. What can I do to
record the call if the agent makes a transfer using the "flash" button
instead of "transfer button" or using blindxfer or atxfer defined in
features. conf
If the agent makes the transfer with "flash", the comunication bet...
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
...file containing the followings:
AuthUserFile /etc/httpd/conf/myfile.htaccess
AuthName "Mydomain"
AuthType Basic
require valid-user
This worked with CentOS 3.
Now with CentOS 4, apache version 2.0.52, the access to the page is
forbidden.
The ssl_error_log indicates this error:
[Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL ERROR: Table
'test
.user_info' doesn't exist: /myurl_to_ssl_address
[Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL user testuser
not fou
nd: /myurl_to_ssl_address
It's like if apache would make a MySQL query to fin...
2010 Nov 21
1
Alternatives to image(...) and filled.contour(...) for 2-D filled Plots
By any chance are there any alternatives to image(...) and filled.contour(...)
I used Rseek to search for that very topic, but didn't turn over any leads...
http://www.rseek.org/?cx=010923144343702598753%3Aboaz1reyxd4&newwindow=1&q=alternative+to+image+and+filled.contour&sa=Search&cof=FORID%3A11&siteurl=www.rseek.org%252F#1238
I'm sure there are some out there, but curious about some of the favorites and
ones folks have had success using.
Thanks for...
2004 Dec 14
5
wxRuby and other GUI toolkits
...9;t" like about wxruby. Otherwise, how else do we improve?
Browsing online, I''ve found a few complaints:
Difficulty in getting it installed - Daniel Sheppard,
http://www.jroller.com/page/soxbox/
Use of ugly integer values for event handlers -
http://homepages.ihug.com.au/~naseby/31.html
It''s a good start (though I don''t know what platform Mr. Sheppard is
trying to install on), but any other discussion would be most helpful.
Thanks,
Nick
2017 Aug 02
1
Regarding KVM-Qemu Migration code
Respected Sir,
I need to modify kvm-qemu migration code. Please tell me where i can
find the code.
--
*Thank youWith Regards:Aditya Bhardwaj*
*Dept. of CSE *
*NITTTR (Ministry of MHRD, Govt. of India)*
*Sector-26, **Chandigarh - 160019 INDIA*
https://scholar.google.co.in/citations?user=rEHhEnEAAAAJ&hl=en
2005 Apr 12
2
Firefox problems
Since upgrading to FireFox 1.0.2 I have noticed a large number of
problems connecting to web sites that are reached without
difficulty using MS-IE 6. The symptom is a message box that
declares that the "The Document Contains No Data" which, ironically
enough, is the very error I get when trying to reach
http://...
2004 Oct 05
3
>From escaping
Hi all
Is there an option in dovecot to remove the >From escaping in the body of
mbox mails?
Thanks
--
Dean Earley AKA Dee (dean at earlsoft.co.uk)
irc: irc://irc.blitzed.org/
web: http://personal.earlsoft.co.uk
phone: +44 (0)780 8369596
2005 Jun 14
0
RJ45 instead RJ11 in Digium's TDM20B card he lp me please
>what is the wire combination/sequence
>for a successful installation?
http://www.google.ca/search?hl=en&c2coff=1&q=rj-11+rj-45+site%3Alists.digium
.com&meta=
hth
2005 Aug 07
0
Can't compile asterisk-oh323 on Mandrake 10
Hi All:
I am trying to compile asterisk with oh323 but I can't compile it. I am using instruction provided at http://www.oinko.net/astrecipes/index.php?from=1&q=astrecipes/compiling+asterisk+with+oh323. The compile error I am getting is as follows. Quite a few other people are getting exactly same error but no one has posted a fix for this error yet. Any help would greatly be appreciated.
gcc -Wall -pipe -Wall -Wstrict-prototypes -Wmissing-prot...
2012 Feb 06
3
Logistic Regression
I am looking for R packages that can make a Logistic Regression model
with parameter estimation by Maximum Likelihood Estimation.
Many thanks for helping out.
2005 Apr 22
0
a good real time network speed meter
hi all.
i know that most of u are unix users, and some hate to speak of windows
here. but i found a good realtime speed meter.
this the link.
http://www.google.com/url?sa=U&start=1&q=http://www.trogdor-aln.com/Utilities/index.php&e=10129
thanks.
2010 Feb 24
1
Puppet 0.25.* SLES 11 Package
Hello members,
We are using Puppet-Server 0.24.8 with Factor (1.5.2-1.20) and Puppet
0.24.5 (for client nodes) on our SuSE Machines and its working fine. We
are now planning to upgrade to latest stable release 0.25.* for server
(with factor) and client-nodes. We just like to enquire you if there is
a package/rpm available for SLES 11? If yes, please share w...
2005 Nov 04
1
i2, Google and missing links.. (aka: don't modify the model through a GET )
While looking for all the commiters'' blog, I Googled for T.F.''s one:
http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&q=Thomas+Fuchs+rails&btnG=Search
problem: the 5th entry is
http://wiki.rubyonrails.com/rails/pages/Thomas+Fuchs/versions/new
Alain
2005 Jul 14
0
htaccess authentication asks for MySQL table test.user_info
...cation. This has been
reported by Brent:
In the /etc/httpd/conf/httpd.conf file, add the directive:
<Directory xxxxxx/
AuthMySQLEnable off
AllowOverride All
</Directory>
You can also add it to your .htaccess file.
Thanks Brent !
Daniel
----- Original Message -----
From: dan1
To: centos at centos.org
Subject: [CentOS] htaccess authentication asks for MySQL table
test.user_info
Hello again.
I just found out a work-around to this problem. We have to remove the
mod_auth_mysql module with 'rpm -e mod_auth_mysql' and then it works again.
However, I think that the...
2014 Nov 14
0
[RFC PATCH v1] arm: kf_bfly4: Introduce ARM neon intrinsics
Hello,
I see from [1] Jean-Marc comment that opus project is open to adopting
ARM focussed fft optimizations in NE10 project/library at [2].
In light of this information, if and when fft implementations for 60,
120, 240, 480 become available in NE10 library,
a. Will the approach of enabling this optimization using
--...
2017 Aug 29
2
how to auto-report LLVM bugs found by fuzzing?
On Tue, Aug 29, 2017 at 4:13 PM, Justin Bogner <mail at justinbogner.com>
wrote:
> Kostya Serebryany <kcc at google.com> writes:
> > Hi,
> >
> > We have several llvm fuzz targets running on OSS-Fuzz, a continuous
> > automated fuzzing service:
> > https://github.com/google...
2007 Mar 19
1
No fonts in "Magic Online"
...ith Magic Online:
http://www.wizards.com/default.asp?x=magic/magiconline/downloadlinks
I'm running Mandriva 2006 and I have tried several versions of wine,
without success:
- wine-20050725 (version included in Mandriva 2006):
The app hangs, I can't have the intallation to work.
- wine 0.9.17 (last rpm for Mandriva available on the wine website)
I have no fonts at all appearing. Not blurry fonts as seen here:
http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_frm/thread/9704e91c6f2a7084/31e079b652eddd6a?tvc=1&q=magic+online#31e079b652eddd6a
No text at all.
- wine...
2005 Oct 04
12
Sprint Nextel sueing over VoIP patents
Sprint Nextel is sueing vonage, voiceglo and theglobe.com for infringing
on VoIP patents. Sprint Nextel claims to have about 100 patents on VoIP
technologies. Does anyone know which ones this article is talking
about, and if so does asterisk have any of those features?
The reason I am asking is that the article is vague, Vonage uses a
fairly standard codec set, I dont know about the others. So if its not
codecs I wond...
2005 May 30
4
Script to convert mboxes to maildirs?
Does anybody know of a script of a simple method of
converting mbox mail stores to maildirs? I'm moving
from an old pop3 system to imap and after installing
about half our office with mboxes have found that mbox
does not support subfolders which some people like to
use.
Is there any simple way of converting? I can go to
each individual account and "manually" convert swaping
data