| Summary: | Dereference argv without NULL check in MusicCMD_Start function | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Nitz <nitin.j4> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | Patch for Dereference argv after NULL check | ||
Fixed, thanks! https://hg.libsdl.org/SDL_mixer/rev/52007e252a1c |
Created attachment 2144 [details] Patch for Dereference argv after NULL check In function MusicCMD_Start: perror(argv[0]); Here argv getting d reference without NULL check. Patch is attached. Thanks!!!