FreeBSD Bugzilla – Attachment 128711 Details for
Bug 172566
Fix analyzer warnings in /games
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fortune.txt
fortune.txt (text/plain; x-unix-mode=0644), 481 bytes, created by
Erik Cederstrand
on 2012-10-22 12:18:55 UTC
(
hide
)
Description:
fortune.txt
Filename:
MIME Type:
Creator:
Erik Cederstrand
Created:
2012-10-22 12:18:55 UTC
Size:
481 bytes
patch
obsolete
>Index: head/games/fortune/fortune/fortune.c >=================================================================== >--- head/games/fortune/fortune/fortune.c (revision 241876) >+++ head/games/fortune/fortune/fortune.c (working copy) >@@ -576,6 +576,7 @@ > if (*head == NULL) > *head = *tail = fp; > else if (fp->percent == NO_PROB) { >+ assert(*tail); > (*tail)->next = fp; > fp->prev = *tail; > *tail = fp;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 172566
:
128710
| 128711