similar to: [Bug 3152] New: #ifdef around memmem() is invalid.

Displaying 20 results from an estimated 700 matches similar to: "[Bug 3152] New: #ifdef around memmem() is invalid."

2020 Apr 22
3
[Bug 3151] New: unittest files still use signal() instead of ssh_signal()
https://bugzilla.mindrot.org/show_bug.cgi?id=3151 Bug ID: 3151 Summary: unittest files still use signal() instead of ssh_signal() Product: Portable OpenSSH Version: 8.2p1 Hardware: Other OS: Windows 10 Status: NEW Severity: minor Priority: P5 Component: Regression
2017 Jul 03
7
[Bug 2736] New: Question-"PermitTTY no" is not working as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=2736 Bug ID: 2736 Summary: Question-"PermitTTY no" is not working as expected Product: Portable OpenSSH Version: 7.5p1 Hardware: Other OS: Other Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee:
2017 Jul 11
7
[Bug 2743] New: ssh with -T hangs putty
https://bugzilla.mindrot.org/show_bug.cgi?id=2743 Bug ID: 2743 Summary: ssh with -T hangs putty Product: Portable OpenSSH Version: 7.5p1 Hardware: Other OS: Other Status: NEW Severity: major Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2007 Oct 17
5
Refrigerator Alarms
Hi, I want asterisk to call a person on the phone for monitoring the refrigerator storing vaccines. I am clueless where to look. Can someone clue me in ? Thanks, balu raman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071017/923a7b49/attachment.htm
2005 Feb 16
1
memmem broken?
We have a bad bug in udev if compiled with klibc. I seems that the needle string can't have a strlen of 1. This test case illustrates it: #include <stdio.h> #include <string.h> int main(int argc, char *argv[], char *envp[]) { char *hay = "a/b"; char *needle = "/"; if (memmem(hay, strlen(hay), needle, strlen(needle)) == NULL) printf("This uses the
2007 Jan 05
1
[PATCH] Re: [Xen-staging] [xen-unstable] [XEN] Avoid use of GNU-specific memmem().
On Thu, 2007-01-04 at 10:18 +0000, Xen staging patchbot-unstable wrote: > # HG changeset patch > # User kfraser@localhost.localdomain > # Date 1167905854 0 > # Node ID bdbfbfdfbd64ddedc775d55f1a9e842847fea7b2 > # Parent 60f91c9f1a248491e2f216d009a27a4c7e5e67d4 > [XEN] Avoid use of GNU-specific memmem(). > --- a/xen/tools/symbols.c Wed Jan 03 23:53:27 2007 +0000 > +++
2010 Apr 07
3
PSTN issues
Hope some can help me. I have a PSTN coming into TDM400 into Asterisk. We also have direct telephones connected to the PSTN bypassing the Asterisk. When a call comes in on the PSTN the direct connected phones ring first and if no one picks up , Asterisk picks and get routed to internal sip phones. I am not able to find what I should tune to make the calls always go through asterisk without the
2006 May 23
3
Pagination problem
hi everybody, i am new to rails.. plz clear my doubt... this is my question In my table(public_topics), i have 11 rows of data.. whenever i run the following view, it shows the entire rows in the current page.. and i have set the '':per_page'' option to ''2''.so it must show two data per page..but it shows all the rows in a single page..and this case continue
2012 Sep 25
2
OpenSSH banner doesnot display multibyte characters like korean
Hello, The banner message displayed on the screen contain octal values instead of korean chars. Prior to ssh 5.1 the banner message would display the charaters properly. I understand that starting from 5.1 the message is passed through strnvis() function. I looked into documentation on strnvis and found that it does not support multibyte chars and doesnt work well with international chars.
2007 May 24
3
No file system full message
Hello, I am fairly new to RH Linux but very experienced in unix. I am trying to generate a file system full message when I fill up an ext3 file system. Once the file system fills up I am expecting a message like File System xxxx full. but I do not get this or any message. I have modified the lvm.conf to send to syslog and set the messages to as verbose as I can. I get lvm mesages in the file but
2006 Apr 19
6
Please help Me!
Hi to this Group! I am new to Ruby! I am facing problrm s to find the database functions. I want the source of sites for predifiend functions for handling the database. I develpong the shoping cart application, In that i am facing problems to delete the perticuller item form cart . I got idea to delete the total cart information using sesiions I want to delete the perticuller item form
2007 Apr 06
1
File system checking on ext3 after a system crash
Hi folks -- My machine is a RHEL 3 with 2.4 kernel installed - with some large ext3 filesystems on drives connected internally ( >200G) Now, When this system crashed (for eg:- a CPU panic /hardware error ) - e2fsck on this filesystem seems to be taking a long time to return thereby adding to the overall downtime of this system. could there be any workarounds for my issue? say for
2006 Jun 19
2
Any word or status on Rubuntu Ezra???
I know you have been busy with mongrel and other projects. Is ther a test image available anywhere for Rubuntu? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/e09588a0/attachment.html
2010 Mar 24
1
pstn calls not picked up
I have a PSTN line coming into FXO port 4 on a TDM400P. Incoming calls are not being picked up. I don't find anything unusual in asterisk log. I am clueless where I should look. I also find zapata-additional.conf empty. The trouble started when the system was accidentally shut down and rebooted. Any help ? How do I diagnose if the TDM400P is not fried ? Thanks, -braman
2005 May 24
1
Samba net rpc group add NT_STATUS _ACCESS_DENIED
Hi, when I am runnig on samba PDC command: net rpc group add "demo" -Uroot%password , samba returns this message: NT_STATUS _ACCESS_DENIED. What is it? Where shall I set access rights? Thanks Zdenek ____________________________________________________________ http://www.seznam.cz - e-mailov? schr?nka 2000 MB
2019 Oct 29
0
auth logging or auditing
Good morning! I compiled samba 4.10.8 from source in a slackware 14.2 machine and imported a samba classic domain from an ldap backend. Everything works flawlessly except for a couple of user who are getting their accounts locked out periodically. I'm trying to debug this problem so I modified the smb.conf file of the DC so that it looks like this # Global parameters [global] ??????? dns
2005 Nov 23
0
RE: __ia64__ ifdef in xmalloc.c: "Fix ar.unat handling forfast paths"
>From: Luck, Tony >Sent: 2005年11月23日 0:11 >This comment: >> /* >> * The "aligned" directive can only _increase_ alignment, so this is >> * safe and provides an easy way to avoid wasting space on a >> * uni-processor: >> */ >suggests that we only expected SMP_CACHE_BYTES to be used in "aligned" >directives, where having
2008 May 05
0
[PATCH] Isolate Xen PM related code in dom0 with #ifdef
Isolate Xen PM related code in dom0 with #ifdef CONFIG_XEN to avoid breaking native. Signed-off-by: Wei Gang <gang.wei@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Feb 13
2
[LLVMdev] #ifdef in TableGen
Is there something similar to #ifdef ... #endif in C supported in TableGen *.td files? Alex. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090213/6324555e/attachment.html>
2009 Feb 13
0
[LLVMdev] #ifdef in TableGen
On Feb 13, 2009, at 1:09 AM, Alex wrote: > > Is there something similar to #ifdef ... #endif in C supported in > TableGen *.td files? Not as such, what are you trying to do? -Chris