FreeBSD Bugzilla – Attachment 166903 Details for
Bug 207134
graphics/libfpx: fix build with clang 3.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix infinite loop in libfpx's EB_Copy_To_Memory() function
graphics__libfpx-fix-infinite-loop-1.diff (text/plain), 1.04 KB, created by
Dimitry Andric
on 2016-02-12 18:15:15 UTC
(
hide
)
Description:
Fix infinite loop in libfpx's EB_Copy_To_Memory() function
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-02-12 18:15:15 UTC
Size:
1.04 KB
patch
obsolete
>Index: graphics/libfpx/files/patch-jpeg-ebuffer.c >=================================================================== >--- graphics/libfpx/files/patch-jpeg-ebuffer.c (nonexistent) >+++ graphics/libfpx/files/patch-jpeg-ebuffer.c (working copy) >@@ -0,0 +1,13 @@ >+--- jpeg/ebuffer.c.orig 2016-02-12 18:41:16.925284000 +0100 >++++ jpeg/ebuffer.c 2016-02-12 18:48:02.784680000 +0100 >+@@ -91,8 +91,8 @@ long int num) >+ long int i; >+ unsigned char *mem_ptr,*buf_ptr; >+ >+- for(i=0,mem_ptr=mem,buf_ptr=buf; i < num ;*mem_ptr++=*buf_ptr++); >+- >++ for(i=0,mem_ptr=mem,buf_ptr=buf; i < num; i++) >++ *mem_ptr++ = *buf_ptr++; >+ } >+ >+ /* calculates the actual number of bytes written into output buffer */ > >Property changes on: graphics/libfpx/files/patch-jpeg-ebuffer.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
mi
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 207134
: 166903