]> git.ipfire.org Git - thirdparty/cups.git/commit
Wordlen should be a size_t, not an int 684/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 11 May 2023 17:47:09 +0000 (13:47 -0400)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Fri, 12 May 2023 15:39:40 +0000 (11:39 -0400)
commit1d3d38079c684d2a092deaae1dbeda0b82c6330d
treecc590c98d4cef0a5e2c6f8ab86796617dc134480
parente6b244de8d0ad134fc18b008e06b8e1e325eff77
Wordlen should be a size_t, not an int

text is always more than or equal to ptr, so it will never underflow.
cgi-bin/help-index.c