Fix a segfault in dffinit when the value has too few bits
authorMarcus Comstedt <marcus@mc.pp.se>
Sun, 8 Nov 2015 18:16:56 +0000 (19:16 +0100)
committerMarcus Comstedt <marcus@mc.pp.se>
Sun, 8 Nov 2015 18:16:56 +0000 (19:16 +0100)
commit8c2bdef36dbdb5b830757a4f74a7600b45828698
tree24ff88378d93bba90017406845c6e91010cbb2de
parent1ec6429bad4d793b389ee594b1cb2575bf73ddaf
Fix a segfault in dffinit when the value has too few bits

The code was already trying to add the required number of bits, but
fell one short of the mark.
passes/techmap/dffinit.cc