]> git.pond.sub.org Git - empserver/commit
Remove bogus correction of sct_mobil from sct_prewrite()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 6 Sep 2008 12:09:59 +0000 (08:09 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 9 Sep 2008 01:26:40 +0000 (21:26 -0400)
commite31ba545af4209b8c61868e291e44b5f80ce7c15
tree93adc09ed827db017cbae21e5443b2e68383ac7f
parent85eb288f9788e40d19989391f47032ff7507af89
Remove bogus correction of sct_mobil from sct_prewrite()

It used literal 127 instead of sect_mob_max, it didn't check the lower
bound, and it didn't report the corruption.  From Chainsaw 3.

Having *working* sanity checks there would be nice.  Left for another
day.
src/lib/subs/sect.c