gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const char *'
name = strrchr(filename,'/');
^ ~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
now deceased. A diff between the GitHub tagname and the last distfile shows no
changes.
Correct the license from GPLv2 to LGPL21 and define LICENSE_FILE.
src/AlWinMain.cpp:164:35: error: ordered comparison between pointer and zero ('QListWidgetItem *' and 'int')
if (ui.list_files->currentItem() > 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/AlWinMain.cpp:722:16: error: ordered comparison between pointer and zero ('AlTextEdit *' and 'int')
if (actualTxt > 0 && ui.list_files->currentItem() > 0)
~~~~~~~~~ ^ ~
src/AlWinMain.cpp:722:52: error: ordered comparison between pointer and zero ('QListWidgetItem *' and 'int')
if (actualTxt > 0 && ui.list_files->currentItem() > 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/AlWinMain.cpp:731:16: error: ordered comparison between pointer and zero ('AlTextEdit *' and 'int')
if (actualTxt > 0 && ui.list_files->currentItem() > 0)
~~~~~~~~~ ^ ~
src/AlWinMain.cpp:731:52: error: ordered comparison between pointer and zero ('QListWidgetItem *' and 'int')
if (actualTxt > 0 && ui.list_files->currentItem() > 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
Reported by: antoine (via exp-run)
../3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int')
if (optionalHeight > 0)
~~~~~~~~~~~~~~ ^ ~
PR: 216015
Reported by: antoine (via exp-run)
Obtained from: upstream (excerpt)
main.cc:1153:36: error: ordered comparison between pointer and zero ('char *' and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1768:39: error: ordered comparison between pointer and zero ('char *' and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1865:35: error: ordered comparison between pointer and zero ('char *' and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:1948:35: error: ordered comparison between pointer and zero ('char *' and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2030:39: error: ordered comparison between pointer and zero ('char *' and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2147:39: error: ordered comparison between pointer and zero ('char *' and 'int')
while( fgets( buf1024, 1023, f ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2483:37: error: ordered comparison between pointer and zero ('char *' and 'int')
if ( fgets( buf1024, 1023, f ) <= 0 )
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
main.cc:2618:32: error: ordered comparison between pointer and zero ('char *' and 'int')
while( fgets( buf, 1023, f ) > 0 )
~~~~~~~~~~~~~~~~~~~~~ ^ ~
yui1.cc:2668:19: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and
'int')
if ( forig <= 0 ) {
~~~~~ ^ ~
yui1.cc:2678:15: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and
'int')
if ( fbak <= 0 ) {
~~~~ ^ ~
yui1.cc:2787:15: error: ordered comparison between pointer and zero ('FILE *' (aka '__sFILE *') and
'int')
if ( forig <= 0 ) {
~~~~~ ^ ~
Reported by: antoine (via exp-run)
src/modules/rijndael/libkvirijndael.cpp:331:11: error: ordered comparison between pointer and zero ('int *' and 'int')
if(len > 0)
~~~ ^ ~
src/modules/rijndael/libkvirijndael.cpp:357:11: error: ordered comparison between pointer and zero ('int *' and 'int')
if(len > 0)
~~~ ^ ~
Reported by: antoine (via exp-run)
In file included from bialib/sufftree.cpp:57:
./bialib/sufftree.h:98:16: error: ordered comparison between pointer and zero ('SuffixTreeModel::LNode *' and 'int')
{return(r>0);}
~^~
Reported by: antoine (via exp-run)
src/mainwindow.cpp:429:9: error: ordered comparison between pointer and zero ('QAction *' and 'int')
if (act<0) return;
~~~^~
Reported by: antoine (via exp-run)
gSWFParseXML.cpp:19:10: error: ordered comparison between pointer and zero ('iconv_t'
(aka '__tag_iconv_t *') and 'int')
if (cd < 0) {
~~ ^ ~
gSWFWriteXML.cpp:15:10: error: ordered comparison between pointer and zero ('iconv_t'
(aka '__tag_iconv_t *') and 'int')
if (cd < 0) {
~~ ^ ~
Reported by: antoine (via exp-run)
frend.cc:2530:21: error: ordered comparison between pointer and zero ('frend::Image *' and 'int')
if(items[i].icon > 0)
~~~~~~~~~~~~~ ^ ~
Reported by: antoine (via exp-run)
fceux-server/server.cpp:117:29: error: ordered comparison between pointer and zero
('char *' and 'int')
while(fgets(buf, 256, fp) > 0)
~~~~~~~~~~~~~~~~~~~ ^ ~
src/cheat.cpp:219:30: error: ordered comparison between pointer and zero ('char *' and 'int')
while(fgets(linebuf,2048,fp)>0)
~~~~~~~~~~~~~~~~~~~~~~^~
Reported by: antoine (via exp-run)
client_net.cpp:34:12: error: ordered comparison between pointer and zero ('SDL_cond *' and 'int')
if (cond <0)
~~~~ ^~
client_net.cpp:40:13: error: ordered comparison between pointer and zero ('SDL_mutex *' and 'int')
if (mutex < 0)
~~~~~ ^ ~
client_net.cpp:48:16: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
if (trans_th < 0)
~~~~~~~~ ^ ~
client_net.cpp:54:16: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
if (input_th < 0)
~~~~~~~~ ^ ~
game_server.cpp:67:14: error: ordered comparison between pointer and zero ('SDL_Thread *' and 'int')
if (con_th < 0)
~~~~~~ ^ ~
Reported by: antoine (via exp-run)
src/p_enemy.cc:531:26: error: ordered comparison between pointer and zero
('struct mobj_s **' and 'int')
if (brain_spots.targets > 0)
~~~~~~~~~~~~~~~~~~~ ^ ~
src/w_sprite.cc:578:42: error: ordered comparison between pointer and zero
('spriteframe_c *' and 'int')
if (sprites[states[i].sprite]->frames > 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
Reported by: antoine (via exp-run)
JLib/Util/JTextFile.cpp:148:11: error: ordered comparison between pointer and zero ('s8 *'
(aka 'char *') and 'int')
if (tmp > 0)
~~~ ^ ~
JLib/Util/JTextFile.cpp:156:15: error: ordered comparison between pointer and zero ('s8 *'
(aka 'char *') and 'int')
if (tmp > 0)
~~~ ^ ~
JLib/Util/JTextFile.cpp:236:8: error: ordered comparison between pointer and zero ('int' and 's8 *'
(aka 'char *'))
if (0 >= (end = strstr(ptr, "\"")))
~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via exp-run)
setup/src/include/central.cpp:37:37: error: ordered comparison between pointer and zero
('struct group *' and 'int')
} while ((CURRENT = CURRENT->next) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:45:37: error: ordered comparison between pointer and zero
('struct catagory *' and 'int')
} while ((CURRENT = CURRENT->next) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:57:37: error: ordered comparison between pointer and zero
('struct catagory *' and 'int')
} while ((CURRENT = CURRENT->next) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:67:29: error: ordered comparison between pointer and zero
('struct group *' and 'int')
} while ((CUR = CUR->next) > 0);
~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:77:29: error: ordered comparison between pointer and zero
('struct catagory *' and 'int')
} while ((CUR = CUR->next) > 0);
~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/central.cpp:87:36: error: ordered comparison between pointer and zero
('struct group *' and 'int')
} while ((CUR = CUR->next) > 0);
~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:112:36: error: ordered comparison between pointer and zero
('catagory *' and 'int')
} while ((NEWCUR = NEWCUR->next) > 0);
~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:127:37: error: ordered comparison between pointer and zero
('struct group *' and 'int')
} while ((CURRENT = CURRENT->next) > 0);
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/display_gtk.cpp:183:29: error: ordered comparison between pointer and zero
('struct catagory *' and 'int')
} while ((CUR = CUR->next) > 0);
~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:170:52: error: ordered comparison between pointer and zero
('char *' and 'int')
while ( ( n_parm = next_parm( parm ) ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:191:52: error: ordered comparison between pointer and zero
('char *' and 'int')
while ( ( n_parm = next_parm( parm ) ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/file.cpp:321:52: error: ordered comparison between pointer and zero
('char *' and 'int')
while ( ( n_parm = next_parm( parm ) ) > 0 ) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
setup/src/include/general.cpp:124:46: error: ordered comparison between pointer and zero
('char *' and 'int')
while ((location = strstr(current, search)) > 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
PR: 216072
Reported by: antoine (via exp-run)
src/widget/wdisplay.cpp:89:19: error: ordered comparison between pointer and zero ('QPixmap **' and 'int')
if (m_pPixmaps>0)
~~~~~~~~~~^~
PR: 216354
Reported by: antoine (via exp-run)
Submitted by: tcberner
createcats.c:67:42: error: ordered comparison between pointer and zero ('char *' and 'int')
if (fgets(buffer, sizeof(buffer), f) > 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
epgsearchext.c:1506:50: error: ordered comparison between pointer and zero ('char *' and 'int')
while (fgets(buffer, sizeof(buffer), f) > 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
PR: 216217
Reported by: antoine (via exp-run)
recording.c:2090:17: error: ordered comparison between pointer and zero ('cUnbufferedFile *' and 'int')
if (Open() >= 0) {
~~~~~~ ^ ~
PR: 216058
Reported by: antoine (via exp-run)
In file included from gl/grlib.c:7:
gl/inlstring.h:71:9: error: asm-specifier for input or output variable conflicts with asm clobber list
: "cx", "di");
^
gl/inlstring.h:281:17: error: asm-specifier for input or output variable conflicts with asm clobber list
:"ax", "0", "1", "2");
^
gl/inlstring.h:297:17: error: asm-specifier for input or output variable conflicts with asm clobber list
:"ax", "0", "1", "2");
^
gl/inlstring.h:314:17: error: asm-specifier for input or output variable conflicts with asm clobber list
:"ax", "0", "1", "2");
^
PR: 216154
Reported by: antoine (via exp-run)
Submitted by: dim
Approved by: portmgr blanket
htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int')
if (heading >= 0)
~~~~~~~ ^ ~
PR: 216159
Reported by: antoine (via exp-run)
Approved by: portmgr blanket
<ChangeLog>
*) Bugfix: in the "add_after_body" directive when used with the
"sub_filter" directive.
*) Bugfix: unix domain listen sockets might not be inherited during
binary upgrade on Linux.
*) Bugfix: graceful shutdown of old worker processes might require
infinite time when using HTTP/2.
*) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
directives client request body might be corrupted; the bug had
appeared in 1.10.2.
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2; the bug had appeared in 1.10.2.
*) Bugfix: an incorrect response might be returned when using the
"sendfile" directive on FreeBSD and macOS; the bug had appeared in
1.7.8.
*) Bugfix: a truncated response might be stored in cache when using the
"aio_write" directive.
*) Bugfix: a socket leak might occur when using the "aio_write"
directive.
</ChangeLog>
<ChangeLog>
*) Bugfix: nginx might hog CPU when using the stream module; the bug had
appeared in 1.11.5.
*) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
even if it was not enabled in the configuration.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_verify_client" directive of the stream module was used.
*) Bugfix: the "ssl_verify_client" directive of the stream module might
not work.
*) Bugfix: closing keepalive connections due to no free worker
connections might be too aggressive.
Thanks to Joel Cunningham.
*) Bugfix: an incorrect response might be returned when using the
"sendfile" directive on FreeBSD and macOS; the bug had appeared in
1.7.8.
*) Bugfix: a truncated response might be stored in cache when using the
"aio_write" directive.
*) Bugfix: a socket leak might occur when using the "aio_write"
directive.
</ChangeLog>