URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63025ae2e190567fdd4f92d31a886dac00de427e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
63025ae by Dario Lombardo (lomato@xxxxxxxxx):
ws_pipe: don't check for negative number using DWORD.
DWORD on windows is unsigned, then there is no point in checking
for negative values.
Change-Id: I0b03fb19ebdff86e610cd4571fc30c49b7bd1284
Reviewed-on: https://code.wireshark.org/review/27766
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6000b8d DoIP: ISO 13400-2 Diagnostic communication over Internet Protocol
adds 63025ae ws_pipe: don't check for negative number using DWORD.
Summary of changes:
wsutil/ws_pipe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)