FreeBSD Bugzilla – Attachment 102945 Details for
Bug 142785
[MAINTAINER] [PATCH] shells/fish Fix divide by zero bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 282 bytes, created by
Robert Farmer
on 2010-01-13 15:00:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Robert Farmer
Created:
2010-01-13 15:00:07 UTC
Size:
282 bytes
patch
obsolete
>--- util.c.orig 2010-01-13 06:44:46.000000000 -0800 >+++ util.c 2010-01-13 06:46:39.000000000 -0800 >@@ -320,7 +320,7 @@ > { > int pos; > >- if( (float)(h->count+1)/h->size > 0.75f ) >+ if( (float)(h->count+1) > 0.75f * h->size ) > { > if( !hash_realloc( h, (h->size+1) * 2 -1 ) ) > {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 142785
: 102945