The feefrac_mul_div
fuzz test fails after #30535 with the following (base64) input: Nb6Fc/97AACAAAD/ewAAgAAAAIAAAACAAAAAoA==
(see https://cirrus-ci.com/task/5240029192126464?logs=ci#L3353).
This is caused by an internal multiplication inside CFeeRate
that just exceeds the limit of the int64_t
type. Fix that by tightening the bounds slightly further.