Changeset 2cecfed5484a5d06f8b403b00dc30f4b9fe1c8c5
- Timestamp:
- 20/05/06 13:42:40
(3 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1148125360 +0000
- git-parent:
[7a4db902aa18e87b9e2781b8500ff7bbb2d53d79]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1148125360 +0000
- Message:
Default value for pointer that could be used uninitalised
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re5d7794 |
r2cecfed |
|
| 609 | 609 | char *description=NULL; |
|---|
| 610 | 610 | char *session_id=NULL; |
|---|
| 611 | | rmff_header_t *h; |
|---|
| | 611 | rmff_header_t *h=NULL; |
|---|
| 612 | 612 | char *challenge1 = NULL; |
|---|
| 613 | 613 | char challenge2[64]; |
|---|