/[Apache-SVN]
ViewVC logotype

Revision 1748025


Jump to revision: Previous Next
Author: lgo
Date: Sun Jun 12 16:14:00 2016 UTC (8 years ago)
Changed paths: 1
Log Message:
Fix compiler warnings.

* protocols/http2_protocol.c
  (http2_handle_stream_window_update, http2_handle_connection_window_update):
      A 32-bit unsigned integer shouldn't be compared < 0). The existing test
      ' > 0x7FFFFFFF is sufficient. In fact, since current code is reading
      4 bytes and then sets the top bit to 0, the situation tested for can never
      happen.


Changed paths

Path Details
Directoryserf/trunk/protocols/http2_protocol.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26