Commit c6e1e88d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

An assert to make sure...

parent be1eb036
......@@ -202,6 +202,7 @@ sma_init(struct stevedore *parent, int ac, char * const *av)
ALLOC_OBJ(sc, SMA_SC_MAGIC);
AN(sc);
sc->sma_max = SIZE_MAX;
assert(sc->sma_max == SIZE_MAX);
parent->priv = sc;
AZ(av[ac]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment