#!/bin/sh # # Written by Dridi Boukelmoune # # This file is in the public domain. # # 5.1. Integer Representation # # [...] # # This integer representation allows for values of indefinite size. It # is also possible for an encoder to send a large number of zero # values, which can waste octets and could be used to overflow integer # values. Integer encodings that exceed implementation limits -- in # value or octet length -- MUST be treated as decoding errors. # Different limits can be set for each of the different uses of # integers, based on implementation constraints. . "$(dirname "$0")"/common.sh mk_msg