search for: addchar

Displaying 4 results from an estimated 4 matches for "addchar".

Did you mean: add_char
2013 Apr 28
1
ippon back power pro 700 on FreeBSD 9.1-R
Hello, i'm trying to use nut with ippon back power pro 700 on FreeBSD 9.1-R with USB driver blazer_usb, and connection with UPS is unstable. I'm starting it: office at root # /usr/local/etc/rc.d/nut start Network UPS Tools - UPS driver controller 2.6.5 addchar: discarding invalid character (0xe2)! addchar: discarding invalid character (0x80)! addchar: discarding invalid character (0xb3)! addchar: discarding invalid character (0x0a)! addchar: discarding invalid character (0x0a)! Network UPS Tools - Megatec/Q1 protocol USB driver 0.09 (2.6.5) addchar: disc...
2012 Sep 13
2
Early shutdowns and 2.6.5-1 package for Windows
...and they are not stopping (I was waiting about 5 minutes). CMDSCRIPT is not executed, I cannot find its activity. Moreover, these processes are not stopped when Network UPS Tools service is stopped. UPSMON outputs a lot of strings like "read confirmation failed, trying again", "addchar: discarding invalid character (0x00)!" 40.276304 pollups: upsa at 192.168.10.200 40.281304 get_var: upsa at 192.168.10.200 / status 40.289305 Poll UPS [upsa at 192.168.10.200] failed - Data stale 40.298305 Current power value: 1 40.303305 Minimum power val...
2012 Jul 17
0
Buffer Overflow Vulnerability Study at Auburn University
...ar Hafiz Assistant Professor Dept. of Computer Science and Software Engineering Auburn University Auburn, AL http://munawarhafiz.com/ Questions: (There are twelve questions.) There was a vulnerability reported in SecurityFocus vulnerability list: [BID: 53743]: ?Network UPS Tools (NUT) 'addchar()' Function Buffer Overflow Vulnerability ?. For questions 3-10, please try to refer to the development practices before the vulnerability was reported? Also, please refer to any changes in the corresponding practices as a result of the reported vulnerability. 1. How long have you been a softwa...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...- } - else if (ch2) { - if (smushem(ch1,ch2)!=''\0'') { - amt++; - } - } - if (amt<maxsmush) { - maxsmush = amt; - } - } - return maxsmush; -} - - -/**************************************************************************** - - addchar - - Attempts to add the given character onto the end of the current line. - Returns 1 if this can be done, 0 otherwise. - -****************************************************************************/ - -int addchar(c) -inchr c; -{ - int smushamount,row,k; - char *templine; - - getletter(c); -...