-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
CVE DescriptionCVSSv2 Base ScoreComponentProduct and Resolution
CVE-2012-0444 Memory corruption vulnerability
10.0
libvorbis
Solaris 11
11/11 SRU 8.5
Solaris 10
SPARC: 148006-01 X86: 148007-01
This notification describes vulnerabilities fixed in third-party components that are included in Sun's…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a desktop PC which initially had the Intel D946gzis mobo, its chipset as video controller, some RAM and so.
There I installed Debian without a problem alongside WindowsXP.
I've bought an ASUS HD 4670 video card, installed it on the PC and now the installed Debian does not work, while the Ubuntu…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've an ActiveX Control within an embedded IE8 HTML page that has the following event MessageReceived([in] BSTR srcWindowId, [in] BSTR json). On Windows the event is registered with OCX.attachEvent("MessageReceived", onMessageReceivedFunc).
Following code fires the event in the HTML page.
HRESULT…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I am trying to update data in a table view using a NSMutableArray. Quite simple :(
What is happening is that I get my data from a NSURLConnection Callback, which I parse and store it in an array and call reload data on the table view. The problem is that when cellForRowAtIndexPath is called…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have strange a memory corruption problem. After many hours debugging and trying I think I found something.
For example: I do a simple string assignment:
sTest := 'SET LOCK_TIMEOUT ';
However, the result sometimes becomes:
sTest = 'SET LOCK'#0'TIMEOUT '
So, the _ gets replaced by an 0 byte…
>>> More