Displaying 11 results from an estimated 11 matches for "endpath".
Did you mean:
endpatch
2012 Feb 04
8
Potential memory leak in sshd [detected by melton]
Hi all,
After the memory leaks (bug 1967
<https://bugzilla.mindrot.org/show_bug.cgi?id=1967>) I reported in
bugzilla are fixed,
I also applied melton(http://lcs.ios.ac.cn/~xuzb/melton.html)
to detect the potential bugs in sshd (openssh-5.9p1).
The url below is the index of bug reports that are checked as real
bugs manually.
2011 Dec 30
7
[Bug 1967] New: Potential memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=1967
Bug #: 1967
Summary: Potential memory leak
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at
2005 Oct 11
6
PRI echo issues: solvable?
Hello,
After solving the other "low hanging fruit" audio issues in our Asterisk
PBX, we are left with occasional cases of severe echo which we have not
found a solution for yet.
Our system:
- Asterisk 1.2.0-beta1
- TE110P on a PRI
- TDM04 and TDM40, but these are unrelated to current echo issues
- Fedora core 3
- Echo canceller KB1
Most calls have minimal, acceptable echo levels. But
2005 Jun 21
0
Best Echo Canceller.
...ks and an
> approximate price range:)
>
{clip}
I assume you meant a 24 channel T1... Regardless, even if you meant 552 B channels the older (now obsolete) Tellabs 257x cancellers work quite well and are very inexpensive, however you may still encounter issues if you are facing any very long endpaths (ie. > 64ms, such as with digital cordless handsets). See http://www.voip-info.org/tiki-index.php?page=Tellabs%20Hardware%20Echo%20Cancellers for details.
Approximate price? About us$35 per 24 channel card - check eBay for latest offerings.
Hope that helps.
Kris Boutilier
Information Servic...
2012 Apr 07
6
[Bug 48424] New: Fix warnings/errors reported by clang's scan-build tool
https://bugs.freedesktop.org/show_bug.cgi?id=48424
Bug #: 48424
Summary: Fix warnings/errors reported by clang's scan-build
tool
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86 (IA32)
URL: https://gitorious.org/jobermayr/scan-build-mesa
OS/Version: All
2002 May 24
0
gta3
...ned symbol: Ellipse
fixme:win32:ELF_FindExportedFunction function EndDoc not found:
/usr/lib/wine/libwine.so: undefined symbol: EndDoc
fixme:win32:ELF_FindExportedFunction function EndPage not found:
/usr/lib/wine/libwine.so: undefined symbol: EndPage
fixme:win32:ELF_FindExportedFunction function EndPath not found:
/usr/lib/wine/libwine.so: undefined symbol: EndPath
fixme:win32:ELF_FindExportedFunction function EnumDeviceFonts not found:
/usr/lib/wine/libwine.so: undefined symbol: EnumDeviceFonts
fixme:win32:ELF_FindExportedFunction function ExcludeClipRect not found:
/usr/lib/wine/libwine.so: u...
2005 Jun 21
2
Echo Issues
Hi all,
We have just installed a * server (CVS head) with a TE110P card and a
IDSN20 line, we are using the GXP-2000 handsets running the latest
firmware (.9).
Some of the calls we are receiving have echo at the our end (we can hear
ourselves speak).
We have a traditional ISDN telephone system here as well and when I make
a call from one of the handsets asterisk answers, directs the call to
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
...cates a directory structure (pointer in SI)
+; Assumes CS == DS.
+;
+close_dir:
+ and si,si
+ jz .closed
+ mov dword [si],0 ; First dword == file_sector
+ xor si,si
+.closed: ret
+
+;
; searchdir:
;
; Open a file
@@ -1224,9 +1320,17 @@ searchdir:
cmp al,'/'
jne .findend
.endpath:
- xchg si,di
+ xchg si,di ; GRC: si begin; di end[ /]+1
pop eax ; <A> Current directory sector
+ ; GRC Here I need to check if di-1 = si which signifies
+ ; we have the desired directory in EAX
+ ; What about where the file name = "."; later
+ mov dx,di
+ dec dx
+...
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
...cates a directory structure (pointer in SI)
+; Assumes CS == DS.
+;
+close_dir:
+ and si,si
+ jz .closed
+ mov dword [si],0 ; First dword == file_sector
+ xor si,si
+.closed: ret
+
+;
; searchdir:
;
; Open a file
@@ -1224,9 +1293,17 @@ searchdir:
cmp al,'/'
jne .findend
.endpath:
- xchg si,di
+ xchg si,di ; GRC: si begin; di end[ /]+1
pop eax ; <A> Current directory sector
+ ; GRC Here I need to check if di-1 = si which signifies
+ ; we have the desired directory in EAX
+ ; What about where the file name = "."; later
+ mov dx,di
+ dec dx
+...
2016 Apr 29
0
Wine release 1.9.9
...jscript: Fix handling of numbers starting with decimal separator.
gdi32/enhmfdrv: Fix PolyBezierTo bounding box computation.
gdi32/enhmfdrv: Always set ExtTextOut bounding rect if we're not inside path bracket.
gdi32/enhmfdrv: Add ExtTextOut tests with unmatched BeginPath/EndPath calls.
gdi32/enhmfdrv: Don't update document bounds in Rectangle within a path.
gdi32/enhmfdrv: Don't update document bounds in LineTo within a path.
gdi32/enhmfdrv: Add enhanced metafile bounds tests.
gdi32/enhmfdrv: Don't update document bounds in Arc/Chord/Pie...
2007 Jul 13
0
Wine release 0.9.41
...manuel Maillard (1):
winecoreaudio: MIDIIn_MessageHandler: Fix non-SysEx messages parsing.
Evan Stade (50):
oleaut32: Added support for decoding some PNG files.
oleaut32: Save load time format of pictures.
gdiplus: Use SaveDC, RestoreDC in GdipDrawLineI.
gdiplus: Call EndPath() in GdipDrawLineI in case there is an open path.
gdi32: Don't access DC in PolyDraw after releasing handle.
gdiplus: Added SetPenEndCap.
gdiplus: Rendering of linecaps.
gdiplus: Added linecap rendering for GdipDrawBezier.
gdiplus: Public declaration of GdipSetPenE...