change got_get_repo_tags' limit argument to size_t
commit6c24d194f2260b073d8e8ad3e756efa3ce20dd2e
authorOmar Polo <op@omarpolo.com>
Thu, 15 Jun 2023 10:47:28 +0000 (15 10:47 +0000)
committerThomas Adam <thomas@xteddy.org>
Thu, 15 Jun 2023 11:27:15 +0000 (15 12:27 +0100)
tree49193482cb5be3b347442e42eebdeb32198b0cbf
parent90757f0a7eedde53f109f67061bb39256412dd60
change got_get_repo_tags' limit argument to size_t

The function already carefully avoids wrapping around zero.  While
here add a sanity check for limit == 0, like what was previously done
for got_get_repo_commits().
gotwebd/got_operations.c
gotwebd/gotwebd.h