We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 908

Summary: Shady code in SDL_audio.c
Product: SDL Reporter: Sam Lantinga <slouken>
Component: audioAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P1    
Version: HG 2.0   
Hardware: All   
OS: All   

Description Sam Lantinga 2009-12-15 00:11:12 UTC
This warning has been here for a long time, but I haven't cleaned it up because the code needs to be reviewed:
2>c:\trunk\sdl\src\audio\sdl_audio.c(428) : warning C4700: uninitialized local variable 'istream_len' used
Comment 1 Ryan C. Gordon 2009-12-15 22:33:04 UTC
Bumping priority on a set of bugs.

--ryan.
Comment 2 Sam Lantinga 2013-05-21 01:10:16 UTC
Ryan, can you take a look at this for the 2.0 release?
Comment 3 Ryan C. Gordon 2015-02-18 03:20:48 UTC
This got fixed a long time ago, when I #ifdef'd out some Google Summer of Code changes, so I'm resolving the bug.

--ryan.