~christof-mroz/hipl/hipfw-esp-speedup

Viewing all changes in revision 5804.

  • Committer: Christof Mroz
  • Date: 2011-04-03 20:29:53 UTC
  • Revision ID: christof.mroz@rwth-aachen.de-20110403202953-asmij21ar021t4hl
Fix unsigned <-> signed cast direction.

A signed value that's known to be positive may be safely cast into an unsigned
value, but cast unsigned to signed carries the risk of overflow (in C).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: