]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We shouldn't be assigning the output of strtol to an unsigned short. So,
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 18 Nov 2002 19:24:23 +0000 (19:24 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 18 Nov 2002 19:24:23 +0000 (19:24 +0000)
commitf184ee2093bb8dc27224e3d436609b9fc769cbd3
treeacfe34c6de0d8bb286c542842d1693a023c121fc
parent74cf8816030d55ce7c782fe34c28f40292fa8885
We shouldn't be assigning the output of strtol to an unsigned short.  So,
we'll change port to be a long and then do the correct range checking and
downcasting.

Suggested by: Roy Fielding

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97564 13f79535-47bb-0310-9956-ffa450edef68
src/main/http_core.c