Changeset 975c0e3f6b0ed35408c8072613f8fc7051a810ea
- Timestamp:
- 15/04/07 14:16:43
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1176639403 +0000
- git-parent:
[81487c3d999e8a1ff26f502801fe561d55a6a3d0]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1176639403 +0000
- Message:
Fix segmentation fault
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6040c07 |
r975c0e3 |
|
| 276 | 276 | psz_parser = strchr (psz_parser, ']'); |
|---|
| 277 | 277 | |
|---|
| 278 | | psz_parser = strchr (psz_parser, ':'); |
|---|
| | 278 | psz_parser = strchr (psz_parser ?: psz_dst_addr, ':'); |
|---|
| 279 | 279 | if (psz_parser != NULL) |
|---|
| 280 | 280 | { |
|---|