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 - Shady code in SDL_audio.c
Summary: Shady code in SDL_audio.c
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: HG 2.0
Hardware: All All
: P1 blocker
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-15 00:11 UTC by Sam Lantinga
Modified: 2015-02-18 03:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.